/* _content/MultiBooking.WebMVC/Views/Shared/_Layout.cshtml.rz.scp.css */
/*
 * Scoped styles for Views/Shared/_Layout.cshtml.
 *
 * ASP.NET Core bundles this file into MultiBooking.WebMVC.styles.css.
 * The bundle is linked from _Layout.cshtml after home.css, so these
 * layout-specific rules intentionally override generic landing styles.
 */

:root[b-jw16ygd0kl] {
    --mb-layout-footer-divider: rgba(255, 255, 255, 0.35);
    --mb-layout-footer-text: var(--basic-0, #ffffff);
}

/* Header and footer logo alignment from the 1980px desktop design. */
.mb-brand[b-jw16ygd0kl],
.mb-footer-brand[b-jw16ygd0kl] {
    flex: 0 0 auto;
    padding: 10px;
}

.mb-header .mb-brand-logo[b-jw16ygd0kl],
.mb-footer .mb-brand-logo[b-jw16ygd0kl] {
    display: block;
    width: 164px;
    height: auto;
    object-fit: contain;
    object-position: left center;
}

/* Shared image helpers used by the header and footer. */
.app-icon[b-jw16ygd0kl] {
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
}

.app-icon-16[b-jw16ygd0kl] {
    width: 16px;
    height: 16px;
}

.app-icon-24[b-jw16ygd0kl] {
    width: 24px;
    height: 24px;
}

/* Footer */
.mb-footer[b-jw16ygd0kl] {
    padding-block: 48px;
}

.mb-footer-top[b-jw16ygd0kl] {
    align-items: center;
    gap: 48px;
}

.mb-footer-divider[b-jw16ygd0kl] {
    margin-block: 48px;
    background: var(--mb-layout-footer-divider);
}

.mb-footer-grid[b-jw16ygd0kl] {
    gap: 48px;
}

.mb-footer-grid h3[b-jw16ygd0kl] {
    margin: 0 0 16px;
    color: var(--mb-layout-footer-text);
    font-family: var(--desktop-h5-font-family, "Satoshi", Arial, sans-serif);
    font-size: var(--desktop-h5-font-size, 18px);
    font-weight: var(--desktop-h5-font-weight, 700);
    font-style: var(--desktop-h5-font-style, normal);
    line-height: var(--desktop-h5-line-height, 1.2);
    letter-spacing: var(--desktop-h5-letter-spacing, 0);
}

.mb-footer-grid a[b-jw16ygd0kl] {
    color: var(--mb-layout-footer-text);
    font-family: var(--other-menu-m-font-family, "Satoshi", Arial, sans-serif);
    font-size: var(--other-menu-m-font-size, 14px);
    font-weight: var(--other-menu-m-font-weight, 400);
    font-style: var(--other-menu-m-font-style, normal);
    line-height: var(--other-menu-m-line-height, 1.4);
    letter-spacing: var(--other-menu-m-letter-spacing, 0);
}

.mb-footer-text-column h3[b-jw16ygd0kl] {
    padding: 12px 8px;
    margin-bottom: 0;
}

.mb-footer-text-column p[b-jw16ygd0kl] {
    margin: 0;
    padding: 4px 8px 4px 16px;
    color: var(--mb-layout-footer-text);
    font-family: var(--other-menu-m-font-family, "Satoshi", Arial, sans-serif);
    font-size: var(--other-menu-m-font-size, 14px);
    font-weight: var(--other-menu-m-font-weight, 400);
    font-style: var(--other-menu-m-font-style, normal);
    line-height: var(--other-menu-m-line-height, 1.4);
    letter-spacing: var(--other-menu-m-letter-spacing, 0);
}

.mb-footer-link-column a[b-jw16ygd0kl] {
    margin: 0;
    padding: 12px 8px;
    font-family: var(--desktop-h6-font-family, "Satoshi", Arial, sans-serif);
    font-size: var(--desktop-h6-font-size, 18px);
    font-weight: var(--desktop-h6-font-weight, 600);
    line-height: var(--desktop-h6-line-height, 1.3);
}

/*
 * Store SVGs already contain the complete black App Store / Google Play badge.
 * Therefore the wrapper must not add another black background, padding, or
 * fixed 24px icon sizing.
 */
.mb-store-badges[b-jw16ygd0kl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.mb-store-badges .mb-store-badge[b-jw16ygd0kl] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    color: inherit;
    line-height: 0;
}

.mb-store-badge-image[b-jw16ygd0kl] {
    display: block;
    max-width: none;
    height: 40px;
    object-fit: contain;
}

.mb-store-badge--apple .mb-store-badge-image[b-jw16ygd0kl] {
    width: 120px;
}

.mb-store-badge--google .mb-store-badge-image[b-jw16ygd0kl] {
    width: 135px;
}

.mb-footer-social-heading[b-jw16ygd0kl] {
    margin-top: 24px !important;
}

.mb-socials[b-jw16ygd0kl] {
    align-items: center;
    gap: 16px;
}

.mb-socials a[b-jw16ygd0kl] {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin: 0;
    opacity: 0.9;
    transition: opacity 160ms ease, transform 160ms ease;
}

.mb-socials a:hover[b-jw16ygd0kl],
.mb-socials a:focus-visible[b-jw16ygd0kl] {
    opacity: 1;
    transform: translateY(-1px);
}

.mb-footer-bottom[b-jw16ygd0kl] {
    margin-top: 48px;
    padding-top: 32px;
    border-top-color: var(--mb-layout-footer-divider);
    font-family: var(--body-s-font-family, "Satoshi", Arial, sans-serif);
    font-size: var(--body-s-font-size, 12px);
    font-weight: var(--body-s-font-weight, 400);
    line-height: var(--body-s-line-height, 1.4);
    letter-spacing: var(--body-s-letter-spacing, 0);
}

@media (max-width: 1199.98px) {
    .mb-store-badges[b-jw16ygd0kl] {
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .mb-footer[b-jw16ygd0kl] {
        padding-block: 40px;
    }

    .mb-footer-divider[b-jw16ygd0kl] {
        margin-block: 36px;
    }

    .mb-footer-grid[b-jw16ygd0kl] {
        gap: 36px;
    }

    .mb-footer-bottom[b-jw16ygd0kl] {
        margin-top: 40px;
        padding-top: 28px;
    }
}

@media (max-width: 420px) {
    .mb-store-badges[b-jw16ygd0kl] {
        flex-direction: column;
        align-items: flex-start;
    }
}

.mb-footer-bottom-links[b-jw16ygd0kl] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px 20px;
}

.mb-footer-bottom-links a[b-jw16ygd0kl] {
    color: inherit;
    text-decoration: none;
    opacity: 0.86;
}

.mb-footer-bottom-links a:hover[b-jw16ygd0kl],
.mb-footer-bottom-links a:focus-visible[b-jw16ygd0kl],
.mb-footer-bottom-links a.is-active[b-jw16ygd0kl] {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767.98px) {
    .mb-footer-bottom-links[b-jw16ygd0kl] {
        justify-content: flex-start;
    }
}
