/* Stealth Browse - Business via Browse Power Up */

.business-toggle-container:not([hidden]):not(.appearance-hidden) {
    display: flex !important;
    align-items: center;
    flex-shrink: 0;
    margin: 0;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
}

#business-toggle-container[hidden],
#business-toggle-container.appearance-hidden,
.top-bar #business-toggle-container[hidden],
.top-bar #business-toggle-container.appearance-hidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

#business-toggle-btn img,
.top-bar #business-toggle-btn img {
    width: 11px !important;
    height: 11px !important;
    max-width: 11px !important;
    max-height: 11px !important;
    display: block !important;
    object-fit: contain !important;
}

#business-toggle-btn.is-active {
    color: var(--accent-text, #fff);
    background: color-mix(in srgb, var(--accent, #5a0dd6) 28%, transparent);
}

.business-settings {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Share Guard. Each surface is gated on its own policy flag so turning the
   switch on only hides what the administrator asked to hide. */
html[data-sg-bookmarks] #bookmarks-bar,
html[data-sg-bookmarks] .bookmarks-bar {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html[data-sg-downloads] #downloads-popup {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html[data-sg-profiles] #profiles-list,
html[data-sg-profiles] #profiles-editor {
    display: none !important;
}

html[data-sg-profiles] #profiles-window::after {
    content: 'Hidden by Share Guard';
    display: block;
    padding: 18px 16px;
    font-size: 12px;
    color: var(--text-dim, rgba(242, 242, 246, 0.62));
    text-align: center;
}

html[data-share-guard] #business-toggle-btn {
    color: var(--accent-text, #c4b5fd);
    background: color-mix(in srgb, var(--accent, #5a0dd6) 34%, transparent);
}

.business-locked-note {
    font-size: 12px;
    color: var(--text-dim, var(--muted, rgba(242, 242, 246, 0.62)));
}

.web-content.biz-embed {
    --accent: #5a0dd6;
    --accent-2: #4900c2;
    --accent-soft: rgba(73, 0, 194, 0.22);
    --accent-text: #c4b5fd;
    --bg: #0b0c10;
    --panel: #121218;
    --panel-elevated: #18181f;
    --surface: rgba(255, 255, 255, 0.04);
    --surface-hover: rgba(255, 255, 255, 0.07);
    --border: rgba(255, 255, 255, 0.1);
    --text: #f2f4f8;
    --text-dim: #a8b0c0;
    --ok: #34d399;
    --warn: #fbbf24;
    --danger: #f87171;
    --stealth-cut: 12px 2px 2px 2px;
    --stealth-cut-sm: 8px 2px 2px 2px;
    --stealth-cut-lg: 14px 4px 4px 4px;
    --stealth-cut-panel: 22px 4px 4px 4px;
    --shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    --transition: 0.15s ease;
}

.web-content.biz-embed *,
.web-content.biz-embed *::before,
.web-content.biz-embed *::after {
    box-sizing: border-box;
}

.web-content.biz-embed {
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: none;
}

.web-content.biz-embed,
.web-content.biz-embed,
.web-content.biz-embed {
    background: var(--bg) !important;
    background-color: var(--bg) !important;
    background-image: none !important;
    color: var(--text) !important;
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Open Sans', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    margin: 0;
}

.web-content.biz-embed,
.web-content.biz-embed {
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: visible;
    overscroll-behavior: none;
}

.web-content.biz-embed::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: var(--bg);
    background-image: none;
}

.web-content.biz-embed[data-theme="dark"] {
    --bg: #0a0a0f;
    --panel: #121218;
    --panel-elevated: #18181f;
    --surface: rgba(255, 255, 255, 0.04);
    --surface-hover: rgba(255, 255, 255, 0.08);
    --border: rgba(255, 255, 255, 0.12);
    --text: #ffffff;
    --text-dim: #a1a1aa;
}

.web-content.biz-embed[data-theme="light"] {
    --bg: #d4cec4;
    --panel: #f0ebe3;
    --panel-elevated: #f7f3ec;
    --surface: rgba(255, 255, 255, 0.72);
    --surface-hover: rgba(255, 255, 255, 0.9);
    --border: rgba(55, 48, 40, 0.16);
    --text: #1c1916;
    --text-dim: #5c574f;
    --accent-text: #5a0dd6;
    --accent-soft: rgba(90, 13, 214, 0.12);
}

.web-content.biz-embed[data-theme="stealth"] {
    --bg: #0e0a16;
    --panel: #140f1c;
    --panel-elevated: #1a1426;
    --surface: rgba(124, 58, 237, 0.08);
    --surface-hover: rgba(124, 58, 237, 0.16);
    --border: rgba(168, 85, 247, 0.22);
    --text: #eae2ff;
    --text-dim: #c7b6f7;
}

.web-content.biz-embed[data-theme="stealth-glass"] {
    --bg: #010103;
    --panel: #0c0c12;
    --panel-elevated: #12121a;
    --surface: rgba(255, 255, 255, 0.06);
    --surface-hover: rgba(255, 255, 255, 0.1);
    --border: rgba(255, 255, 255, 0.14);
    --text: #f2f4f8;
    --text-dim: #c7cdd8;
}

.web-content.biz-embed[data-theme="stealth-float"] {
    --bg: #0b0c10;
    --panel: #10121a;
    --panel-elevated: #161922;
    --surface: rgba(16, 18, 26, 0.92);
    --surface-hover: rgba(28, 32, 44, 0.95);
    --border: rgba(255, 255, 255, 0.12);
    --text: #f2f4f8;
    --text-dim: #a8b0c0;
}

.web-content.biz-embed #biz-boot[hidden],
.web-content.biz-embed #biz-app[hidden] {
    display: none !important;
}

.web-content.biz-embed .biz-app {
    width: 100%;
    max-width: min(1240px, 100%);
    min-height: 100%;
    margin: 0 auto;
    padding: 18px clamp(12px, 3vw, 36px) 64px;
    color: var(--text);
}

.web-content.biz-embed .biz-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.web-content.biz-embed .biz-title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.3;
    margin: 0 0 4px;
    color: var(--text);
}

.web-content.biz-embed .biz-subtitle {
    font-size: 11px;
    font-weight: 400;
    color: var(--text-dim);
    line-height: 1.4;
    margin: 0;
}

.web-content.biz-embed .biz-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.web-content.biz-embed .biz-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.web-content.biz-embed .biz-tab {
    appearance: none;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-dim);
    border-radius: var(--stealth-cut);
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 650;
    cursor: pointer;
    transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.web-content.biz-embed .biz-tab:hover {
    color: var(--accent-text);
    border-color: color-mix(in srgb, var(--accent) 45%, transparent);
    background: var(--accent-soft);
}

.web-content.biz-embed .biz-tab.is-active {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border-color: color-mix(in srgb, var(--accent) 55%, transparent);
    color: #fff;
}

.web-content.biz-embed .biz-banner {
    display: none;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 12px;
    border-radius: var(--stealth-cut);
    border: 1px solid color-mix(in srgb, var(--warn) 40%, transparent);
    background: color-mix(in srgb, var(--warn) 12%, transparent);
    color: var(--warn);
}

.web-content.biz-embed .biz-banner.is-visible {
    display: block;
}

.web-content.biz-embed .biz-card {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: var(--stealth-cut-panel);
    box-shadow: var(--shadow);
}

.web-content.biz-embed .biz-section {
    margin-bottom: 18px;
    padding: 18px 18px 16px;
}

.web-content.biz-embed .biz-section-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 4px;
}

