@import '_content/AirPricing.Demo.Blazor.RazorComponents/AirPricing.Demo.Blazor.RazorComponents.bundle.scp.css';

/* /Features/AppServices/Components/ServiceCard.razor.rz.scp.css */
.card[b-lexb0cd4t1] {
    aspect-ratio: 1/1;
    background-size: cover;
}

.card-content[b-lexb0cd4t1] {
    background-color: #FFF;
    margin: .5em;
    padding: 1em;
    row-gap: .5em;
}

.card-title[b-lexb0cd4t1] {
    font: var(--f-24-133-inter-semi);
    color: var(--black-color);
    margin: 0;
}

.card-subtitle[b-lexb0cd4t1] {
    font: var(--f-20-140-inter-regular);
    color: var(--black-color);
    margin: .25em 0;
}
/* /Features/AppServices/ServicesList.razor.rz.scp.css */
.s-services[b-efiymd06ku] {
    padding-bottom: 4em;
}
/* /Features/BookYourFlight/BookYourFlight.razor.rz.scp.css */
.s-flight-search[b-bdbocw60sb] {
    position: relative;
    height: 630px;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    z-index: 1;
}

.s-flight-search__wrapper[b-bdbocw60sb] {
    position: absolute;
    top: 8em;
    left: 0;
    right: 0;
}

.s-flight-search__content[b-bdbocw60sb] {
    background-color: var(--white-color);
    background-size: cover;
    padding-top: 1em;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

    .s-flight-search__content h1[b-bdbocw60sb] {
        font: var(--f-20-140-inter-semi);
        color: var(--black-color);
        text-shadow: 0px 0 #111, -1px 0 #111, 0 0px #111, 0 -1px #111, 0px 0px #111, 0px 0px #111, 0px 0px #111, 0px 0px #111;
    }

    .s-flight-search__content h1:focus-visible[b-bdbocw60sb] {
        outline: none;
    }

.flight-form-content[b-bdbocw60sb] {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.submit-btn[b-bdbocw60sb] {
    width: 100%;
    height: 48px;
    font: var(--f-16-150-inter-bold);
    text-align: center;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 5px;
    margin-top: .5em;
    border: 0;
    transition: all .1s ease-in;
    align-self: flex-end;
}

    .submit-btn:hover[b-bdbocw60sb] {
        background: var(--secondary-color);
        cursor: pointer;
    }

@media all and (min-width: 36rem) {
    .s-flight-search[b-bdbocw60sb] {
        height: 26em;
    }

    .s-flight-search__wrapper[b-bdbocw60sb] {
        top: 0;
    }

    .s-flight-search__content[b-bdbocw60sb] {
        background-color: initial;
        padding-top: 2em;
        border-radius: 4px;
    }

    .s-flight-search__content h1[b-bdbocw60sb] {
        font: var(--f-32-125-inter-bold);
        color: var(--white-color);
        padding-left: .25em;
    }

    .flight-form[b-bdbocw60sb] {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.64);
        backdrop-filter: blur(8px);
        background-size: cover;
        padding: .75em;
        border-radius: 3px;
    }

    .flight-form-content[b-bdbocw60sb] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "routes routes"
            "dates dates"
            "psx psx"
            "btn btn";
        grid-gap: 2em;
        flex-wrap: wrap;
        gap: 8px;
    }

        .flight-form-content .route-item[b-bdbocw60sb] {
            grid-area: routes;
        }

        .flight-form-content .s-dates[b-bdbocw60sb] {
            grid-area: dates;
        }

        .flight-form-content .s-passengers[b-bdbocw60sb] {
            grid-area: psx;
        }

        .flight-form-content .submit-btn[b-bdbocw60sb] {
            grid-area: btn;
        }


}

