/* /residents mobile technical parameters — Figma mobile screenshots only. Desktop is untouched. */
@media (max-width: 760px) {
    body.residents-page-body .residents-technical {
        width: min(100%, 393px) !important;
        margin: 0 auto !important;
        overflow: hidden !important;
        background: #1f1f1f !important;
        color: #ffffff !important;
    }

    body.residents-page-body .residents-technical__inner {
        width: 100% !important;
        margin: 0 !important;
        padding: 96px 0 0 !important;
    }

    body.residents-page-body .residents-technical__title {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: 393px !important;
        margin: 0 auto 40px !important;
        padding: 0 16px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
        color: #ffffff !important;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif !important;
        font-size: 40px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        text-transform: uppercase !important;
        white-space: pre-line !important;
    }

    body.residents-page-body .residents-technical__title span {
        display: block !important;
        width: 100% !important;
        max-width: 361px !important;
    }

    body.residents-page-body .residents-technical__table-wrap {
        width: 100% !important;
        max-width: 393px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    body.residents-page-body .residents-technical__table {
        width: 100% !important;
        min-width: 0 !important;
        border-collapse: collapse !important;
        table-layout: fixed !important;
        border: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
        background: #1f1f1f !important;
        color: #ffffff !important;
    }

    body.residents-page-body .residents-technical__col--parameter,
    body.residents-page-body .residents-technical__col--value {
        width: 50% !important;
    }

    body.residents-page-body .residents-technical__table th,
    body.residents-page-body .residents-technical__table td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
        vertical-align: middle !important;
        text-align: left !important;
    }

    body.residents-page-body .residents-technical__table th + th,
    body.residents-page-body .residents-technical__table td + td {
        border-left: 1px solid rgba(255, 255, 255, 0.10) !important;
    }

    body.residents-page-body .residents-technical__table thead th {
        height: 58px !important;
        padding: 5px 16px !important;
        color: #ffffff !important;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        line-height: 24px !important;
        letter-spacing: 0 !important;
        text-transform: uppercase !important;
    }

    body.residents-page-body .residents-technical__table thead th:last-child {
        padding-left: 24px !important;
    }

    body.residents-page-body .residents-technical__table tbody td {
        height: 96px !important;
        color: #ffffff !important;
        font-family: 'Manrope', Arial, Helvetica, sans-serif !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 18px !important;
        letter-spacing: 0 !important;
        white-space: pre-line !important;
    }

    body.residents-page-body .residents-technical__table tbody td:first-child {
        padding: 18px 16px !important;
    }

    body.residents-page-body .residents-technical__table tbody td:last-child {
        padding: 18px 16px 18px 24px !important;
    }

    body.residents-page-body .residents-technical__table tbody tr:last-child td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
    }

    body.residents-page-body .residents-technical__row--mobile-extra {
        display: none !important;
    }

    body.residents-page-body .residents-technical.is-technical-expanded .residents-technical__row--mobile-extra {
        display: table-row !important;
    }

    body.residents-page-body .residents-technical__more {
        width: 100% !important;
        height: 58px !important;
        min-height: 58px !important;
        margin: 40px 0 0 !important;
        padding: 5px 16px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: rgba(255, 255, 255, 0.20) !important;
        color: #ffffff !important;
        cursor: pointer !important;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

    body.residents-page-body .residents-technical__more[hidden] {
        display: none !important;
    }

    body.residents-page-body .residents-technical__more span {
        color: #ffffff !important;
        font-family: 'RoadRadio', Arial, Helvetica, sans-serif !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        line-height: 18px !important;
        letter-spacing: 0 !important;
        text-align: center !important;
        text-transform: uppercase !important;
    }
}
