﻿.audio-page .main {
    background-color: #BFC6C9;
    padding: 40px 0;
    position: relative;
}

    .audio-page .main::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 99vw;
        height: 100%;
        background: inherit;
        z-index: -1;
    }

.audio-page .restric {
    max-width: 960px;
    margin: 0 auto;
}

.audio-page .main > * {
    display: flex;
    justify-content: space-between;
}

.audio-page .main .upper {
    margin-bottom: 8px;
}

.audio-page .main .info {
    width: 58.33%;
}

    .audio-page .main .info .category {
        display: inline-block;
        padding: 4px 8px;
        background-color: #FFFFFF;
        border-radius: 4px;
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        color: var(--color-primary);
        margin-bottom: 8px;
    }

    .audio-page .main .info .title {
        font-family: Source Serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 0px;
    }

    .audio-page .main .info .description {
        font-family: Roboto Condensed;
        font-size: 16px;
        line-height: 24px;
    }

.audio-page .main .thumb {
    width: 16.66%;
}

    .audio-page .main .thumb .thumb-wrap {
        background-color: transparent;
        position: relative;
        overflow: hidden;
        height: 0px;
        padding: 0px 0px 100%;
        border-radius: 8px;
    }

        .audio-page .main .thumb .thumb-wrap .image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

.audio-page .main .mobile-thumb {
    display: none;
}

.audio-page .audio-list .restric {
    padding: 40px 0 24px;
}

    .audio-page .audio-list .restric > * {
        flex-direction: row;
    }

        .audio-page .audio-list .restric > *:nth-last-child(n+2) {
            padding-bottom: 24px;
            margin-bottom: 24px;
            border-bottom: 1px solid #E8E8ED;
        }

        .audio-page .audio-list .restric > * .thumb {
            width: 12.5%;
            margin-bottom: 0px;
            margin-right: 16px;
        }

        .audio-page .audio-list .restric > * .thumb-wrapper {
            padding: 0px 0px 100%;
        }

        .audio-page .audio-list .restric > * .info-wrapper {
            width: 43.12%;
        }

        .audio-page .audio-list .restric > * .title {
            font-size: 18px;
            line-height: 25px;
            margin-bottom: 8px;
        }

        .audio-page .audio-list .restric > * .text {
            font-weight: 500;
            font-size: 14px;
            line-height: 20px;
        }

        .audio-page .audio-list .restric > * .info-wrapper .date-wrap {
            display: none;
        }

        .audio-page .audio-list .restric > * > .date-wrap {
            margin-left: auto;
        }

        .audio-page .audio-list .restric > * .date-wrap > * {
            display: inline-block;
            font-family: Helvetica;
            font-size: 14px;
            line-height: 20px;
            color: #656C6F;
        }

            .audio-page .audio-list .restric > * .date-wrap > *:nth-last-child(n+2) {
                margin-right: 8px;
            }

.audio-page .more {
    display: block;
    cursor: pointer;
    border: none;
    margin: 0 auto 40px;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: var(--color-primary);
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.audio-player {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0B1215;
    padding: 16px 24px 32px 40px;
}

    .audio-player .track-info {
        text-align: center;
        margin-bottom: 2px;
        font-family: Roboto Condensed;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
        color: #FFFFFF;
    }

    .audio-player .track-title {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        opacity: 0.9;
    }

    .audio-player .controls-container {
        display: flex;
        align-items: center;
        gap: 32px;
    }

    .audio-player .btn-container,
    .audio-player .slider-container {
        display: flex;
        align-items: center;
    }

    .audio-player .btn-container {
        gap: 16px;
    }

    .audio-player .slider-container {
        flex: 1;
        gap: 8px;
    }

    .audio-player .control-btn {
        background: none;
        border: none;
        color: #ffffff;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all 0.2s ease;
    }

        .audio-player .control-btn svg {
            width: 20px;
            height: 20px;
            fill: currentColor;
        }

    .audio-player .play-btn {
        color: #1a1a1a;
        width: 40px;
        height: 40px;
    }

        .audio-player .play-btn svg {
            width: 40px;
            height: 40px;
        }

    .audio-player .time-display {
        color: #ffffff;
        font-family: Roboto Condensed;
        font-size: 12px;
        line-height: 18px;
    }

    .audio-player .progress-container {
        flex: 1;
        position: relative;
    }

    .audio-player .progress-bar {
        width: 100%;
        height: 6px;
        background: #FFFFFF;
        border-radius: 10px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .audio-player .progress-fill {
        height: 100%;
        background: var(--color-primary);
        border-radius: 8px 0 0 8pxS;
        width: 15%;
        transition: width 0.1s ease;
        position: relative;
    }

    .audio-player .volume-container {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .audio-player .volume-btn {
        width: 20px;
        height: 20px;
    }

        .audio-player .volume-btn svg {
            width: 18px;
            height: 18px;
            fill: #BFC6C9;
        }

    .audio-player .volume-slider {
        width: 96px;
        height: 2px;
        background: #ffffff;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
    }

    .audio-player .volume-fill {
        height: 100%;
        background: var(--color-primary);
        border-radius: 2px;
        width: 70%;
        position: relative;
    }

@media screen and (max-width: 768px) {
    .audio-page .main {
        padding: 16px 0;
    }

        .audio-page .main::before {
            width: 100vw;
        }

        .audio-page .main .info {
            width: 100%;
        }

        .audio-page .main .thumb {
            display: none;
        }

        .audio-page .main .mobile-thumb {
            width: 120px;
            margin-right: 16px;
            display: block;
        }

        .audio-page .main .upper {
            display: flex;
            margin-bottom: 16px;
        }

    .audio-page .audio-list .restric > * .thumb {
        margin-right: 16px;
        width: 25.36%;
        min-width: 87px;
    }

    .audio-page .audio-list .restric > * .info-wrapper {
        width: unset;
        flex: 1;
    }

    .audio-page .audio-list .restric > * > .date-wrap {
        display: none;
    }

    .audio-page .audio-list .restric {
        padding-top: 32px;
    }

        .audio-page .audio-list .restric > * .title {
            font-size: 16px;
            line-height: 20px;
        }

        .audio-page .audio-list .restric > * .text {
            margin-bottom: 12px;
        }

        .audio-page .audio-list .restric > * .info-wrapper .date-wrap {
            display: block;
        }

        .audio-page .audio-list .restric > *:nth-last-child(n+2) {
            padding-bottom: 16px;
            margin-bottom: 16px;
        }
}