@media all and (min-width: 75rem) {
    .s-flight-search[b-bdbocw60sb] {
        height: 24em;
    }

    .s-flight-search__content[b-bdbocw60sb] {
        padding-top: 3em;
    }

    .flight-form-content[b-bdbocw60sb] {
        display: grid;
        grid-template-columns: 1.25fr 1.25fr 2fr 1.25fr 1fr;
        grid-template-areas: none;
        flex-wrap: wrap;
        gap: .5em;
    }

    .flight-form-content .route-item[b-bdbocw60sb] {
        grid-area: initial;
    }

    .flight-form-content .s-dates[b-bdbocw60sb] {
        grid-area: initial;
    }

    .flight-form-content .s-passengers[b-bdbocw60sb] {
        grid-area: initial;
    }

    .flight-form-content .submit-btn[b-bdbocw60sb] {
        grid-area: initial;
    }
}
/* /Features/Calendar/Components/CalendarDay.razor.rz.scp.css */
.ap-calendarbox[b-ojzutcot2d] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.calendar-day-number[b-ojzutcot2d] {
    height: 100%;
    font: var(--f-20-140-inter-regular);
    color: var(--bluedark-color);
    display: flex;
    justify-content: center;
    text-align: center;
}

.calendar-day-price[b-ojzutcot2d] {
    font: var(--f-12-150-inter-semi);
    color: var(--blue-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.k-calendar .k-calendar-td:not(.k-selected) .k-link .calendar-day-price.min-price[b-ojzutcot2d] {
    color: #498024;
    background: #DAEFCD;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    mix-blend-mode: multiply;
    border-radius: 3px;
}

.min-price-group[b-ojzutcot2d] {
    color: #6DBF36;
}

.k-calendar .k-month .k-other-month .k-link .ap-calendarbox > *[b-ojzutcot2d] {
    display: none;
}
/* /Features/Calendar/DatesSelector.razor.rz.scp.css */
.calendar-picker[b-5muj8rpluq] {
    width: 100%;
}

.calendar-picker__header[b-5muj8rpluq] {
    display: flex;
    align-items: center;
}

.calendar-picker__label[b-5muj8rpluq] {
    height: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2F424C;
}

.calendar-picker__trip-toggle[b-5muj8rpluq] {
    height: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: right;
    text-decoration-line: underline;
    color: #0487C8;
    margin-left: auto;
}

.calendar-picker__content[b-5muj8rpluq] {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.calendar-picker__inputs[b-5muj8rpluq] {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    border: 2px solid #023650;
    border-radius: 4px;
}

.calendar-picker__inputs-item[b-5muj8rpluq] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    background-color: var(--white-color);
}

    .calendar-picker__trip-toggle:hover[b-5muj8rpluq],
    .calendar-picker__inputs-item:hover[b-5muj8rpluq] {
        cursor: pointer;
    }

.single-item[b-5muj8rpluq] {
    justify-content: flex-start;
    padding-left: 16px;
}

.item-text[b-5muj8rpluq] {
    height: 24px;
    font: var(--f-16-150-inter-regular);
    color: #67818E;
}

.item-separator[b-5muj8rpluq] {
    height: 100%;
    border-left: 1px solid #67818E;
}

.active-item[b-5muj8rpluq] {
    font-weight: 600;
    color: #2F424C;
}

.calendar-modal[b-5muj8rpluq] {
    display: none;
    opacity: 0;
    max-height: 0;
    margin: 0 auto 0 0;
    transition: display 0.1s ease-in, opacity 0.1s ease-in, max-height 0.1s ease-in;
}

.calendar-modal__content[b-5muj8rpluq] {
    display: flex;
    flex-direction: column;
    margin-top: -2px;
    border: 2px solid #023650;
    gap: 16px 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.calendar-expanded[b-5muj8rpluq] {
    display: block;
    opacity: 1;
    max-height: 500px;
}

.calendar-expanded[aria-expanded="true"][b-5muj8rpluq] {
    transform: scaleY(1);
}

.calendar-picker__message[b-5muj8rpluq] {
    padding: 4px;
    font-weight: 600;
    gap: 4px;
}

[b-5muj8rpluq] .k-calendar,
[b-5muj8rpluq] .k-calendar-table {
    width: 100% !important;
}

[b-5muj8rpluq] .k-calendar .k-calendar-header {
    padding: 16px 24px;
}

[b-5muj8rpluq] .k-calendar-view {
    width: 100%;
    margin: 0 0 0 0 !important;
    padding: 0 16px;
    gap: 32px;
}

[b-5muj8rpluq] .k-calendar-header .k-today, [b-5muj8rpluq] .k-calendar-header .k-nav-today {
    display: none !important;
}

[b-5muj8rpluq] .k-calendar .k-calendar-td.k-selected:not(.k-other-month) .k-link {
    background-color: #0487C8 !important;
    color: white !important;
}

[b-5muj8rpluq] .k-calendar .k-calendar-td.k-selected:not(.k-other-month) .calendar-day-number {
    color: white !important;
}

[b-5muj8rpluq] .k-calendar .k-calendar-td.k-selected:not(.k-other-month) .calendar-day-price,
[b-5muj8rpluq] .k-calendar .k-calendar-td.k-selected:not(.k-other-month) .calendar-day-price.min-price {
    color: white !important;
    opacity: 0.75;
}

[b-5muj8rpluq] .k-calendar .k-month td:not(.k-disabled).k-other-month .k-link,
[b-5muj8rpluq] .k-calendar .k-month td:not(.k-disabled).k-other-month.k-range-mid {
    pointer-events: none;
    background-color: initial;
}

[b-5muj8rpluq] .k-calendar .k-calendar-td.k-selected.k-focus .k-link,
[b-5muj8rpluq] .k-calendar .k-calendar-td.k-focus .k-link  {
    box-shadow: none;
}

[b-5muj8rpluq] .k-calendar-td.k-range-mid:not(.k-other-month) {
    background-color: rgba(4, 135, 200, 0.2) !important;
}

[b-5muj8rpluq] .k-calendar .k-other-month {
    visibility: hidden;
}

@media all and (min-width: 36rem) {

    [b-5muj8rpluq] .k-calendar-view {
        width: auto;
    }

    .calendar-modal[b-5muj8rpluq] {
        position: absolute;
        top: 11em;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .calendar-modal__content[b-5muj8rpluq] {
        border-radius: 4px;
    }
}

@media all and (min-width: 45rem) {
    [b-5muj8rpluq] .k-calendar-tr {
         height: 62px !important;
    }

    [b-5muj8rpluq] .k-calendar .k-calendar-header {
        padding: 16px 20px;
    }
}

@media all and (min-width: 75rem) {

    [b-5muj8rpluq] .k-calendar-tr {
        height: 62px !important;
    }

    [b-5muj8rpluq] .k-month-calendar .k-calendar-td, .k-calendar-monthview .k-calendar-td[b-5muj8rpluq] {
        max-width: 62px;
        max-height: 62px;
        aspect-ratio: 1/1;
    }

    .calendar-modal[b-5muj8rpluq] {
        top: 5.5em;
        max-width: 50em;
        margin: 0 7% 0 20%;
    }
}
/* /Features/Passengers/Components/PassengerTypePicker.razor.rz.scp.css */
.type-picker[b-i7qf9ho16i] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.type-picker-header[b-i7qf9ho16i] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.type-picker-content[b-i7qf9ho16i] {
    display: flex;
}

.p-title[b-i7qf9ho16i] {
    width: 133px;
    height: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2F424C;
}

.p-info[b-i7qf9ho16i] {
    width: 129px;
    height: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #375A6C;
}

.p-value[b-i7qf9ho16i] {
    width: 64px;
    height: 32px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #2F424C;
}

.sr-only[b-i7qf9ho16i] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/* /Features/Passengers/PassengerPicker.razor.rz.scp.css */
.selector-wrapper[b-7rlbwt81nt] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.selector-label[b-7rlbwt81nt] {
    font: var(--f-16-150-inter-semi);
    color: var(--bluedark-color);
}

.selector-btn[b-7rlbwt81nt] {
    width: 100%;
    font: var(--f-16-150-inter-semi);
    color: var(--bluedark-color);
    background-color: white;
    height: 3em;
    border: 2px solid var(--secondary-color);
    padding-top: .25em;
    padding-bottom: .25em;
    border-radius: .25em;
    margin-top: 4px;
}
.selector-btn:hover[b-7rlbwt81nt] {
    cursor: pointer;
}
.selector-btn__open[b-7rlbwt81nt] {
    border-top-left-radius: .25em;
    border-top-right-radius: .25em;
}
.selector-btn-content[b-7rlbwt81nt] {
    display: flex;
    align-items: center;
    padding-left: .5em;
    padding-right: .5em;
}
.selector-text[b-7rlbwt81nt] {
    margin-left: .5em;
}

.selector-arrow[b-7rlbwt81nt] {
    margin-left: auto;
}

.selector-content[b-7rlbwt81nt] {
    display: none;
    background-color: white;
    flex-direction: column;
    opacity: 0;
    max-height: 0;
    margin-top: -2px;
    border: 2px solid var(--secondary-color);
    gap: 1em 0px;
    padding-left: 2.625em;
    padding-right: 2.625em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom-left-radius: .25em;
    border-bottom-right-radius: .25em;
    transition: display 0.1s ease-in, opacity 0.1s ease-in, max-height 0.1s ease-in;
}

.expanded[b-7rlbwt81nt] {
    display: flex;
    opacity: 1;
    max-height: 500px;
}

.expandable[aria-expanded="true"][b-7rlbwt81nt] {
    transform: scaleY(1);
}

@media all and (min-width: 36rem) {
    .selector-content[b-7rlbwt81nt] {
        position: absolute;
        top: 5.25rem;
        left: 0;
        border-radius: 4px;
    }
}
/* /Features/PopularDestinations/Components/TripCard.razor.rz.scp.css */
.trip-card[b-b8h8kigfgf] {
    width: 100%;
}

    .trip-card:hover[b-b8h8kigfgf] {
        text-decoration: none;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        transform: scale(1.025);
        transition: all .14s ease-in-out;
    }

.trip-card-info[b-b8h8kigfgf] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
}

.info-location[b-b8h8kigfgf] {
    display: flex;
    align-items: center;
    column-gap: .33em;
}

.trip-city[b-b8h8kigfgf] {
    font: var(--f-16-150-inter-semi);
    color: var(--black-color);
}

.price-group[b-b8h8kigfgf] {
    font: var(--f-14-140-inter-semi);
    color: var(--black-color);
}

.trip-price[b-b8h8kigfgf] {
    font: var(--f-24-133-inter-semi);
}

.card-img-wrapper[b-b8h8kigfgf] {
    width: 100%;
    aspect-ratio: 16/9;
}

.trip-card-img[b-b8h8kigfgf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[b-b8h8kigfgf] .k-card {
    border-radius: 0;
}
/* /Features/PopularDestinations/PopularDestinationsList.razor.rz.scp.css */
.s-pop-dest[b-to3v5016jb] {
    background: linear-gradient(180deg, rgba(55, 90, 108, 0.04) 0%, rgba(55, 90, 108, 0.08) 100%);
    padding-bottom: 3em;
}

.content-body[b-to3v5016jb] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    max-width: 1200px;
}
/* /Features/Routes/Components/RouteInput.razor.rz.scp.css */
.route-item[b-ghlp5w1nyk] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.route-label[b-ghlp5w1nyk] {
    font: var(--f-16-150-inter-semi);
    color: var(--bluedark-color);
}

.route-input[b-ghlp5w1nyk] {
    display: inline-flex;
    align-items: center;
    padding: 16px;
    background-color: var(--white-color);
    border: 2px solid var(--secondary-color);
    border-radius: 4px;
    max-height: 48px;
    margin-top: 4px;
}

.route-input:focus-within[b-ghlp5w1nyk] {
    background-color: rgba(4, 135, 200, 0.05);
}

.route-input-icon[b-ghlp5w1nyk] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
}

.route-input-icon img[b-ghlp5w1nyk] {
    width: 100%;
    height: 100%;
    fill: #023650;
}

.route-input-content[b-ghlp5w1nyk] {
    width: 100%;
}

.route-input-item[b-ghlp5w1nyk] {
    width: fit-content !important;
    display: grid;
    grid-template-columns: 30px 1fr;
    column-gap: .5em;
    align-items: center;
    white-space: nowrap;
    height: 2em;
    padding: 0 .7em;
    color: var(--bluedark-color);
}

    .route-input-item span[b-ghlp5w1nyk] {
        font: var(--f-12-150-inter-bold);
        text-align: start;
    }

    .route-input-item p[b-ghlp5w1nyk] {
        font: var(--f-16-150-inter-regular);
        text-align: start;
        margin: 0 0;
    }


[b-ghlp5w1nyk] .k-combobox {
    width: 100% !important;
    display: flex;
    align-items: center;
    border: 0px !important;
}

[b-ghlp5w1nyk] .k-combobox > button.k-icon-button {
    display: none;
}

[b-ghlp5w1nyk] .k-combobox input.k-input-inner {
    font: var(--f-16-150-inter-semi);
    color: var(--secondary-color);
}


@media all and (min-width: 36rem) {
    .route-input:focus-within[b-ghlp5w1nyk] {
        background-color: rgba(255,255, 255, 0.85);
    }

    .route-input-item[b-ghlp5w1nyk] {
        padding: 0 1.2em 0 .8em;
    }
}
/* /Features/Routes/RouteSelector.razor.rz.scp.css */


/* /Features/YourReservation/YourReservation.razor.rz.scp.css */
.s-reservation[b-id6vo0d71h] {
    padding-bottom: 2em;
}

    .s-reservation a[b-id6vo0d71h] {
        display: inline-flex;
        align-items: center;
        column-gap: .75em;
        padding: 1em 2em;
        font: var(--f-20-140-inter-semi);
        color: var(--blue-color);
        background: linear-gradient(180deg, rgba(55, 90, 108, 0.04) 0%, rgba(55, 90, 108, 0.08) 100%);
        border: 1px solid var(--lightblue-color);
        box-shadow: 0px 1px 0px var(--lightblue-color);
        border-radius: 5px;
    }

    .s-reservation a:hover[b-id6vo0d71h] {
        background: linear-gradient(180deg, rgba(55, 90, 108, 0.08) 100%, rgba(55, 90, 108, 0.04) 0%);
    }

.s-reservation a img[b-id6vo0d71h] {
    width: 1.2em;
    height: 1.2em;
}
/* /Shared/Components/Notification.razor.rz.scp.css */
.s-notification .block-content[b-x0fszffhon] {
    padding: .25em 1em;
}

.s-notification .alert-content[b-x0fszffhon] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    column-gap: .5em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
}

    .s-notification .alert-content img[b-x0fszffhon] {
        width: 20px;
        height: 20px;
    }

.s-notification.alert-error[b-x0fszffhon] {
    background-color: #F9CDCD;
    border-color: #F18181;
    color: #801D1D;
}

    .s-notification.alert-error .alert-content img[b-x0fszffhon] {
        filter: invert(14%) sepia(26%) saturate(7372%) hue-rotate(349deg) brightness(95%) contrast(87%);
    }

.s-notification.alert-success[b-x0fszffhon] {
    background-color: #DAEFCD;
    border-color: #A3D781;
    color: #498024;
}

.s-notification.alert-success .alert-content img[b-x0fszffhon] {
        filter: invert(38%) sepia(98%) saturate(343%) hue-rotate(52deg) brightness(92%) contrast(89%);
    }

.s-notification.alert-warning[b-x0fszffhon] {
    background-color: #FEECC8;
    border-color: #FCCF76;
    color: #805B12;
}

    .s-notification.alert-warning .alert-content img[b-x0fszffhon] {
        filter: invert(31%) sepia(100%) saturate(394%) hue-rotate(1deg) brightness(94%) contrast(92%);
    }

.s-notification.alert-info[b-x0fszffhon] {
    background-color: #C0E1F1;
    border-color: #62B4DC;
    color: #035680;
}

.s-notification.alert-info .alert-content img[b-x0fszffhon] {
        filter: invert(14%) sepia(90%) saturate(3469%) hue-rotate(186deg) brightness(94%) contrast(98%);
    }

.s-notification.alert-light[b-x0fszffhon] {
    background-color: #D9DFE3;
    border-color: #A0B0B8;
    color: #67818E;
}

    .s-notification.alert-light .alert-content img[b-x0fszffhon] {
        filter: invert(50%) sepia(47%) saturate(195%) hue-rotate(155deg) brightness(88%) contrast(86%);
    }

@media all and (min-width: 60rem) {
    .s-notification .block-content[b-x0fszffhon] {
        padding: .0em 1em;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7qnsw3w0gt] {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

main[b-7qnsw3w0gt] {
    flex: 1;
}

.sidebar[b-7qnsw3w0gt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7qnsw3w0gt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7qnsw3w0gt]  a, .top-row[b-7qnsw3w0gt]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7qnsw3w0gt]  a:hover, .top-row[b-7qnsw3w0gt]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7qnsw3w0gt]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7qnsw3w0gt] {
        display: none;
    }

    .top-row.auth[b-7qnsw3w0gt] {
        justify-content: space-between;
    }

    .top-row[b-7qnsw3w0gt]  a, .top-row[b-7qnsw3w0gt]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {

    .top-row[b-7qnsw3w0gt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7qnsw3w0gt]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7qnsw3w0gt], article[b-7qnsw3w0gt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
