/*
    BubblFlow stylesheet manifest.
    Styles are split into feature-focused files under assets/css/sections/.
    Keep this import order unless intentionally changing cascade priority.
*/

@import url('./sections/00-base-layout.css');
@import url('./sections/01-map-view.css');
@import url('./sections/02-left-panel.css?v=20260623-admin-section');
@import url('./sections/03-top-toolbar.css');
@import url('./sections/04-right-panel.css');
@import url('./sections/05-mini-map.css');
@import url('./sections/06-bubble-line-menus.css');
@import url('./sections/07-canvas-settings-fullscreen.css');
@import url('./sections/08-rebuild-core.css');
@import url('./sections/09-left-panel-phase2.css?v=20260607-create-modal');
@import url('./sections/10-toolbar-minimap-canvas-polish.css');
@import url('./sections/11-bubble-details-controls.css');
@import url('./sections/12-toolbar-breadcrumbs.css');
@import url('./sections/13-bubble-action-menus.css');
@import url('./sections/14-fullscreen-collapsible-panels.css');
@import url('./sections/15-ui-polish-bubble-menus.css');
@import url('./sections/16-panel-fixes-left-right-top.css?v=20260611-login-label-fields-2');
@import url('./sections/17-canvas-details-assets-toolbar.css');
@import url('./sections/18-select-global-search-right-panel.css');
@import url('./sections/19-file-share-toolbar.css');
@import url('./sections/20-public-pages.css?v=20260624-public-pricing');
@import url('./sections/21-dashboard-library.css?v=20260623-beta-pioneer');
@import url('./sections/23-user-settings.css?v=20260610-user-settings-containers');
@import url('./sections/23-account-upgrade.css?v=20260624-team-pricing');
@import url('./sections/24-team-admin.css?v=20260619-team-guests');
@import url('./sections/25-public-landing-redesign.css?v=20260626-arrow-shadow-half-1');

/* Read-only share link controls */
.project-share-help {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.35;
    color: #64748b;
}

.project-share-link-box {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    margin: 8px 0;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    background: #f8fbff;
}

.project-share-link-box input {
    min-width: 0;
    flex: 1;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 8px 9px;
    font-size: 12px;
    color: #334155;
    background: #ffffff;
}

.project-share-link-box button {
    border: 0;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 800;
    color: #ffffff;
    background: #2563eb;
    cursor: pointer;
    white-space: nowrap;
}

.project-share-revoke-button:not(:disabled) span {
    color: #b91c1c;
}

.bf-share-page {
    min-height: 100vh;
    margin: 0;
    background: #f8fafc;
    overflow: hidden;
}

.bf-share-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 18px 24px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.bf-share-header h1 {
    margin: 0;
    font-size: 22px;
    color: #111827;
}

.bf-share-header p {
    margin: 3px 0 0;
    color: #64748b;
    font-size: 13px;
}

.bf-share-badge {
    border-radius: 999px;
    padding: 8px 12px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.bf-share-stage {
    position: fixed;
    left: 0;
    right: 0;
    top: 78px;
    bottom: 0;
    width: auto;
    height: auto;
    overflow: auto !important;
    background: #eef2f7;
    cursor: grab;
    scrollbar-gutter: stable both-edges;
    overscroll-behavior: contain;
}

.bf-share-stage.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.bf-share-stage .rebuild-canvas-wrap {
    display: block;
    width: max-content;
    height: max-content;
    min-width: 100%;
    min-height: 100%;
    padding: 0;
}

.bf-share-stage .rebuild-canvas-stage {
    position: relative;
    display: block;
    flex: 0 0 auto;
    width: max-content;
    height: max-content;
    min-width: 100%;
    min-height: 100%;
    overflow: visible;
}

.bf-share-stage .rebuild-zoom-surface {
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: 0 0;
}

.bf-share-zoom-tools {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .16);
    backdrop-filter: blur(8px);
}

.bf-share-zoom-tools button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
}

.bf-share-zoom-tools button:hover {
    background: #1d4ed8;
}