.web-content.biz-embed .biz-section-desc {
    font-size: 12px;
    color: var(--text-dim);
    margin: 0 0 14px;
    line-height: 1.45;
    width: 100%;
    max-width: none;
}

.web-content.biz-embed .biz-subhead {
    font-size: 13px;
    font-weight: 700;
    color: var(--text);
    margin: 18px 0 10px;
}

.web-content.biz-embed .biz-status-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.web-content.biz-embed .biz-status-card {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 76px;
}

.web-content.biz-embed .biz-status-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-dim);
}

.web-content.biz-embed .biz-status-value {
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    line-height: 1.2;
    word-break: break-word;
}

.web-content.biz-embed .biz-panel {
    display: none;
}

.web-content.biz-embed .biz-panel.is-active {
    display: block;
}

.web-content.biz-embed .biz-gate {
    display: none;
    padding: 18px 18px 16px;
    margin-bottom: 18px;
}

.web-content.biz-embed .biz-gate.is-visible {
    display: block;
}

.web-content.biz-embed .biz-gate-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 22px 32px;
    align-items: start;
}

.web-content.biz-embed .biz-gate-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
}

.web-content.biz-embed .biz-gate-form[hidden] {
    display: none;
}

.web-content.biz-embed #biz-gate-setup {
    padding-right: 32px;
    border-right: 1px solid var(--border);
}

