.rp-f952c7a3-container {
    background: #111;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    color: #fff;
    font-family: sans-serif;
}
.rp-f952c7a3-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}
.rp-f952c7a3-logo-wrap {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}
.rp-f952c7a3-logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rp-f952c7a3-info {
    flex-grow: 1;
    min-width: 150px;
}
.rp-f952c7a3-title {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.rp-f952c7a3-tagline {
    margin: 0;
    font-size: 12px;
    color: #999;
}
.rp-f952c7a3-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}
.rp-f952c7a3-play-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #3b82f6;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, background-color 0.2s;
}
.rp-f952c7a3-play-btn:hover {
    transform: scale(1.05);
}
.rp-f952c7a3-play-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.rp-f952c7a3-volume-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.rp-f952c7a3-volume-icon {
    width: 20px;
    height: 20px;
    fill: #999;
}
.rp-f952c7a3-volume-slider {
    width: 80px;
    cursor: pointer;
}
.rp-f952c7a3-visualizer {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 30px;
    width: 35px;
    margin-left: auto;
}
.rp-f952c7a3-bar {
    width: 4px;
    height: 5px;
    background-color: #10b981;
    border-radius: 2px;
}
.rp-f952c7a3-playing .rp-f952c7a3-bar {
    animation: rp-bounce-f952c7a3 1s ease-in-out infinite alternate;
}
.rp-f952c7a3-playing .rp-f952c7a3-b1 { animation-delay: 0.1s; }
.rp-f952c7a3-playing .rp-f952c7a3-b2 { animation-delay: 0.4s; }
.rp-f952c7a3-playing .rp-f952c7a3-b3 { animation-delay: 0.2s; }
.rp-f952c7a3-playing .rp-f952c7a3-b4 { animation-delay: 0.5s; }
.rp-f952c7a3-playing .rp-f952c7a3-b5 { animation-delay: 0.3s; }

@keyframes rp-bounce-f952c7a3 {
    0% { height: 5px; }
    100% { height: 28px; }
}