.bf-share-zoom-tools span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 34px;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
    color: #334155;
}

.bf-share-stage .rebuild-bubble-action-row,
.bf-share-stage .rebuild-bubble-resize-handle,
.bf-share-stage .rebuild-canvas-item-resize,
.bf-share-stage .bf-select-mode-banner {
    display: none !important;
}

.bf-share-invalid {
    max-width: 560px;
    margin: 80px auto;
    padding: 28px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
    text-align: center;
}

/* Toolbar More Options / Help panel */
.bf-toolbar-more-menu button small {
    display: block;
    margin-top: 2px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 800;
}

.bf-toolbar-more-menu button:disabled {
    color: #94a3b8;
    cursor: not-allowed;
}

.bf-toolbar-more-menu button:disabled:hover {
    background: transparent;
}

.rebuild-help-panel {
    display: grid;
    gap: 12px;
}

.rebuild-help-panel[hidden] {
    display: none !important;
}

.rebuild-help-search-label {
    display: block;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
}

.rebuild-help-search {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 10px 12px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    background: #ffffff;
}

.rebuild-help-main h3,
.rebuild-help-result h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 14px;
}

.rebuild-help-main {
    display: grid;
    gap: 8px;
}

.rebuild-help-main[hidden] {
    display: none !important;
}

.rebuild-help-main button {
    width: 100%;
    border: 1px solid #dbeafe;
    border-radius: 12px;
    padding: 10px 12px;
    text-align: left;
    color: #1e3a8a;
    background: #f8fbff;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
}

.rebuild-help-main button span,
.rebuild-help-main button small {
    display: block;
}

.rebuild-help-main button small {
    margin-top: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.rebuild-help-main button:hover {
    background: #eef4ff;
}

.rebuild-help-results {
    display: grid;
    gap: 10px;
}

.rebuild-help-results[hidden] {
    display: none !important;
}

.rebuild-help-result {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 12px;
    background: #ffffff;
}

.rebuild-help-result h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.rebuild-help-result h3 span {
    border-radius: 999px;
    padding: 3px 7px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 10px;
    font-weight: 900;
}

.rebuild-help-result p,
.rebuild-help-result-body {
    margin: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.45;
}

.rebuild-help-summary {
    margin: 0 0 8px !important;
    color: #64748b !important;
    font-weight: 800;
}

.rebuild-help-result-body p {
    margin: 0 0 8px;
}

.rebuild-help-result-body p:last-child {
    margin-bottom: 0;
}

.rebuild-help-result-body img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.rebuild-help-result-body ul,
.rebuild-help-result-body ol {
    margin: 8px 0 8px 18px;
    padding: 0;
}

.rebuild-help-result-body pre {
    max-width: 100%;
    overflow: auto;
    margin: 8px 0;
    padding: 10px;
    border-radius: 10px;
    background: #f1f5f9;
    color: #334155;
    font-size: 12px;
}

.rebuild-help-empty {
    margin: 0;
}


.bf-keyboard-shortcuts-panel {
    display: grid;
    gap: 12px;
    padding-bottom: 14px;
}

.bf-keyboard-shortcuts-panel[hidden] {
    display: none !important;
}

.bf-keyboard-shortcut-card {
    border: 1px solid #dbe7f5;
    border-radius: 14px;
    padding: 10px 12px 12px;
    background: #ffffff;
}

.bf-keyboard-shortcut-card h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
}

.bf-keyboard-shortcut-list {
    display: grid;
    gap: 0;
    margin: 0;
}

.bf-keyboard-shortcut-list > div {
    display: block;
    min-width: 0;
    padding: 9px 0;
    border-top: 1px solid #eef2f7;
}

.bf-keyboard-shortcut-list > div:first-child {
    border-top: 0;
    padding-top: 0;
}

.bf-keyboard-shortcut-list dt,
.bf-keyboard-shortcut-list dd {
    margin: 0;
    min-width: 0;
}

.bf-keyboard-shortcut-list dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    color: #64748b;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.1;
}