.web-content.biz-embed .biz-gate-btn {
    align-self: flex-start;
    width: auto;
    padding: 7px 14px;
    font-size: 12px;
    line-height: 1.25;
}

.web-content.biz-embed #biz-setup-btn {
    margin-bottom: 16px;
}

.web-content.biz-embed .biz-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.web-content.biz-embed .biz-row-between {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.web-content.biz-embed .biz-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.web-content.biz-embed .biz-input,
.web-content.biz-embed .biz-select,
.web-content.biz-embed .biz-textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1px solid var(--border);
    border-radius: var(--stealth-cut);
    background: var(--surface);
    color: var(--text);
    font-size: 13px;
    outline: none;
    font-family: inherit;
    transition: border-color var(--transition), box-shadow var(--transition);
}

.web-content.biz-embed .biz-textarea {
    min-height: 84px;
    resize: vertical;
    font-family: 'Cascadia Mono', Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
}

.web-content.biz-embed .biz-row .biz-input,
.web-content.biz-embed .biz-row .biz-select {
    flex: 1;
    min-width: 160px;
    width: auto;
}

.web-content.biz-embed .biz-input-narrow {
    max-width: 200px;
}

.web-content.biz-embed .biz-item > .biz-select {
    flex: 0 0 auto;
    width: 200px;
    padding: 6px 10px;
    font-size: 12px;
}

.web-content.biz-embed .biz-input::placeholder,
.web-content.biz-embed .biz-textarea::placeholder {
    color: var(--text-dim);
    opacity: 0.85;
}

.web-content.biz-embed .biz-input:focus,
.web-content.biz-embed .biz-select:focus,
.web-content.biz-embed .biz-textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px var(--accent-soft);
}

.web-content.biz-embed .biz-select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-color: var(--panel-elevated);
    background-image: linear-gradient(45deg, transparent 50%, var(--text-dim) 50%),
        linear-gradient(135deg, var(--text-dim) 50%, transparent 50%);
    background-position: calc(100% - 16px) calc(50% - 2px), calc(100% - 11px) calc(50% - 2px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    padding-right: 28px;
}

.web-content.biz-embed .biz-select option {
    background: var(--panel-elevated);
    color: var(--text);
}

.web-content.biz-embed .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1px solid var(--border);
    border-radius: var(--stealth-cut);
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    color: var(--text);
    background: var(--surface);
    white-space: nowrap;
    font-family: inherit;
}

.web-content.biz-embed .btn:disabled {
    opacity: 0.55;
    cursor: default;
}

.web-content.biz-embed .btn-ghost {
    background: transparent;
    border-color: var(--border);
    color: var(--text-dim);
    font-weight: 500;
}

