/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-layout[b-yk7o1cccs7] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1.25rem;
    background: #eef3f0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-kt0m5rn2b7] {
    min-height: 100vh;
    background: #f4f6f5;
}

.app-sidebar[b-kt0m5rn2b7] {
    background: #2F6698;
    color: #f8fbf8;
}

.app-main[b-kt0m5rn2b7] {
    min-width: 0;
}

.top-bar[b-kt0m5rn2b7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 4.75rem;
    padding: 1rem;
    background: #ffffff;
    border-bottom: 1px solid #dce4df;
}

.top-bar__logo[b-kt0m5rn2b7] {
    display: block;
    width: 6rem;
    height: auto;
    object-fit: contain;
}

.top-bar__title[b-kt0m5rn2b7] {
    min-width: 0;
}

.top-bar h1[b-kt0m5rn2b7] {
    margin: 0;
    color: #17211d;
    font-size: 1.35rem;
    font-weight: 700;
}

.top-bar__eyebrow[b-kt0m5rn2b7] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
    margin: 0 0 0.15rem;
    color: #64736b;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-version-badge[b-kt0m5rn2b7] {
    display: inline-flex;
    align-items: center;
    min-height: 1.2rem;
    padding: 0 0.4rem;
    border: 1px solid #cad7d0;
    border-radius: 999px;
    background: #f8faf9;
    color: #405149;
    font-size: 0.68rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1;
}

.top-bar__account[b-kt0m5rn2b7] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-left: auto;
}

.top-bar__session-notice[b-kt0m5rn2b7] {
    max-width: 18rem;
    padding: 0.45rem 0.6rem;
    border: 1px solid #d8c88b;
    border-radius: 0.35rem;
    background: #fff8df;
    color: #66520f;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.25;
}

.top-bar__qa-context[b-kt0m5rn2b7] {
    display: flex;
    align-items: end;
    gap: 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
}

.top-bar__qa-job[b-kt0m5rn2b7],
.top-bar__qa-meta[b-kt0m5rn2b7],
.top-bar__qa-field[b-kt0m5rn2b7] {
    display: grid;
    gap: 0.2rem;
}

.top-bar__qa-job[b-kt0m5rn2b7] {
    flex: 1 1 12rem;
    min-width: 10rem;
}

.top-bar__qa-field[b-kt0m5rn2b7] {
    flex: 0 1 14rem;
}

.top-bar__qa-field--jump[b-kt0m5rn2b7] {
    flex-basis: 11rem;
}

.top-bar__qa-meta[b-kt0m5rn2b7] {
    flex: 1 1 11rem;
    min-width: 10rem;
}

.top-bar__qa-meta-title[b-kt0m5rn2b7] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.top-bar__qa-badge[b-kt0m5rn2b7] {
    display: inline-flex;
    align-items: center;
    min-height: 1.25rem;
    padding: 0.1rem 0.45rem;
    border: 1px solid #d8c88b;
    border-radius: 999px;
    background: #fff8df;
    color: #66520f;
    font-size: 0.68rem;
    font-weight: 850;
    line-height: 1;
}

.top-bar__qa-job span[b-kt0m5rn2b7],
.top-bar__qa-field span[b-kt0m5rn2b7] {
    color: #405149;
    font-size: 0.72rem;
    font-weight: 800;
}

.top-bar__qa-job strong[b-kt0m5rn2b7],
.top-bar__qa-meta strong[b-kt0m5rn2b7] {
    color: #17211d;
    font-size: 0.9rem;
    line-height: 1.15;
}

.top-bar__qa-job small[b-kt0m5rn2b7],
.top-bar__qa-meta span[b-kt0m5rn2b7] {
    color: #64736b;
    font-size: 0.76rem;
    line-height: 1.2;
}

.top-bar__qa-context .form-control[b-kt0m5rn2b7] {
    min-height: 2.25rem;
    padding: 0.35rem 0.55rem;
    font-size: 0.9rem;
}

