#cusdis_thread {
    width: 760px;
    max-width: 100%;
    margin: 40px auto;
}

/* ==========================================================
   AFTER LOGIN — AUDIO PLAYER CARD
   Фирменное оформление аудиоплеера для страницы «Аудиотека»
   ========================================================== */

.kg-audio-card {
    width: 100%;
    max-width: 760px;
    margin: 26px 0 34px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(0,0,0,.24);
    box-sizing: border-box;
}

.kg-audio-thumbnail {
    width: 72px !important;
    min-width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.22);
}

.kg-audio-thumbnail.placeholder {
    background: linear-gradient(135deg, #2a2521 0%, #8f5a35 48%, #d28a55 100%) !important;
}

.kg-audio-thumbnail svg,
.kg-audio-thumbnail .kg-audio-thumbnail-icon,
.kg-audio-thumbnail .kg-audio-thumbnail-placeholder svg {
    color: #fff !important;
    fill: #fff !important;
    opacity: .95;
}

.kg-audio-player-container {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0 !important;
}

.kg-audio-player {
    width: 100%;
}

.kg-audio-title,
.kg-audio-duration {
    color: rgba(255,255,255,.78);
}

/* Светлая тема */
html[data-theme="light"] .kg-audio-card {
    background: linear-gradient(135deg, #fffdf9, #f5f1ea);
    border-color: rgba(0,0,0,.08);
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
}

html[data-theme="light"] .kg-audio-title,
html[data-theme="light"] .kg-audio-duration {
    color: rgba(0,0,0,.72);
}

html[data-theme="light"] .kg-audio-thumbnail {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.08), 0 8px 18px rgba(0,0,0,.10);
}

/* Мобильная адаптация */
@media (max-width: 640px) {
    .kg-audio-card {
        padding: 16px;
        gap: 14px;
        margin: 22px 0 30px;
    }

    .kg-audio-thumbnail {
        width: 58px !important;
        min-width: 58px !important;
        height: 58px !important;
        border-radius: 10px !important;
    }
}
