/*
 * Standalone site overrides.
 * This file is intentionally not generated by Laravel Mix.
 * Add future site-specific styles here instead of editing the compiled theme.
 */

.wrap .top-header-calendar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 28px !important;
    margin-top: 3px;
    margin-right: 1.25rem !important;
    padding: 0 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.wrap .top-header-calendar-button--white,
.wrap .top-header-calendar-button--white .fa,
.wrap .top-header-calendar-button--white span {
    color: #15578e;
}

.wrap .top-header-calendar-button--white {
    gap: 0.4rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    border-color: #fff;
    border-radius: 14px !important;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 44, 82, 0.2);
    font-weight: 700;
}

.wrap .top-header-calendar-button--white:hover,
.wrap .top-header-calendar-button--white:focus,
.wrap .top-header-calendar-button--white.active {
    border-color: #fff;
    background: #edf5fb;
}

.wrap .top-header-calendar-button--white:hover,
.wrap .top-header-calendar-button--white:hover .fa,
.wrap .top-header-calendar-button--white:hover span,
.wrap .top-header-calendar-button--white:focus,
.wrap .top-header-calendar-button--white:focus .fa,
.wrap .top-header-calendar-button--white:focus span,
.wrap .top-header-calendar-button--white.active,
.wrap .top-header-calendar-button--white.active .fa,
.wrap .top-header-calendar-button--white.active span {
    color: #0f4776;
}

.wrap .top-header-calendar-button--white .fa {
    font-size: 12px;
}

.wrap .top-header-calendar-button:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px;
}

.ftco-navbar-light .header-actions {
    gap: 0.5rem;
    margin-left: auto;
}

.ftco-navbar-light .header-calendar-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 42px;
    padding: 0.5rem 0.75rem;
    border: 2px solid #206eb0;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 44, 82, 0.18);
    color: #206eb0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.ftco-navbar-light .header-calendar-button:hover,
.ftco-navbar-light .header-calendar-button:focus,
.ftco-navbar-light .header-calendar-button.active {
    border-color: #15578e;
    background: #edf5fb;
    color: #15578e;
}

.ftco-navbar-light .header-calendar-button .fa {
    font-size: 13px;
}

.ftco-navbar-light .header-calendar-button:focus-visible {
    outline: 2px solid #206eb0 !important;
    outline-offset: 2px;
}

@media (min-width: 576px) {
    .ftco-navbar-light .header-calendar-button {
        font-size: 14px;
    }
}
