/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tsig7b3z3b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tsig7b3z3b] {
    flex: 1;
}

.sidebar[b-tsig7b3z3b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tsig7b3z3b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tsig7b3z3b]  a, .top-row[b-tsig7b3z3b]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tsig7b3z3b]  a:hover, .top-row[b-tsig7b3z3b]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tsig7b3z3b]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tsig7b3z3b] {
        justify-content: space-between;
    }

    .top-row[b-tsig7b3z3b]  a, .top-row[b-tsig7b3z3b]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tsig7b3z3b] {
        flex-direction: row;
    }

    .sidebar[b-tsig7b3z3b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tsig7b3z3b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tsig7b3z3b]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tsig7b3z3b], article[b-tsig7b3z3b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tsig7b3z3b] {
    color-scheme: light only;
    background: lightyellow;
    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-tsig7b3z3b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dartcqpcxd] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-dartcqpcxd] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-dartcqpcxd] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-dartcqpcxd] {
    font-size: 1.1rem;
}

.bi[b-dartcqpcxd] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-dartcqpcxd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-dartcqpcxd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-dartcqpcxd] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-dartcqpcxd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dartcqpcxd] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dartcqpcxd] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dartcqpcxd]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-dartcqpcxd]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-dartcqpcxd]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-dartcqpcxd] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dartcqpcxd] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dartcqpcxd] {
        display: none;
    }

    .nav-scrollable[b-dartcqpcxd] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8tmuh3rhbh],
.components-reconnect-repeated-attempt-visible[b-8tmuh3rhbh],
.components-reconnect-failed-visible[b-8tmuh3rhbh],
.components-pause-visible[b-8tmuh3rhbh],
.components-resume-failed-visible[b-8tmuh3rhbh],
.components-rejoining-animation[b-8tmuh3rhbh] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-retrying[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-failed[b-8tmuh3rhbh],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8tmuh3rhbh] {
    display: block;
}


#components-reconnect-modal[b-8tmuh3rhbh] {
    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-8tmuh3rhbh 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8tmuh3rhbh 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8tmuh3rhbh 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8tmuh3rhbh]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8tmuh3rhbh 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8tmuh3rhbh {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8tmuh3rhbh {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8tmuh3rhbh {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8tmuh3rhbh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8tmuh3rhbh] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8tmuh3rhbh] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8tmuh3rhbh] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8tmuh3rhbh] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8tmuh3rhbh] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8tmuh3rhbh] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8tmuh3rhbh 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8tmuh3rhbh] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8tmuh3rhbh {
    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/Layout/SecuredLayout.razor.rz.scp.css */
.top-appbar[b-m9fvfbjb5q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    /* IMPORTANT: do NOT add transform/filter/will-change here.
       AppBar.razor renders <SfSidebar> (which becomes a position:fixed <aside>)
       inside this wrapper. CSS spec: when an ancestor has a transform, fixed
       descendants are positioned relative to that ancestor — the sidebar would
       be trapped inside the 56px-tall appbar strip and never visible. */
}

/*
   Body không scroll – chỉ .secured-body scroll.
   AppBar = 56px desktop, 48px mobile.
*/
.secured-body[b-m9fvfbjb5q] {
    height: calc(100vh - 56px);
    height: calc(100dvh - 56px);
    margin-top: 56px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .secured-body[b-m9fvfbjb5q] {
        height: calc(100vh - 48px);
        height: calc(100dvh - 48px);
        margin-top: 48px;
    }
}

.page-content[b-m9fvfbjb5q] {
    padding-top: 0 !important;
}

.control-container[b-m9fvfbjb5q]  .e-btn.e-inherit,
.top-appbar[b-m9fvfbjb5q]  .e-btn.e-inherit {
    margin: 0 3px;
}
/* /Components/Pages/AppBar.razor.rz.scp.css */
/* ══════════════════════════════════════════════
   AppBar – TGift-style nav (cream/gold via cream-theme.css)
   ══════════════════════════════════════════════ */

.appbar[b-43p9gb0ukm] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    background: #0f172a;
    border-bottom: 1px solid rgba(148, 163, 184, .08);
    height: 56px;
}

