html {
    min-height: 100% !important;
}

body {
    min-height: 100vh !important;
    min-height: 100dvh !important;
}

.main {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
}

.header {
    background-color: #133e5e !important;
    min-height: 56px !important;
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

.header__logo {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.header__inner {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 20px !important;
}

.main__content {
    flex: 1 0 auto !important;
}

.footer {
    margin-top: auto !important;
    min-height: 56px !important;
    padding: 16px !important;
    flex-shrink: 0 !important;
    color: transparent !important;
}

.footer a,
.footer span {
    color: transparent !important;
}

@media screen and (max-width: 899px) {
    .header__logo {
        font-size: 14px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .header__inner {
        padding: 10px 12px !important;
    }

    .footer {
        min-height: 48px !important;
        padding: 12px !important;
    }
}