.bf-shortcut-combo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: 100%;
    flex-wrap: wrap;
    white-space: nowrap;
}

.bf-shortcut-alt {
    display: inline-flex;
    align-items: center;
    color: #94a3b8;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
}

.bf-keyboard-shortcut-list dd {
    margin-top: 6px;
    color: #334155;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
}

.bf-keyboard-shortcut-list kbd {
    display: inline-flex;
    min-width: 22px;
    min-height: 22px;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border: 1px solid #cbd5e1;
    border-bottom-width: 2px;
    border-radius: 6px;
    background: #f8fafc;
    color: #111827;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    box-shadow: inset 0 -1px 0 rgba(15, 23, 42, .05);
}

/* Canvas bottom-right zoom menu */
body.bf-canvas-app-mode .bf-canvas-zoom-menu {
    position: absolute;
    right: 376px;
    bottom: 14px;
    z-index: 70;
    display: flex;
    transition: right 1.25s ease;
    align-items: center;
    gap: 0;
    padding: 5px 6px;
    border: 1px solid rgba(203, 213, 225, .9);
    border-radius: 10px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 20px rgba(15, 23, 42, .12);
    color: #111827;
}

body.bf-right-collapsed.bf-canvas-app-mode .bf-canvas-zoom-menu {
    right: 14px;
}

body.bf-canvas-app-mode .bf-canvas-zoom-icon-button,
body.bf-canvas-app-mode .bf-canvas-zoom-percent-button {
    height: 38px;
    min-width: 30px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font: inherit;
    line-height: 1;
}

body.bf-canvas-app-mode .bf-canvas-zoom-icon-button:hover,
body.bf-canvas-app-mode .bf-canvas-zoom-icon-button:focus-visible,
body.bf-canvas-app-mode .bf-canvas-zoom-percent-button:hover,
body.bf-canvas-app-mode .bf-canvas-zoom-percent-button:focus-visible,
body.bf-canvas-app-mode .bf-canvas-zoom-icon-button.is-active {
    background: #f1f5f9;
    outline: none;
}

body.bf-canvas-app-mode .bf-canvas-zoom-icon-button img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

body.bf-canvas-app-mode .bf-canvas-zoom-divider {
    width: 1px;
    height: 40px;
    margin: 0 3px;
    background: #e5e7eb;
    flex: 0 0 1px;
}

body.bf-canvas-app-mode .bf-canvas-zoom-percent-button {
    min-width: 52px;
    padding: 0 2px;
    font-size: 16px;
    font-weight: 500;
}

body.bf-canvas-app-mode .bf-canvas-zoom-dropdown {
    position: absolute;
    left: auto;
    right: 0;
    top: auto;
    bottom: calc(100% + 7px);
    z-index: 75;
    width: 194px;
    min-width: 0;
    max-width: none;
    padding: 10px 12px;
    border: 1px solid rgba(203, 213, 225, .9);
    border-radius: 10px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .18);
}

body.bf-canvas-app-mode .bf-canvas-zoom-dropdown[hidden] {
    display: none !important;
}

body.bf-canvas-app-mode .bf-canvas-zoom-menu-row {
    width: 100%;
    min-height: 27px;
    padding: 3px 0;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 9px;
    font: inherit;
    font-size: 15px;
    text-align: left;
    cursor: pointer;
}

body.bf-canvas-app-mode .bf-canvas-zoom-menu-row:hover,
body.bf-canvas-app-mode .bf-canvas-zoom-menu-row:focus-visible,
body.bf-canvas-app-mode .bf-canvas-zoom-menu-row.is-active {
    background: #f8fafc;
    outline: none;
}

body.bf-canvas-app-mode .bf-canvas-zoom-menu-row img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 24px;
}

body.bf-canvas-app-mode .bf-canvas-zoom-preset {
    padding-left: 14px;
}

body.bf-canvas-app-mode .bf-canvas-zoom-checkbox-row {
    cursor: pointer;
}

