/*
 * Apartment Wi-Fi Service Terms page refinement.
 */

.terms-page-topbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
}

/* Landing-page-style Sophra Innova logo */
.terms-topbar-brand {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;

    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    color: inherit !important;
    background: transparent !important;
    background-image: none !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    text-decoration: none !important;
}

.terms-topbar-brand img {
    display: block !important;

    width: auto !important;
    max-width: min(58vw, 265px) !important;

    height: auto !important;
    max-height: 48px !important;

    object-fit: contain !important;
    object-position: left center !important;
}

.terms-topbar-brand strong {
    color: #f97316 !important;
    font-size: 1.05rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.03em !important;
}

/* Register remains as the only plain top-bar action */
.terms-topbar-actions {
    display: flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.terms-page-topbar .terms-register-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    color: #9a3412 !important;

    background: transparent !important;
    background-image: none !important;

    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    font-size: 0.92rem !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;

    text-decoration: none !important;
}

.terms-page-topbar .terms-register-link:hover,
.terms-page-topbar .terms-register-link:focus-visible {
    color: #f97316 !important;

    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;

    text-decoration: underline !important;
    text-underline-offset: 4px;
}

/* Extra protection against the duplicated body logo */
.terms-card .terms-brand {
    display: none !important;
}

@media (max-width: 600px) {
    .terms-page-topbar {
        gap: 12px !important;
    }

    .terms-topbar-brand img {
        max-width: min(64vw, 235px) !important;
        max-height: 43px !important;
    }

    .terms-page-topbar .terms-register-link {
        font-size: 0.86rem !important;
    }
}
