.lea-audio-carousel-wrapper {
    margin: 40px 0;
}
.lea-audio-carousel .swiper-slide {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.lea-audio-thumbnail {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.lea-audio-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lea-play-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0,0,0,0.6);
    padding: 6px;
    border-radius: 50%;
}
.lea-play-icon svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.lea-carousel-title {
    margin-bottom: 20px;
    font-size: 24px;
}
.lea-audio-meta {
    font-size: 14px;
    color: #777;
    margin: 4px 0 10px;
}