.web-content.biz-embed .btn-ghost:hover:not(:disabled) {
    color: var(--accent-text);
    border-color: color-mix(in srgb, var(--accent) 55%, transparent);
    background: var(--accent-soft);
}

.web-content.biz-embed .btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    border-color: color-mix(in srgb, var(--accent-2) 75%, transparent);
    color: #ffffff;
    box-shadow: 0 2px 8px color-mix(in srgb, var(--accent-2) 28%, transparent);
}

.web-content.biz-embed .btn-primary:hover:not(:disabled) {
    filter: brightness(1.06);
}

.web-content.biz-embed .btn-danger {
    border-color: color-mix(in srgb, var(--danger) 45%, transparent);
    color: var(--danger);
    background: color-mix(in srgb, var(--danger) 10%, transparent);
}

.web-content.biz-embed .biz-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.web-content.biz-embed .biz-list-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    align-items: start;
    gap: 10px;
}

.web-content.biz-embed .biz-list-tiles .biz-item {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    min-height: 58px;
}

.web-content.biz-embed .biz-list-tiles .biz-item-title {
    font-size: 11px;
    font-weight: 650;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--text-dim);
}

.web-content.biz-embed .biz-list-tiles .biz-item-meta {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 650;
    color: var(--text);
}

.web-content.biz-embed .biz-list-tiles .biz-empty {
    grid-column: 1 / -1;
}

.web-content.biz-embed .biz-list-locks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    align-items: start;
    gap: 8px;
    margin-bottom: 6px;
}

.web-content.biz-embed .biz-list-locks .biz-item {
    align-items: center;
}

.web-content.biz-embed .biz-list-locks .biz-item > .biz-select {
    width: 150px;
}

.web-content.biz-embed .biz-empty {
    padding: 18px 12px;
    text-align: center;
    font-size: 12px;
    color: var(--text-dim);
    border: 1px dashed var(--border);
    border-radius: var(--stealth-cut-panel);
}

.web-content.biz-embed .biz-item,
.web-content.biz-embed .biz-toggle-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid var(--border);
    background: var(--surface);
    border-radius: var(--stealth-cut-panel);
}