.top-bar__user-menu[b-kt0m5rn2b7] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.user-chip[b-kt0m5rn2b7] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.5rem;
    padding: 0.25rem 0.75rem 0.25rem 0.3rem;
    border: 1px solid #dce4df;
    border-radius: 999px;
    background: #f8faf9;
    color: #1f2d27;
}

.user-chip__avatar[b-kt0m5rn2b7] {
    display: inline-grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #5997CE;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
}

.user-chip strong[b-kt0m5rn2b7],
.user-chip small[b-kt0m5rn2b7] {
    display: block;
    line-height: 1.15;
}

.user-chip small[b-kt0m5rn2b7] {
    color: #64736b;
    font-size: 0.75rem;
}

.top-bar__link[b-kt0m5rn2b7],
.top-bar__button[b-kt0m5rn2b7] {
    color: #2F6698;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
}

.top-bar__button[b-kt0m5rn2b7] {
    display: inline-flex;
    align-items: center;
    min-height: 1.9rem;
    margin-top: 0.3rem;
    padding: 0 0.6rem;
    border: 1px solid #cad7d0;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    font: inherit;
}

.top-bar__link:hover[b-kt0m5rn2b7],
.top-bar__button:hover[b-kt0m5rn2b7] {
    color: #2F6698;
    border-color: #9bb0a6;
}

.app-content[b-kt0m5rn2b7] {
    padding: 1rem;
}

#blazor-error-ui[b-kt0m5rn2b7] {
    color-scheme: light only;
    background: #fff7d6;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-kt0m5rn2b7] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 760px) {
    .app-sidebar[b-kt0m5rn2b7] {
        position: sticky;
        top: 0;
        z-index: 20;
    }

    .top-bar[b-kt0m5rn2b7] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.55rem;
        min-height: auto;
        padding: 0.75rem 1rem;
    }

    .top-bar__logo[b-kt0m5rn2b7] {
        display: none;
    }

    .top-bar__title[b-kt0m5rn2b7] {
        display: none;
    }

    .top-bar__account[b-kt0m5rn2b7] {
        align-items: center;
        justify-content: space-between;
        order: -1;
        width: 100%;
    }

    .top-bar__button[b-kt0m5rn2b7] {
        margin-top: 0;
    }

    .top-bar__user-menu[b-kt0m5rn2b7] {
        align-items: flex-end;
        margin-left: auto;
    }

    .user-chip[b-kt0m5rn2b7] {
        min-height: 2.15rem;
        max-width: 13.5rem;
        padding: 0.2rem 0.6rem 0.2rem 0.25rem;
    }

    .user-chip__avatar[b-kt0m5rn2b7] {
        width: 1.75rem;
        height: 1.75rem;
    }

    .user-chip strong[b-kt0m5rn2b7],
    .user-chip small[b-kt0m5rn2b7] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-bar__qa-context[b-kt0m5rn2b7] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.45rem;
        width: 100%;
    }

    .top-bar__qa-job[b-kt0m5rn2b7],
    .top-bar__qa-meta[b-kt0m5rn2b7],
    .top-bar__qa-field[b-kt0m5rn2b7] {
        flex: 0 0 auto;
        min-width: 0;
        width: 100%;
    }

    .top-bar__qa-job[b-kt0m5rn2b7],
    .top-bar__qa-meta[b-kt0m5rn2b7] {
        gap: 0.1rem;
    }

    .top-bar__qa-job span[b-kt0m5rn2b7],
    .top-bar__qa-field span[b-kt0m5rn2b7] {
        font-size: 0.68rem;
    }

    .top-bar__qa-job strong[b-kt0m5rn2b7],
    .top-bar__qa-meta strong[b-kt0m5rn2b7] {
        font-size: 0.82rem;
    }

    .top-bar__qa-job small[b-kt0m5rn2b7],
    .top-bar__qa-meta span[b-kt0m5rn2b7] {
        font-size: 0.72rem;
    }

    .top-bar__qa-context .form-control[b-kt0m5rn2b7] {
        min-height: 2.1rem;
        padding: 0.3rem 0.5rem;
        font-size: 0.86rem;
    }
}

