/* ========================================
   HEADER BRANDING
======================================== */

.header-brand {
    display: flex;
    align-items: center;
    min-width: 0;
}

.brand-link {
    display: block;
    min-width: 0;
    text-decoration: none;
}

.brand-horizontal {
    position: relative;
    display: block;
    width: 320px;
    height: 112px;
    overflow: hidden;
}

.brand-horizontal img {
    position: absolute;
    top: -28px;
    left: 0;
    width: 300px;
    max-width: none;
    height: auto;
}

.brand-mark,
.brand-mobile-copy {
    display: none;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.mobile-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 4px 0;
    border-radius: 999px;
    background: #123d92;
}

.header-logout-form {
    display: inline-flex;
    margin: 0;
}

.header-logout-form .btn-register {
    font-family: inherit;
    cursor: pointer;
}
