.site-notification-icon {
    position: relative;
}
.site-assigned-contract-icon {
    position: relative;
    font-size: 19px;
}

.site-support-inbox-icon {
    position: relative;
    font-size: 19px;
    line-height: 1;
}

.badge-notify {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #d94841;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: -8px;
    right: -12px;
    box-shadow: 0 6px 16px rgba(217, 72, 65, 0.28);
}

.badge-notify[data-count-size="multi"] {
    width: auto;
    min-width: 24px;
    padding: 0 7px;
}

.badge-notify:empty,
.badge-notify.is-hidden,
.badge-notify[hidden] {
    display: none !important;
}

.site-notification-menu {
    width: 380px;
    max-width: calc(100vw - 32px);
    left: auto;
    right: 0;
    padding: 0;
    border: 1px solid rgba(18, 34, 52, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(14, 28, 45, 0.18);
    background: #fff;
}

.site-nav-item[data-assigned-contract-center],
.site-nav-item[data-support-inbox-center],
.site-nav-item[data-notification-center] {
    position: relative;
}

.site-mobile-account-shortcuts {
    display: none;
}

.notification-menu__header {
    padding: 16px 18px 12px;
    background: linear-gradient(145deg, #f8fbff 0%, #eef4fb 100%);
    border-bottom: 1px solid rgba(18, 34, 52, 0.08);
}

.notification-menu__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.notification-menu__title strong {
    color: #132235;
    font-size: 15px;
    font-weight: 700;
}

.notification-menu__subtitle {
    color: #5b6b7f;
    font-size: 12px;
    line-height: 1.5;
}

.notification-permission-message {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #5b6b7f;
}

.notification-permission-message[hidden] {
    display: none !important;
}

.notification-permission-message--success {
    color: #177245;
}

.notification-permission-message--warning {
    color: #a14c15;
}

.notification-permission-message--info {
    color: #5b6b7f;
}

.notification-menu__toolbar,
.notification-page__toolbar {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.notification-menu__body {
    max-height: 440px;
    overflow-y: auto;
    background: #f5f7fb;
}

.support-inbox-menu__counts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(18, 34, 52, 0.08);
    background: #fff;
}

.support-inbox-menu__count-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid rgba(31, 82, 99, 0.14);
    border-radius: 12px;
    background: #f2f8fa;
    color: #1f5263;
    text-decoration: none;
}

.support-inbox-menu__count-card:hover,
.support-inbox-menu__count-card:focus {
    color: #173f4c;
    text-decoration: none;
    background: #e7f4f6;
}

.support-inbox-menu__count-card--mine {
    border-color: rgba(168, 60, 50, 0.16);
    background: #fff1ef;
    color: #a83c32;
}

.support-inbox-menu__count-card--mine:hover,
.support-inbox-menu__count-card--mine:focus {
    color: #873026;
    background: #ffe8e5;
}

.support-inbox-menu__count-card span {
    min-width: 0;
    color: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.support-inbox-menu__count-card strong {
    color: inherit;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
}

.notification-menu__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-top: 1px solid rgba(18, 34, 52, 0.08);
    background: #fff;
}

.notification-menu__footer a,
.notification-menu__footer button,
.notification-page__toolbar button,
.notification-page__toolbar a,
.notification-center__button {
    background: none;
    border: none;
    color: #0d4f8b;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
}

.notification-menu__footer button[disabled],
.notification-page__toolbar button[disabled],
.notification-center__button[disabled] {
    color: #9aa5b2;
    cursor: default;
}

.notification-list {
    display: flex;
    flex-direction: column;
}

.notification-item {
    display: block;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(18, 34, 52, 0.06);
    color: #132235;
    text-decoration: none;
    background: #fff;
    transition: background 0.15s ease, transform 0.15s ease;
}

.notification-item:hover,
.notification-item:focus {
    text-decoration: none;
    background: #f8fbff;
}

.notification-item--unseen {
    background: linear-gradient(90deg, rgba(232, 242, 255, 0.95) 0%, #ffffff 28%);
}

.notification-item__row {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.notification-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf3fa;
    color: #0d4f8b;
    flex: 0 0 auto;
    font-size: 16px;
}

.notification-item__icon--contract {
    background: #e8f1ff;
    color: #245db0;
}

.notification-item__icon--contract-payment {
    background: #e7f8ef;
    color: #177245;
}

.notification-item__icon--key {
    background: #fff4dc;
    color: #a76b00;
}

.notification-item__icon--damage {
    background: #fff0e7;
    color: #c55a16;
}

.notification-item__icon--wash-task {
    background: #e8f8ef;
    color: #177245;
}

.notification-item__icon--ai-chat {
    background: #ffeceb;
    color: #bf4338;
}
.notification-item__icon--support {
    background: #e7f4f6;
    color: #1f5263;
}

.notification-item__icon--support-priority {
    background: #ffe8e5;
    color: #a83c32;
}

.notification-item--support-priority {
    background: linear-gradient(90deg, rgba(255, 232, 229, 0.98) 0%, #ffffff 34%);
}

.notification-item__content {
    min-width: 0;
    flex: 1 1 auto;
}

.notification-item__message {
    color: #132235;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 4px;
}

.notification-item__meta {
    color: #5b6b7f;
    font-size: 12px;
    line-height: 1.5;
}

.notification-item__secondary {
    display: block;
    margin-top: 2px;
}

.notification-item__time {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    color: #7a8794;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.notification-item__time::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(13, 79, 139, 0.25);
}

.notification-item--unseen .notification-item__time::before {
    background: #d94841;
}

.notification-empty {
    padding: 36px 20px;
    text-align: center;
    color: #5b6b7f;
    font-size: 13px;
    background: #fff;
}

.notification-page {
    max-width: 920px;
    margin: 24px auto 120px;
}

.notification-page--settings {
    max-width: 980px;
}

.notification-page__hero {
    padding: 28px 30px;
    border-radius: 22px;
    background: linear-gradient(145deg, #14263a 0%, #21486a 52%, #3a7398 100%);
    color: #fff;
    box-shadow: 0 24px 56px rgba(14, 28, 45, 0.16);
    margin-bottom: 20px;
}

.notification-page__hero .notification-menu__title {
    margin-bottom: 16px;
}

.notification-page__hero .notification-menu__title strong {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.notification-page__hero h1 {
    margin: 0 0 8px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 10px rgba(9, 19, 31, 0.18);
}

.notification-page__hero p {
    margin: 0;
    max-width: 680px;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.86);
}

.notification-page__panel {
    background: #fff;
    border: 1px solid rgba(18, 34, 52, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(14, 28, 45, 0.08);
    overflow: hidden;
}

.notification-page__toolbar {
    justify-content: space-between;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(18, 34, 52, 0.08);
    background: #f8fbff;
}

.notification-page__toolbar-note {
    color: #5b6b7f;
    font-size: 12px;
    line-height: 1.5;
}

.notification-page__list {
    background: #f5f7fb;
}

.notification-page__list .notification-item {
    padding: 18px 22px;
}

.notification-page__footer {
    padding: 18px 22px 22px;
    text-align: center;
    background: #fff;
}

.notification-page__footer button {
    border: 1px solid rgba(13, 79, 139, 0.18);
    border-radius: 999px;
    background: #fff;
    color: #0d4f8b;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 18px;
}

.notification-settings-form {
    padding: 24px 22px 28px;
    background: #f8fbff;
}

.notification-settings-status {
    margin-bottom: 18px;
    border: 1px solid rgba(23, 114, 69, 0.16);
    border-radius: 14px;
    background: #edf9f2;
    color: #177245;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 14px;
}

.notification-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.notification-settings-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 120px;
    padding: 18px;
    border: 1px solid rgba(18, 34, 52, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(14, 28, 45, 0.06);
    cursor: pointer;
}

.notification-settings-card input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #0d4f8b;
    flex: 0 0 auto;
}

.notification-settings-card__content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.notification-settings-card__title {
    color: #132235;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.notification-settings-card__description {
    color: #5b6b7f;
    font-size: 13px;
    line-height: 1.6;
}

.notification-settings-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.notification-settings-save {
    border: 1px solid rgba(13, 79, 139, 0.08);
    border-radius: 999px;
    background: #0d4f8b;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 20px;
    box-shadow: 0 14px 30px rgba(13, 79, 139, 0.18);
}

.notification-permission-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.notification-permission-chip--light {
    background: #eef4fb;
    color: #21486a;
}

.notification-permission-chip i {
    font-size: 13px;
}

@media (max-width: 767px) {
    .site-header:not(.admin-site-header) .container > .row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }

    .site-header:not(.admin-site-header) .container > .row > [class*="col-"] {
        float: none;
        min-height: 0;
    }

    .site-header:not(.admin-site-header) .container > .row > [class*="col-"]:first-child {
        flex: 1 1 auto;
        width: auto;
    }

    .site-header:not(.admin-site-header) .container > .row > [class*="col-"]:last-child {
        flex: 0 0 auto;
        width: auto;
    }

    .site-header:not(.admin-site-header) .site-header-left {
        padding-right: 0;
        min-height: 62px;
        display: flex;
        align-items: center;
    }

    .site-header:not(.admin-site-header) .site-header-right {
        min-width: 0;
    }

    .site-header:not(.admin-site-header) .site-main-navigation,
    .site-header:not(.admin-site-header) .site-navbar.navbar.navbar-default,
    .site-header:not(.admin-site-header) .site-navbar .container-fluid {
        width: auto;
        position: static;
    }

    .site-header:not(.admin-site-header) .site-navbar-collapse {
        position: fixed;
        top: 78px;
        right: 12px;
        left: 12px;
        width: auto !important;
        max-width: none !important;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        z-index: 3100;
    }

    .site-header:not(.admin-site-header) .site-navbar-collapse.collapse {
        display: none !important;
    }

    .site-header:not(.admin-site-header) .site-navbar-collapse.collapse.in,
    .site-header:not(.admin-site-header) .site-navbar-collapse.collapsing {
        display: block !important;
        background: #ffffff;
        border: 1px solid #d8e4ef;
        border-radius: 18px;
        box-shadow: 0 16px 38px rgba(15, 35, 53, 0.12);
        overflow: hidden;
    }

    .site-header:not(.admin-site-header) .site-header-logo a,
    .site-header:not(.admin-site-header) .site-header-logo #logo,
    .fixed-header-on .site-header:not(.admin-site-header) .site-header-logo #logo {
        width: 164px;
        min-width: 164px;
    }

    .admin-site-header .container {
        position: relative;
    }

    .admin-site-header .container > .row {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        position: relative;
    }

    .admin-site-header .container > .row > [class*="col-"] {
        float: none;
        min-height: 0;
    }

    .admin-site-header .container > .row > [class*="col-"]:first-child {
        flex: 1 1 auto;
        width: auto;
    }

    .admin-site-header .container > .row > [class*="col-"]:last-child {
        flex: 0 0 auto;
        width: auto;
        position: relative;
    }

    .admin-site-header .site-header-left {
        padding-right: 0;
        min-height: 62px;
        display: flex;
        align-items: center;
    }

    .admin-site-header .site-header-right {
        position: static;
        width: auto;
        min-width: 0;
        z-index: 3002;
    }

    .admin-site-header .site-main-navigation,
    .admin-site-header .site-navbar.navbar.navbar-default,
    .admin-site-header .site-navbar .container-fluid {
        width: auto;
        position: static;
    }

    .admin-site-header .site-navbar-collapse {
        position: fixed;
        top: 78px;
        right: 12px;
        left: 12px;
        width: auto !important;
        max-width: none !important;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
        z-index: 3100;
    }

    .admin-site-header .site-navbar-collapse.collapse {
        display: none !important;
    }

    .admin-site-header .site-navbar-collapse.collapse.in,
    .admin-site-header .site-navbar-collapse.collapsing {
        display: block !important;
        background: #ffffff;
        border: 1px solid #d8e4ef;
        border-radius: 18px;
        box-shadow: 0 16px 38px rgba(15, 35, 53, 0.12);
        overflow: hidden;
    }

    .admin-site-header .site-navbar-collapse .navbar-nav {
        float: none !important;
        margin: 0;
    }

    .admin-site-header .site-navbar-collapse .site-nav-item {
        float: none;
        width: 100%;
    }

    .admin-site-header .site-navbar-collapse .site-nav-link,
    .admin-site-header .site-navbar-collapse .navbar-default .navbar-nav > li > a {
        display: block;
        width: 100%;
        padding: 16px 18px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .admin-site-header .site-navbar-collapse .site-nav-item + .site-nav-item {
        border-top: 1px solid rgba(216, 228, 239, 0.7);
    }

    .admin-site-header .site-navbar-collapse .site-nav--account {
        border-top: 1px solid rgba(216, 228, 239, 0.9);
    }

    .admin-site-header .site-header-logo a,
    .admin-site-header .site-header-logo #logo,
    .fixed-header-on .admin-site-header .site-header-logo #logo {
        width: 164px;
        min-width: 164px;
    }

    .site-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 7px;
        width: auto;
        min-height: 52px;
        padding: 8px 4px 8px 0;
    }

    .site-navbar .site-navbar-toggle {
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        position: static;
        order: 2;
        flex: 0 0 auto;
        margin-left: 2px;
    }

    .site-mobile-account-shortcuts {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
        margin: 0;
        order: 1;
        flex: 0 0 auto;
        position: static;
    }

    .site-mobile-shortcut {
        position: relative;
        flex: 0 0 auto;
    }

    .site-mobile-shortcut .site-nav-trigger {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        line-height: 1;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

    .site-mobile-shortcut .site-nav-trigger .caret,
    .site-mobile-shortcut.dropdown > .site-nav-trigger::before,
    .site-mobile-shortcut.dropdown > .site-nav-trigger::after {
        display: none !important;
        content: none !important;
    }

    .site-mobile-shortcut .profileCircle {
        width: 28px;
        height: 28px;
        font-size: 13px;
        box-shadow: 0 6px 14px rgba(36, 69, 99, 0.18);
    }

    .site-mobile-shortcut .site-assigned-contract-icon,
    .site-mobile-shortcut .site-support-inbox-icon,
    .site-mobile-shortcut .site-notification-icon {
        font-size: 18px;
        line-height: 1;
    }

    .site-mobile-shortcut .badge-notify {
        top: -5px !important;
        right: -8px !important;
        min-width: 18px;
        width: 18px;
        height: 18px;
        min-height: 18px;
        font-size: 9px;
        padding: 0 4px;
    }

    .site-mobile-shortcut .site-notification-menu,
    .site-mobile-shortcut .site-dropdown-menu--profile {
        position: fixed !important;
        top: 72px !important;
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        margin-top: 0 !important;
    }

    .site-public-account-item,
    .site-mobile-account-item {
        display: none !important;
    }

    .site-notification-menu {
        width: calc(100vw - 24px);
        max-width: none;
    }

    .support-inbox-menu__counts {
        grid-template-columns: 1fr;
    }

    .site-mobile-shortcut .site-notification-menu {
        max-height: calc(100vh - 84px);
        overflow-y: auto;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .container {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .container > .row {
        justify-content: flex-start;
        gap: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .container > .row > [class*="col-"] {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .container > .row > [class*="col-"]:first-child {
        flex: 0 0 auto;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .container > .row > [class*="col-"]:last-child {
        flex: 1 1 auto;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-header-left {
        min-height: 48px;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-header-right,
    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-main-navigation,
    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-navbar.navbar.navbar-default,
    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-navbar .container-fluid {
        width: 100%;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-header-logo a,
    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-header-logo #logo,
    .fixed-header-on .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-header-logo #logo {
        width: clamp(104px, 34vw, 126px);
        min-width: 0;
        max-width: 126px;
        max-height: 40px;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-navbar .navbar-header {
        gap: 8px;
        min-height: 44px;
        padding: 4px 0;
        width: 100%;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-mobile-account-shortcuts {
        flex: 1 1 auto;
        gap: 8px;
        justify-content: space-between;
        min-width: 0;
        padding-right: 0;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-mobile-shortcut .site-nav-trigger {
        flex: 0 0 28px;
        min-width: 28px;
        min-height: 28px;
    }

    .site-header.site-header--with-mobile-shortcuts:not(.admin-site-header) .site-navbar .site-navbar-toggle {
        display: inline-flex;
        flex: 0 0 38px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        padding: 8px 7px;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .container {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .container > .row {
        justify-content: flex-start;
        gap: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .container > .row > [class*="col-"] {
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .container > .row > [class*="col-"]:first-child {
        flex: 0 0 auto;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .container > .row > [class*="col-"]:last-child {
        flex: 1 1 auto;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .site-header-left {
        min-height: 48px;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .site-header-right,
    .admin-site-header.site-header--with-mobile-shortcuts .site-main-navigation,
    .admin-site-header.site-header--with-mobile-shortcuts .site-navbar.navbar.navbar-default,
    .admin-site-header.site-header--with-mobile-shortcuts .site-navbar .container-fluid {
        width: 100%;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .site-header-logo a,
    .admin-site-header.site-header--with-mobile-shortcuts .site-header-logo #logo,
    .fixed-header-on .admin-site-header.site-header--with-mobile-shortcuts .site-header-logo #logo {
        width: clamp(104px, 34vw, 126px);
        min-width: 0;
        max-width: 126px;
        max-height: 40px;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .site-navbar .navbar-header {
        gap: 8px;
        min-height: 44px;
        padding: 4px 0;
        width: 100%;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .site-mobile-account-shortcuts {
        flex: 1 1 auto;
        gap: 8px;
        justify-content: space-between;
        min-width: 0;
        padding-right: 0;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .site-mobile-shortcut .site-nav-trigger {
        flex: 0 0 28px;
        min-width: 28px;
        min-height: 28px;
    }

    .admin-site-header.site-header--with-mobile-shortcuts .site-navbar .site-navbar-toggle {
        display: inline-flex;
        flex: 0 0 38px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        padding: 8px 7px;
    }

    .notification-page {
        margin-top: 16px;
    }

    .notification-page__hero,
    .notification-page__toolbar,
    .notification-page__list .notification-item,
    .notification-page__footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .notification-page__hero h1 {
        font-size: 26px;
    }

    .notification-settings-grid {
        grid-template-columns: 1fr;
    }
}