@media (min-width: 761px) {
    .app-shell[b-kt0m5rn2b7] {
        display: grid;
        grid-template-columns: 17rem minmax(0, 1fr);
    }

    .app-sidebar[b-kt0m5rn2b7] {
        position: sticky;
        top: 0;
        height: 100vh;
    }

    .top-bar[b-kt0m5rn2b7] {
        position: sticky;
        top: 0;
        z-index: 5;
        padding-inline: 1.5rem;
    }

    .app-content[b-kt0m5rn2b7] {
        padding: 1.5rem;
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .app-shell[b-kt0m5rn2b7] {
        grid-template-columns: 9.5rem minmax(0, 1fr);
    }

    .app-main[b-kt0m5rn2b7] {
        overflow-x: hidden;
    }

    .top-bar[b-kt0m5rn2b7] {
        align-items: start;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        min-height: auto;
        padding: 0.75rem 1rem;
    }

    .top-bar__logo[b-kt0m5rn2b7],
    .top-bar__title[b-kt0m5rn2b7] {
        display: none;
    }

    .top-bar__qa-context[b-kt0m5rn2b7] {
        display: grid;
        grid-template-columns: minmax(8rem, 1fr) minmax(8rem, 0.9fr) minmax(7rem, 0.75fr);
        align-items: end;
        gap: 0.5rem;
        min-width: 0;
        width: 100%;
    }

    .top-bar__qa-job[b-kt0m5rn2b7],
    .top-bar__qa-field[b-kt0m5rn2b7],
    .top-bar__qa-field--jump[b-kt0m5rn2b7],
    .top-bar__qa-meta[b-kt0m5rn2b7] {
        min-width: 0;
        width: auto;
    }

    .top-bar__qa-job span[b-kt0m5rn2b7],
    .top-bar__qa-field span[b-kt0m5rn2b7] {
        font-size: 0.65rem;
    }

    .top-bar__qa-job strong[b-kt0m5rn2b7],
    .top-bar__qa-meta strong[b-kt0m5rn2b7] {
        font-size: 0.78rem;
    }

    .top-bar__qa-job small[b-kt0m5rn2b7],
    .top-bar__qa-meta span[b-kt0m5rn2b7] {
        font-size: 0.68rem;
    }

    .top-bar__qa-context .form-control[b-kt0m5rn2b7] {
        min-height: 2rem;
        padding: 0.25rem 0.45rem;
        font-size: 0.78rem;
    }

    .top-bar__qa-meta[b-kt0m5rn2b7] {
        grid-column: 1 / -1;
    }

    .top-bar__account[b-kt0m5rn2b7] {
        align-items: center;
        align-self: stretch;
        flex-direction: row;
        gap: 0.25rem;
        justify-content: flex-end;
        margin-left: 0;
        max-width: 100%;
    }

    .top-bar__button[b-kt0m5rn2b7] {
        min-height: 1.55rem;
        margin-top: 0;
        padding-inline: 0.45rem;
        font-size: 0.68rem;
    }

    .user-chip[b-kt0m5rn2b7] {
        gap: 0.35rem;
        min-height: 1.85rem;
        max-width: 8.5rem;
        padding: 0.15rem 0.45rem 0.15rem 0.2rem;
    }

    .user-chip__avatar[b-kt0m5rn2b7] {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.68rem;
    }

    .user-chip strong[b-kt0m5rn2b7],
    .user-chip small[b-kt0m5rn2b7] {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .user-chip strong[b-kt0m5rn2b7] {
        font-size: 0.72rem;
    }

    .user-chip small[b-kt0m5rn2b7],
    .top-bar__link[b-kt0m5rn2b7] {
        font-size: 0.65rem;
    }

    .app-content[b-kt0m5rn2b7] {
        padding: 0.75rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-block[b-hdc4wawtel] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-height: 4.5rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.brand-block__name[b-hdc4wawtel] {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
}

.brand-block__meta[b-hdc4wawtel] {
    color: #b8c9c1;
    font-size: 0.82rem;
}

.nav-toggle[b-hdc4wawtel] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nav-toggle-label[b-hdc4wawtel] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    cursor: pointer;
}

.nav-toggle-label span[b-hdc4wawtel],
.nav-toggle-label span[b-hdc4wawtel]::before,
.nav-toggle-label span[b-hdc4wawtel]::after {
    display: block;
    width: 1.2rem;
    height: 2px;
    background: #ffffff;
    content: "";
}

.nav-toggle-label span[b-hdc4wawtel]::before {
    transform: translateY(-0.38rem);
}

.nav-toggle-label span[b-hdc4wawtel]::after {
    transform: translateY(0.28rem);
}

.nav-scrollable[b-hdc4wawtel] {
    display: none;
    padding: 0.9rem;
}

.nav-toggle:checked ~ .nav-scrollable[b-hdc4wawtel] {
    display: block;
}

.nav-section[b-hdc4wawtel] {
    display: grid;
    gap: 0.25rem;
}

.nav-section + .nav-section[b-hdc4wawtel] {
    margin-top: 1.4rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-section__label[b-hdc4wawtel] {
    margin: 0 0 0.35rem;
    color: #9ab1a7;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nav-link[b-hdc4wawtel] {
    display: grid;
    grid-template-columns: 1.35rem minmax(0, 1fr);
    align-items: center;
    column-gap: 0.65rem;
    min-height: 2.65rem;
    padding: 0 0.75rem;
    border-radius: 6px;
    color: #d9e5df;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
}

.nav-link__icon[b-hdc4wawtel] {
    display: inline-flex;
    flex: 0 0 1.35rem;
    align-items: center;
    justify-content: center;
    width: 1.35rem;
    height: 1.35rem;
    color: #9ab1a7;
}

.nav-link__icon[b-hdc4wawtel]  svg {
    width: 1rem;
    height: 1rem;
    display: block;
}

.nav-link:hover[b-hdc4wawtel],
.nav-link.active[b-hdc4wawtel] {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.nav-link.active[b-hdc4wawtel] {
    box-shadow: inset 3px 0 0 #ffffff;
}

.nav-link:hover .nav-link__icon[b-hdc4wawtel],
.nav-link.active .nav-link__icon[b-hdc4wawtel] {
    color: #ffffff;
}

@media (min-width: 761px) {
    .nav-toggle-label[b-hdc4wawtel] {
        display: none;
    }

    .nav-scrollable[b-hdc4wawtel] {
        display: block;
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
    .brand-block[b-hdc4wawtel] {
        min-height: 3.75rem;
        padding: 0.75rem;
    }

    .brand-block__name[b-hdc4wawtel] {
        font-size: 0.95rem;
    }

    .brand-block__meta[b-hdc4wawtel] {
        font-size: 0.68rem;
    }

    .nav-scrollable[b-hdc4wawtel] {
        height: calc(100vh - 3.75rem);
        padding: 0.6rem;
    }

    .nav-section__label[b-hdc4wawtel] {
        font-size: 0.62rem;
    }

    .nav-link[b-hdc4wawtel] {
        grid-template-columns: 1rem minmax(0, 1fr);
        column-gap: 0.45rem;
        min-height: 2rem;
        padding-inline: 0.35rem;
        font-size: 0.78rem;
    }

    .nav-link__icon[b-hdc4wawtel] {
        width: 1rem;
        height: 1rem;
    }

    .nav-link__icon[b-hdc4wawtel]  svg {
        width: 0.78rem;
        height: 0.78rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l543ija57e],
.components-reconnect-repeated-attempt-visible[b-l543ija57e],
.components-reconnect-failed-visible[b-l543ija57e],
.components-pause-visible[b-l543ija57e],
.components-resume-failed-visible[b-l543ija57e],
.components-rejoining-animation[b-l543ija57e] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l543ija57e],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l543ija57e],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l543ija57e],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l543ija57e],
#components-reconnect-modal.components-reconnect-retrying[b-l543ija57e],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l543ija57e],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l543ija57e],
#components-reconnect-modal.components-reconnect-failed[b-l543ija57e],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l543ija57e] {
    display: block;
}


#components-reconnect-modal[b-l543ija57e] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-l543ija57e 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-l543ija57e 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-l543ija57e 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-l543ija57e]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-l543ija57e 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-l543ija57e {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l543ija57e {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l543ija57e {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-l543ija57e] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l543ija57e] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-l543ija57e] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-l543ija57e] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-l543ija57e] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-l543ija57e] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-l543ija57e] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-l543ija57e 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-l543ija57e] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-l543ija57e {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/AdminUsers.razor.rz.scp.css */
.user-row--message[b-3q610v3fd1] {
    align-items: center;
}

.user-row--created:focus[b-3q610v3fd1] {
    outline: 3px solid #60a5fa;
    outline-offset: 3px;
}

.user-row--warning[b-3q610v3fd1] {
    background-color: #fffbeb;
    border-color: #fcd34d;
}

.user-row--success[b-3q610v3fd1] {
    background-color: #ecfdf5;
    border-color: #86efac;
}

.user-row--error[b-3q610v3fd1] {
    background-color: #fef2f2;
    border-color: #fecaca;
}

.user-row--warning strong[b-3q610v3fd1],
.user-row--warning small[b-3q610v3fd1] {
    color: #92400e;
}

.user-row--success strong[b-3q610v3fd1],
.user-row--success small[b-3q610v3fd1] {
    color: #166534;
}

.user-row--error strong[b-3q610v3fd1],
.user-row--error small[b-3q610v3fd1] {
    color: #991b1b;
}

.user-row--editing[b-3q610v3fd1] {
    grid-template-columns: minmax(0, 1fr);
}

.user-notification-editor[b-3q610v3fd1] {
    display: grid;
    gap: 0.75rem;
    padding: 0.85rem;
    border: 1px solid var(--ow-border);
    border-radius: 6px;
    background: #f8faf9;
}

.user-notification-editor header[b-3q610v3fd1] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.user-notification-editor p[b-3q610v3fd1] {
    margin: 0;
    color: var(--ow-muted);
    font-size: 0.84rem;
}

.notification-rule-editor[b-3q610v3fd1] {
    display: grid;
    gap: 0.65rem;
    padding: 0.75rem;
    border: 1px solid var(--ow-border);
    border-radius: 6px;
    background: var(--ow-surface);
}

.notification-rule-editor__grid[b-3q610v3fd1] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
}

.notification-rule-editor__grid label[b-3q610v3fd1] {
    display: grid;
    gap: 0.3rem;
}

.notification-rule-editor__grid label > span[b-3q610v3fd1],
.user-notification-editor .checkbox-control span[b-3q610v3fd1] {
    color: #2d3b35;
    font-size: 0.78rem;
    font-weight: 850;
}

.notification-rule-editor__wide[b-3q610v3fd1] {
    grid-column: 1 / -1;
}

.notification-rule-editor__actions[b-3q610v3fd1] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 760px) {
    .notification-rule-editor__grid[b-3q610v3fd1] {
        grid-template-columns: 1fr;
    }

    .user-notification-editor header[b-3q610v3fd1] {
        align-items: stretch;
        flex-direction: column;
    }
}
