/* Keep only the viewport fallback under short pages, without recoloring page content. */
html {
    background-color: white;
}

#main-content {
    padding-top: 3rem !important;
}

/* Slightly reduce homepage header vertical height */
.site-header .logo__link {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
}


.site-header .header__btn {
    height: 3.8rem;
}

.home-banner__description strong,
.home-banner__description b {
    font-family: inherit !important;
    font-weight: 700 !important;
}

.home-banner__description [style*="font-weight:bold"],
.home-banner__description [style*="font-weight: bold"],
.home-banner__description [style*="font-weight:700"],
.home-banner__description [style*="font-weight: 700"] {
    font-family: inherit !important;
    font-weight: 700 !important;
}

@media all and (min-width:1200px) {
    .site-header .logo__image {
        height: 3.2rem;
    }
}

@media all and (max-width: 767.98px) {
    .site-header .container-fluid {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .site-header .logo__link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .site-header .logo__image {
        width: 5.8rem;
        height: 1.8rem;
    }

    .site-header .header__controls {
        margin-left: auto;
    }

    .site-header .header__btn {
        height: 3.2rem;
        padding: 0 0.75rem;
        font-size: 0.82rem;
    }

    .home-banner__title {
        font-size: 2rem;
        line-height: 2.35rem;
    }

    .home-banner__description {
        font-size: 0.98rem;
        line-height: 1.42rem;
        margin-bottom: 1.2rem;
    }

    .home-banner__tabs {
        margin-top: 0.8rem;
    }

    .powercut-box {
        margin-top: 0.8rem;
    }

    .powercut-box__container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .powercut-box .contact__number {
        font-size: 1.4rem;
    }
}