.appbar-inner[b-43p9gb0ukm] {
    max-width: 1800px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 1.25rem;
}

/* Brand */
.appbar-brand[b-43p9gb0ukm] {
    display: flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: .5rem;
}
.brand-icon[b-43p9gb0ukm] { font-size: 1.25rem; }
.brand-text[b-43p9gb0ukm] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f1f5f9;
    letter-spacing: -.3px;
}

/* Nav: clip horizontally so pills can't overlap appbar-end, but let dropdowns expand DOWN */
.appbar-nav[b-43p9gb0ukm] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    min-width: 0;
    overflow-x: clip;
    overflow-y: visible;
}

[b-43p9gb0ukm] .nav-pill {
    color: #94a3b8;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.4;
    transition: color .15s, background .15s;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: .2rem;
}
[b-43p9gb0ukm] .nav-pill:hover { color: #e2e8f0; background: rgba(148, 163, 184, .08); }
[b-43p9gb0ukm] .nav-pill.active { color: #818cf8; background: rgba(129, 140, 248, .1); }

/* Hover dropdown */
.nav-dropdown[b-43p9gb0ukm] { position: relative; }
.nav-dropdown-toggle[b-43p9gb0ukm] {
    color: #94a3b8;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1.4;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 3px;
    transition: color .15s, background .15s;
}
.nav-dropdown-toggle:hover[b-43p9gb0ukm] { color: #e2e8f0; background: rgba(148, 163, 184, .08); }
.chevron[b-43p9gb0ukm] { transition: transform .2s ease; opacity: .5; flex-shrink: 0; }
.nav-dropdown:hover .chevron[b-43p9gb0ukm] { transform: rotate(180deg); }

.dropdown-panel[b-43p9gb0ukm] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 190px;
    background: #1e293b;
    border: 1px solid rgba(148, 163, 184, .1);
    border-radius: 8px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
    transition: opacity .15s ease, transform .15s ease, visibility .15s;
    pointer-events: none;
}
.nav-dropdown:hover > .dropdown-panel[b-43p9gb0ukm] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

/* Right-align the rightmost dropdown(s) so their panel grows leftward
   instead of overflowing the appbar's right edge (e.g. Telegram). */
.appbar-nav > .nav-dropdown:nth-last-of-type(-n+2) > .dropdown-panel[b-43p9gb0ukm] {
    left: auto;
    right: 0;
}

[b-43p9gb0ukm] .dropdown-link {
    display: block;
    color: #94a3b8;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    transition: color .12s, background .12s;
}
[b-43p9gb0ukm] .dropdown-link:hover { background: rgba(148, 163, 184, .08); color: #e2e8f0; }
[b-43p9gb0ukm] .dropdown-link.active { color: #818cf8; background: rgba(129, 140, 248, .08); font-weight: 600; }

/* Right side */
.appbar-end[b-43p9gb0ukm] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-left: auto;
    flex-shrink: 0;
}
.appbar-user[b-43p9gb0ukm] { display: flex; align-items: center; gap: .5rem; }
.user-avatar[b-43p9gb0ukm] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: linear-gradient(135deg, #6366f1, #818cf8);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .75rem;
    flex-shrink: 0;
}
.user-avatar--lg[b-43p9gb0ukm] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 1rem;
}
.user-meta[b-43p9gb0ukm] { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.user-email[b-43p9gb0ukm] {
    color: #64748b;
    font-size: .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 160px;
}

.btn-logout[b-43p9gb0ukm] {
    color: #64748b;
    padding: .4rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
    background: none;
    border: none;
    cursor: pointer;
}
.btn-logout:hover[b-43p9gb0ukm] { color: #f87171; background: rgba(248, 113, 113, .08); }

/* Hamburger */
.appbar-hamburger[b-43p9gb0ukm] {
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: .5rem;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    transition: background .15s;
}
.appbar-hamburger:hover[b-43p9gb0ukm] { background: rgba(148, 163, 184, .08); }
.hamburger-line[b-43p9gb0ukm] {
    display: block;
    width: 18px;
    height: 2px;
    background: #94a3b8;
    border-radius: 2px;
    transition: background .15s;
}

/* ══════════════════════════════════════════════
   Mobile sidebar (Syncfusion SfSidebar)
   The .e-sidebar wrapper is styled in cream-theme.css (global) because
   SfSidebar renders without the scoped attribute. The inner content
   (.sb-*) DOES carry scoping, so those rules below are scoped.
   ══════════════════════════════════════════════ */

.sb-header[b-43p9gb0ukm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgba(148, 163, 184, .06);
}

.sb-close[b-43p9gb0ukm] {
    background: none;
    border: none;
    color: #475569;
    font-size: 1rem;
    cursor: pointer;
    padding: .35rem .5rem;
    border-radius: 6px;
    transition: all .15s;
}
.sb-close:hover[b-43p9gb0ukm] { background: rgba(148, 163, 184, .08); color: #94a3b8; }

.sb-user[b-43p9gb0ukm] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 1rem;
    flex-wrap: wrap;
}

.sb-nav[b-43p9gb0ukm] {
    display: flex;
    flex-direction: column;
    padding: .5rem;
    gap: 1px;
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.sb-group-title[b-43p9gb0ukm] {
    font-size: .65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #475569;
    padding: 1rem .75rem .35rem;
}

[b-43p9gb0ukm] .sb-link {
    color: #94a3b8;
    text-decoration: none;
    padding: .6rem .75rem;
    border-radius: 8px;
    font-size: .875rem;
    font-weight: 500;
    transition: all .12s;
    display: block;
}
[b-43p9gb0ukm] .sb-link:hover { background: rgba(148, 163, 184, .06); color: #e2e8f0; }
[b-43p9gb0ukm] .sb-link.active { color: #818cf8; background: rgba(129, 140, 248, .08); font-weight: 600; }

.sb-footer[b-43p9gb0ukm] {
    border-top: 1px solid rgba(148, 163, 184, .06);
    padding: .75rem 1rem;
}

.sb-logout[b-43p9gb0ukm] {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #64748b;
    font-size: .85rem;
    font-weight: 500;
    padding: .5rem .75rem;
    border-radius: 8px;
    transition: all .15s;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
}
.sb-logout:hover[b-43p9gb0ukm] { background: rgba(248, 113, 113, .06); color: #f87171; }

/* ══════════════════════════════════════════════
   PROGRESSIVE COLLAPSE
   ══════════════════════════════════════════════ */
@media (max-width: 1400px) {
    .user-meta[b-43p9gb0ukm] { display: none; }
    .appbar-inner[b-43p9gb0ukm] { padding: 0 .75rem; }
}

@media (max-width: 1280px) {
    [b-43p9gb0ukm] .nav-pill, .nav-dropdown-toggle[b-43p9gb0ukm] {
        padding: 5px 8px;
        font-size: .72rem;
    }
    .appbar-inner[b-43p9gb0ukm] { gap: .25rem; }
}

/* Hamburger + sidebar takes over ≤1200px */
@media (max-width: 1200px) {
    .appbar-hamburger[b-43p9gb0ukm] { display: flex; }
    .appbar-nav[b-43p9gb0ukm], .appbar-user[b-43p9gb0ukm] { display: none; }
    .appbar-end[b-43p9gb0ukm] { gap: .5rem; }
}

@media (max-width: 768px) {
    .appbar[b-43p9gb0ukm] { height: 48px; }
    .appbar-inner[b-43p9gb0ukm] { padding: 0 .5rem; }
}