body.bf-canvas-app-mode .bf-canvas-zoom-checkbox-row input {
    width: 14px;
    height: 14px;
    margin: 0 10px 0 7px;
    flex: 0 0 14px;
    accent-color: #111827;
}

body.bf-canvas-app-mode .bf-canvas-zoom-menu-divider {
    height: 1px;
    margin: 7px 0;
    background: #d1d5db;
}

body.bf-canvas-app-mode .rebuild-minimap {
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    right: 376px !important;
    bottom: 82px !important;
    transition: right 1.25s ease;
    width: 238px !important;
    opacity: 0.75 !important;
    cursor: default !important;
}

body.bf-canvas-app-mode .rebuild-minimap,
body.bf-canvas-app-mode .rebuild-minimap * {
    cursor: default !important;
}

body.bf-canvas-app-mode .rebuild-minimap-dot {
    cursor: pointer !important;
}

body.bf-right-collapsed.bf-canvas-app-mode .rebuild-minimap {
    right: 14px !important;
}


@media (max-width: 900px) {
    body.bf-canvas-app-mode .bf-canvas-zoom-menu,
    body.bf-right-collapsed.bf-canvas-app-mode .bf-canvas-zoom-menu {
        right: 12px;
        bottom: 12px;
    }

    body.bf-canvas-app-mode .rebuild-minimap,
    body.bf-right-collapsed.bf-canvas-app-mode .rebuild-minimap {
        right: 12px !important;
        bottom: 80px !important;
    }
}


/* Fixed top-right canvas menus follow the right details panel. */
body.bf-canvas-app-mode .bf-fixed-canvas-top-menus {
    right: 376px;
    transition: right 1.25s ease;
}

body.bf-right-collapsed.bf-canvas-app-mode .bf-fixed-canvas-top-menus {
    right: 18px;
}

body.bf-canvas-app-mode #bfRightPanelToggle {
    display: none !important;
}

body.bf-canvas-app-mode .rebuild-details-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
}

body.bf-canvas-app-mode .rebuild-details-header h2 {
    min-width: 0;
    margin-right: auto;
}

@media (max-width: 900px) {
    body.bf-canvas-app-mode .bf-fixed-canvas-top-menus,
    body.bf-right-collapsed.bf-canvas-app-mode .bf-fixed-canvas-top-menus {
        right: 10px;
    }
}

/* Soft beta feedback widget */
.bf-beta-feedback-floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 5000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 78px;
    height: 32px;
    padding: 0 13px;
    border: 0;
    border-radius: 10px;
    background: #0f00b8;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 10px 18px rgba(15, 0, 184, .14);
}

.bf-beta-feedback-floating:hover,
.bf-beta-feedback-floating:focus-visible {
    background: #0b008a;
    color: #ffffff;
    outline: none;
}

body.bf-canvas-app-mode:not(.bf-project-map-mode) .bf-beta-feedback-floating {
    top: 138px;
    right: 376px;
    bottom: auto;
    left: auto;
    z-index: 11000;
    transition: right 1.25s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.bf-right-collapsed.bf-canvas-app-mode:not(.bf-project-map-mode) .bf-beta-feedback-floating {
    right: 18px;
}

body.bf-project-map-mode .bf-beta-feedback-floating {
    top: auto;
    right: 18px;
    bottom: 18px;
    left: auto;
    z-index: 5000;
}

@media (max-width: 900px) {
    body.bf-canvas-app-mode:not(.bf-project-map-mode) .bf-beta-feedback-floating,
    body.bf-right-collapsed.bf-canvas-app-mode:not(.bf-project-map-mode) .bf-beta-feedback-floating {
        top: 128px;
        right: 10px;
        left: auto;
    }

    body.bf-project-map-mode .bf-beta-feedback-floating {
        top: auto;
        right: 12px;
        bottom: 12px;
        left: auto;
    }
}

.bf-beta-feedback-backdrop {
    position: fixed;
    inset: 0;
    z-index: 13000;
    display: grid;
    place-items: center;
    padding: 18px;
    background: rgba(15, 23, 42, .42);
}

.bf-beta-feedback-backdrop[hidden] {
    display: none !important;
}

.bf-beta-feedback-card {
    position: relative;
    display: grid;
    gap: 10px;
    width: min(100%, 470px);
    padding: 22px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .26);
}