.web-content.biz-embed .biz-item-main {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.web-content.biz-embed .biz-item-title {
    font-size: 12px;
    font-weight: 650;
    overflow-wrap: break-word;
    color: var(--text);
}

.web-content.biz-embed .biz-item-meta {
    margin-top: 4px;
    font-size: 11px;
    color: var(--text-dim);
    overflow-wrap: break-word;
}

.web-content.biz-embed .biz-badge {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 6px;
    border-radius: var(--stealth-cut-sm);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: var(--accent-soft);
    border: 1px solid color-mix(in srgb, var(--accent) 40%, transparent);
    color: var(--accent-text);
}

.web-content.biz-embed .biz-badge.block,
.web-content.biz-embed .biz-badge.tamper {
    background: color-mix(in srgb, var(--danger) 18%, transparent);
    border-color: color-mix(in srgb, var(--danger) 40%, transparent);
    color: var(--danger);
}

.web-content.biz-embed .biz-badge.warn,
.web-content.biz-embed .biz-badge.download {
    background: color-mix(in srgb, var(--warn) 14%, transparent);
    border-color: color-mix(in srgb, var(--warn) 35%, transparent);
    color: var(--warn);
}

.web-content.biz-embed .biz-badge.ok,
.web-content.biz-embed .biz-badge.visit {
    background: color-mix(in srgb, var(--ok) 16%, transparent);
    border-color: color-mix(in srgb, var(--ok) 35%, transparent);
    color: var(--ok);
}

.web-content.biz-embed .biz-badge.ai,
.web-content.biz-embed .biz-badge.ai-result,
.web-content.biz-embed .biz-badge.ai-action {
    background: color-mix(in srgb, var(--accent) 16%, transparent);
    border-color: color-mix(in srgb, var(--accent) 38%, transparent);
    color: var(--accent);
}

.web-content.biz-embed .biz-toolbar {
    display: flex;
    align-items: center;
    gap: 8px;
}

.web-content.biz-embed .biz-toolbar .biz-select {
    width: auto;
    min-width: 190px;
}

.web-content.biz-embed .biz-capture {
    margin-top: 16px;
    padding: 14px;
    border: 1px solid color-mix(in srgb, var(--accent, #5a0dd6) 32%, transparent);
    border-radius: var(--stealth-cut-sm, 6px);
    background: color-mix(in srgb, var(--accent, #5a0dd6) 8%, transparent);
}

.web-content.biz-embed .biz-capture-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
}

.web-content.biz-embed .biz-capture-check {
    align-items: flex-start;
    gap: 8px;
}

.web-content.biz-embed .biz-capture-check > span {
    display: block;
}

.web-content.biz-embed .biz-capture-check .biz-item-meta {
    margin-top: 2px;
}

.web-content.biz-embed .biz-toggle-row input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--accent);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.web-content.biz-embed .biz-policy-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.web-content.biz-embed .biz-policy-nav button {
    appearance: none;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-dim);
    border-radius: var(--stealth-cut-sm);
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 650;
    cursor: pointer;
}

.web-content.biz-embed .biz-policy-nav button.is-active {
    background: var(--accent-soft);
    border-color: color-mix(in srgb, var(--accent) 50%, transparent);
    color: var(--accent-text);
}

.web-content.biz-embed .biz-policy-section {
    display: none;
}

.web-content.biz-embed .biz-policy-section.is-active {
    display: block;
}

.web-content.biz-embed .biz-field {
    display: block;
    padding: 12px;
    border: 1px solid var(--border);
    background: var(--surface);
    border-radius: var(--stealth-cut-panel);
    margin-bottom: 8px;
}

.web-content.biz-embed .biz-field-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.web-content.biz-embed .biz-field-label {
    display: block;
    font-size: 12px;
    font-weight: 650;
    color: var(--text);
}

.web-content.biz-embed .biz-field-hint {
    margin-top: 3px;
    font-size: 11px;
    color: var(--text-dim);
}

.web-content.biz-embed .biz-field-body {
    display: block;
    margin-top: 10px;
}

.web-content.biz-embed .biz-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--accent);
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 2px;
}

.web-content.biz-embed .biz-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 8px;
}

.web-content.biz-embed .biz-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid var(--border);
    background: var(--panel-elevated);
    border-radius: var(--stealth-cut-sm);
    font-size: 12px;
    color: var(--text);
    cursor: pointer;
}

.web-content.biz-embed .biz-kv-row {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.web-content.biz-embed .biz-kv-row .biz-input {
    flex: 1;
    min-width: 140px;
    width: auto;
}

.web-content.biz-embed .biz-sticky-bar {
    position: sticky;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid var(--border);
    border-radius: var(--stealth-cut-panel);
    background: var(--panel-elevated);
    box-shadow: var(--shadow);
}

.web-content.biz-embed .biz-sticky-note {
    font-size: 11px;
    color: var(--text-dim);
}

.web-content.biz-embed .biz-code {
    font-family: 'Cascadia Mono', Consolas, monospace;
    font-size: 15px;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: var(--accent-text);
}

.web-content.biz-embed .biz-app.is-locked .biz-panel {
    opacity: 0.42;
    filter: grayscale(0.6);
    pointer-events: none;
}

.web-content.biz-embed .biz-readonly-note {
    font-size: 11px;
    color: var(--warn);
    margin-bottom: 10px;
}

@media (max-width: 980px) {
    .web-content.biz-embed .biz-status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .web-content.biz-embed .biz-gate-body {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .web-content.biz-embed #biz-gate-setup {
        padding-right: 0;
        border-right: none;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--border);
    }
}

@media (max-width: 620px) {
    .web-content.biz-embed .biz-status-grid {
        grid-template-columns: 1fr;
    }
}
