.rotating-carousel-a370c471 {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.rc-track-a370c471 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.rc-slide-a370c471 {
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 15px;
}
.rc-slide-inner-a370c471 {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.rc-image-a370c471 img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.rc-content-a370c471 {
    padding: 20px;
}
.rc-link-a370c471 {
    text-decoration: none;
    color: inherit;
    display: block;
}
.rc-title-a370c471 {
    margin: 0 0 10px;
}
.rc-copy-a370c471 {
    margin: 0;
}
.rc-nav-a370c471 {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 0 10px;
    box-sizing: border-box;
}
.rc-nav-btn-a370c471 {
    pointer-events: auto;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.3s;
}
.rc-nav-btn-a370c471:hover {
    background: rgba(0,0,0,0.8);
}