.bf-beta-feedback-close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 10px;
    background: #f1f5f9;
    color: #334155;
    cursor: pointer;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.bf-beta-feedback-kicker {
    display: inline-flex;
    width: fit-content;
    padding: 4px 10px;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bf-beta-feedback-card h2 {
    margin: 0;
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
}

.bf-beta-feedback-card p {
    margin: 0 0 2px;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.bf-beta-feedback-card label {
    margin-top: 4px;
    color: #1f2937;
    font-size: 12px;
    font-weight: 900;
}

.bf-beta-feedback-card select,
.bf-beta-feedback-card textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 13px;
    padding: 10px 11px;
}

.bf-beta-feedback-card textarea {
    resize: vertical;
    min-height: 120px;
}

.bf-beta-feedback-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 4px;
}

.bf-beta-feedback-actions span {
    min-width: 0;
    color: #2563eb;
    font-size: 12px;
    font-weight: 800;
}

.bf-beta-feedback-actions span.is-error {
    color: #dc2626;
}

.bf-beta-feedback-actions button {
    border: 0;
    border-radius: 12px;
    background: #2563eb;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    padding: 10px 14px;
    white-space: nowrap;
}

.bf-beta-feedback-actions button:disabled {
    cursor: wait;
    opacity: .68;
}

/* Soft beta feedback admin */
.bf-beta-admin-page {
    display: grid;
    gap: 18px;
}

.bf-beta-admin-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 4px 4px;
}

.bf-beta-admin-head h1 {
    margin: 0 0 4px;
    color: #0f172a;
    font-size: 30px;
    font-weight: 900;
}

.bf-beta-admin-head p {
    margin: 0;
    color: #475569;
    font-size: 14px;
    font-weight: 700;
}

.bf-beta-admin-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.bf-beta-admin-tabs a {
    padding: 8px 11px;
    border: 1px solid #dbeafe;
    border-radius: 999px;
    background: #ffffff;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
}

.bf-beta-admin-tabs a.is-active {
    background: #2563eb;
    color: #ffffff;
}

.bf-beta-feedback-list {
    display: grid;
    gap: 14px;
}

.bf-beta-feedback-row {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid #dbeafe;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(15, 23, 42, .08);
}

.bf-beta-feedback-row header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.bf-beta-feedback-row header strong,
.bf-beta-feedback-row header span {
    display: block;
}

.bf-beta-feedback-row header strong {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.bf-beta-feedback-row header span {
    color: #64748b;
    font-size: 11px;
    font-weight: 800;
}

.bf-beta-feedback-status {
    border-radius: 999px;
    padding: 4px 9px;
    background: #e2e8f0;
    color: #334155;
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.bf-beta-feedback-status.is-open { background: #fee2e2; color: #991b1b; }
.bf-beta-feedback-status.is-reviewing { background: #fef3c7; color: #92400e; }
.bf-beta-feedback-status.is-closed { background: #dcfce7; color: #166534; }

.bf-beta-feedback-row p {
    margin: 0;
    color: #1f2937;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.45;
}

.bf-beta-feedback-row dl {
    display: grid;
    gap: 6px;
    margin: 0;
}

.bf-beta-feedback-row dl div {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 10px;
}

.bf-beta-feedback-row dt,
.bf-beta-feedback-row dd {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
}

.bf-beta-feedback-row dt {
    color: #64748b;
    font-weight: 900;
}

.bf-beta-feedback-row dd {
    color: #334155;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.bf-beta-feedback-status-form {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-self: start;
}

.bf-beta-feedback-status-form select,
.bf-beta-feedback-status-form button {
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #ffffff;
    color: #111827;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
}

.bf-beta-feedback-status-form button {
    border-color: #2563eb;
    background: #2563eb;
    color: #ffffff;
    cursor: pointer;
}
