/* ========================= */
/* MOBILE (<= 768px)         */
/* ========================= */

@media (max-width: 768px) {
    body {
        background: #f5f5f5;
    }

    .page {
        min-height: 100vh;
        padding: 50px 60px;
        gap: 7px;
    }

    .album-header svg{
        max-width: 114px;
        height:auto;
        margin-top:24px;
    }


    .mobile-subtitle {
        display: block;
        font-family: 'FWC26Condensed', Helvetica, Arial, sans-serif;
        font-weight: 900;
        font-size: 12px;
        line-height: 19px;
        color: #2D2D2D;
        text-transform: uppercase;
        text-align: center;
        z-index: 2;
    }

    .desktop-subtitle {
        display: none;
    }

    .content {
        flex-direction: column;
        gap: 7px;
    }

    .album-cover {
        width: 196px;
        filter: drop-shadow(-2.06px 4.13px 20.63px rgba(40, 40, 40, 0.25));
    }

    .parte-badge {
        top: 11px;
        right: -10px;
        font-size: 10px;
        line-height: 11px;
        padding: 6px 8px;
        border-radius: 5px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .album-info {
        align-items: center;
        text-align: center;
        max-width: 196px;
        gap: 0;
    }

    .album-header {
        align-items: center;
        gap: 5px;
    }

    .title .fifa-line {
        font-size: 20px;
    }

    .title .year-line {
        font-size: 50px;
        justify-content: center;
    }

    .title .tm {
        font-size: 10px;
    }

    .description {
        font-size: 10px;
        line-height: 11px;
    }

    .track-name {
        font-size: 12px;
        text-align: center;
    }

    .player {
        gap: 4px;
        padding: 16px 0;
        align-items: center;
    }

    .progress-bar {
        height: 6px;
    }

    .progress-thumb {
        width: 14px;
        height: 14px;
    }

    .time-row span {
        font-size: 12px;
    }

    .controls {
        gap: 20px;
    }

    .btn-control svg {
        width: 21px;
        height: 16px;
    }

    .btn-play {
        width: 51px;
        height: 51px;
    }

    .btn-play svg {
        width: 18px;
        height: 22px;
    }

    .btn-site {
        background: transparent;
        color: #2D2D2D;
        border: 1.125px solid #2D2D2D;
        font-size: 12px;
        line-height: 14px;
        padding: 10px 24px;
        margin-top: 10px;
    }

    .btn-site:hover {
        background: #2D2D2D;
        color: #ffffff;
    }
}
