@import '_content/N2C.XAF.Editors.DomainActions/N2C.XAF.Editors.DomainActions.rdv1mz667c.bundle.scp.css';

/* _content/N2C.Pineapple.Blazor.Server/Components/Account/DxFlyoutAccountComponent.razor.rz.scp.css */
/* Account Flyout Styles */
.account-flyout[b-rf72g1hexc] {
    min-width: 320px;
    max-width: 450px;
}

@media (max-width: 576px) {
    .account-flyout[b-rf72g1hexc] {
        min-width: 100%;
        max-width: 100%;
    }
}

/* User Info Styles */
.user-info[b-rf72g1hexc] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: var(--bs-light);
    border-radius: 4px;
}

.user-info span[b-rf72g1hexc] {
    font-weight: 500;
}

/* Roles List Styles */
.roles-list[b-rf72g1hexc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.role-badge[b-rf72g1hexc] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary-border-subtle);
    border-radius: 4px;
    color: var(--bs-primary-text);
    font-size: 0.875rem;
}

.role-badge span[b-rf72g1hexc] {
    font-weight: 500;
}

/* Account Actions */
.account-actions[b-rf72g1hexc] {
    border-top: 1px solid var(--bs-border-color);
    padding-top: 1rem;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .user-info[b-rf72g1hexc] {
        font-size: 0.875rem;
    }
    
    .role-badge[b-rf72g1hexc] {
        font-size: 0.75rem;
        padding: 4px 8px;
    }
}
/* _content/N2C.Pineapple.Blazor.Server/Components/CompanySelection/CompanySelectionPopup.razor.rz.scp.css */
.company-selection-popup[b-xi9dmx4tvo] {
    padding: 1.5rem;
}

.company-selection-content[b-xi9dmx4tvo] {
    min-height: 200px;
}

.company-selection-content .alert[b-xi9dmx4tvo] {
    border-radius: 8px;
    font-size: 14px;
}

.company-selection-content .alert-info[b-xi9dmx4tvo] {
    background-color: var(--bs-info-bg-subtle);
    border-color: var(--bs-info-border-subtle);
    color: var(--bs-info-text-emphasis);
}

.company-selection-content .alert-danger[b-xi9dmx4tvo] {
    background-color: var(--bs-danger-bg-subtle);
    border-color: var(--bs-danger-border-subtle);
    color: var(--bs-danger-text-emphasis);
}

.company-selection-content .text-muted[b-xi9dmx4tvo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
/* _content/N2C.Pineapple.Blazor.Server/Components/Help/DxFlyoutHelpComponent.razor.rz.scp.css */
.help-button[b-evxwrpbct7] {
    min-width: 2.5rem;
}

.help-button-glyph[b-evxwrpbct7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

.help-flyout[b-evxwrpbct7] {
    max-width: min(92vw, 42rem);
}

.help-flyout-content[b-evxwrpbct7] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: min(84vw, 36rem);
    max-width: min(92vw, 42rem);
    max-height: min(78vh, 46rem);
    padding: 0.5rem;
}

.help-flyout-header[b-evxwrpbct7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.help-flyout-title[b-evxwrpbct7] {
    font-size: 1rem;
    font-weight: 600;
}

.help-topic-strip[b-evxwrpbct7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.help-topic-button[b-evxwrpbct7] {
    flex: 0 0 auto;
}

.help-topic-body[b-evxwrpbct7] {
    overflow: auto;
    padding-right: 0.25rem;
}
/* _content/N2C.Pineapple.Blazor.Server/Components/Settings/DxFlyoutSettingsComponent.razor.rz.scp.css */
/* DxFlyoutSettingsComponent styles */

.settings-flyout .dxbl-flyout-body[b-t8q09qrnzm] {
    padding: 0;
}

.settings-form-layout[b-t8q09qrnzm] {
    padding: 16px;
    min-height: 300px;
}

.settings-tabs .dxbl-tab[b-t8q09qrnzm] {
    border: none;
}

.settings-tabs .dxbl-tab-header[b-t8q09qrnzm] {
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

.settings-tabs .dxbl-tab-content[b-t8q09qrnzm] {
    padding: 16px 0;
}

.settings-tab .dxbl-form-layout-item[b-t8q09qrnzm] {
    margin-bottom: 16px;
}

.theme-buttons[b-t8q09qrnzm] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.theme-group[b-t8q09qrnzm] {
    margin-bottom: 12px;
}

.theme-group-title[b-t8q09qrnzm] {
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--bs-body-color);
}

.theme-options[b-t8q09qrnzm] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.theme-button[b-t8q09qrnzm] {
    min-width: 80px;
}

.view-type-info[b-t8q09qrnzm] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.view-type-indicator[b-t8q09qrnzm] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 500;
}

.view-type-indicator.list-view[b-t8q09qrnzm] {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary-text-emphasis);
}

.view-type-indicator.detail-view[b-t8q09qrnzm] {
    background-color: var(--bs-success-bg-subtle);
    color: var(--bs-success-text-emphasis);
}

.view-settings[b-t8q09qrnzm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.view-settings .dxbl-checkbox[b-t8q09qrnzm] {
    margin-bottom: 0;
}

.nested-form-item[b-t8q09qrnzm] {
    margin-left: 16px;
    margin-top: 8px;
}

.advanced-settings[b-t8q09qrnzm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.advanced-settings .dxbl-checkbox[b-t8q09qrnzm] {
    margin-bottom: 0;
}
/* _content/N2C.Pineapple.Blazor.Server/Editors/BarcodeScanner/BarcodeScannerComponent.razor.rz.scp.css */
.barcode-scanner-container[b-7ftkxjcmz1] {
    position: relative;
}

.barcode-scanner-loading[b-7ftkxjcmz1] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    border-radius: 4px;
}

.barcode-editor-button-icon[b-7ftkxjcmz1] {
    font-size: 1.2rem;
    color: var(--bs-primary, #0d6efd);
}

.barcode-scanner-input[b-7ftkxjcmz1] {
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.barcode-scanner-input.scanning[b-7ftkxjcmz1] {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .barcode-editor-button-icon[b-7ftkxjcmz1] {
        font-size: 1rem;
    }

    .barcode-scanner-input[b-7ftkxjcmz1] {
        font-size: 16px;
    }
}
/* _content/N2C.Pineapple.Blazor.Server/Editors/String/Components/PineappleStringComponent.razor.rz.scp.css */
/*
 * PineappleStringComponent – isolated CSS (GR-065)
 * ─────────────────────────────────────────────────
 * All PineappleString-specific visual policy is kept here.
 * Do NOT add PineappleString styles to site.css.
 *
 * MDN reference: https://developer.mozilla.org/en-US/docs/Web/CSS/outline
 * MDN reference: https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow
 */

/* ── Required-state indicator ────────────────────────────────────────────── */
/*
 * Applied when PineappleStringComponentModel.IsRequired = true.
 * DxTextBox renders the CssClass on its host element, so we target ::deep
 * to reach the inner input without breaking Blazor CSS isolation.
 *
 * The indicator is compact: a 2 px inset box-shadow in the design-system
 * warning-orange colour. It does not add height or shift layout, keeping the
 * field usable on handheld devices with limited screen space.
 */
.pineapple-required[b-oak6yn6mdz]  .dxbl-text-edit {
    box-shadow: inset 0 0 0 2px var(--pineapple-required-border, #e8750a);
}

/* ── Handheld/scanner profile ────────────────────────────────────────────── */
/*
 * Applied when InputProfile = HandheldScan.
 * Larger touch target and increased font size for scan-heavy workflows.
 * MDN: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height
 */
.pineapple-handheld-scan[b-oak6yn6mdz] {
    min-height: 44px;
    font-size: 1.1rem;
}

/* ── Compact operational profile ─────────────────────────────────────────── */
/*
 * Applied when InputProfile = CompactOperational.
 */
.pineapple-compact-operational[b-oak6yn6mdz] {
    font-size: 0.875rem;
}
/* _content/N2C.Pineapple.Blazor.Server/Features/Accordion/Component/AccordionViewItemRenderer.razor.rz.scp.css */
/* AccordionViewItemRenderer.razor.css - Scoped styles for accordion headers */

.accordion-header-content[b-09q541o4rs] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
}

.accordion-header-icon[b-09q541o4rs] {
    flex-shrink: 0;
    font-size: 1rem;
}

.accordion-header-text[b-09q541o4rs] {
    flex: 1;
    font-weight: 500;
}

/* Badge styles matching Bootstrap 5 */
.accordion-header-content .badge[b-09q541o4rs] {
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
}

.accordion-header-content .badge-secondary[b-09q541o4rs] {
    background-color: #6c757d;
    color: white;
}

.accordion-header-content .badge-info[b-09q541o4rs] {
    background-color: #0dcaf0;
    color: #000;
}

/* Status indicators */
.accordion-header-content .text-success[b-09q541o4rs] {
    color: #198754;
    font-weight: bold;
}

.accordion-header-content .text-danger[b-09q541o4rs] {
    color: #dc3545;
    font-weight: bold;
}

.accordion-header-content .text-muted[b-09q541o4rs] {
    color: #6c757d;
    font-size: 0.875rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .accordion-header-content[b-09q541o4rs] {
        flex-wrap: wrap;
    }
    
    .accordion-header-content .text-muted[b-09q541o4rs] {
        flex-basis: 100%;
        margin-left: 0 !important;
        margin-top: 0.25rem;
    }
}
/* _content/N2C.Pineapple.Blazor.Server/Studio/Help/ElsaStudioHelpPage.razor.rz.scp.css */
.pineapple-elsa-help[b-tk0exzcesd] {
    max-width: 112rem;
    margin: 0 auto;
}

.pineapple-elsa-help > .mud-typography-h4[b-tk0exzcesd] {
    font-weight: 700;
    letter-spacing: -0.02em;
}

.pineapple-elsa-help__layout[b-tk0exzcesd] {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
    align-items: start;
}

.pineapple-elsa-help__nav[b-tk0exzcesd] {
    position: sticky;
    top: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.pineapple-elsa-help__nav-list[b-tk0exzcesd] {
    display: flex;
    flex-direction: column;
}

.pineapple-elsa-help__nav-item[b-tk0exzcesd] {
    align-items: flex-start;
    border-radius: 0.5rem;
    margin-bottom: 0.25rem;
    padding: 0.35rem 0.45rem;
}

.pineapple-elsa-help__nav-item--active[b-tk0exzcesd] {
    background: rgba(25, 118, 210, 0.10);
    box-shadow: inset 0 0 0 1px rgba(25, 118, 210, 0.16);
}

.pineapple-elsa-help__nav-content[b-tk0exzcesd] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pineapple-elsa-help__nav-title[b-tk0exzcesd] {
    font-weight: 600;
    line-height: 1.35;
}

.pineapple-elsa-help__nav-summary[b-tk0exzcesd] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.875rem;
    line-height: 1.35;
}

.pineapple-elsa-help__content[b-tk0exzcesd] {
    min-width: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background:
        radial-gradient(circle at top right, rgba(59, 130, 246, 0.05), transparent 18rem),
        linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.pineapple-elsa-help__markdown[b-tk0exzcesd] {
    max-width: 78rem;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help)[b-tk0exzcesd] {
    color: #1f2937;
    font-size: 0.98rem;
    line-height: 1.72;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help > :first-child)[b-tk0exzcesd] {
    margin-top: 0;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h1)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h2)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h3)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h4)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h5)[b-tk0exzcesd] {
    color: #0f172a;
    font-weight: 700;
    line-height: 1.2;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h1)[b-tk0exzcesd] {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.28);
    font-size: clamp(1.9rem, 2vw, 2.4rem);
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h2)[b-tk0exzcesd] {
    margin-top: 2.25rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.45rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 1.45rem;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help h3)[b-tk0exzcesd] {
    margin-top: 1.6rem;
    margin-bottom: 0.6rem;
    font-size: 1.16rem;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help p)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help ul)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help ol)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help blockquote)[b-tk0exzcesd] {
    margin-top: 0;
    margin-bottom: 1rem;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help ul)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help ol)[b-tk0exzcesd] {
    padding-left: 1.35rem;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help li + li)[b-tk0exzcesd] {
    margin-top: 0.3rem;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help blockquote)[b-tk0exzcesd] {
    margin-left: 0;
    padding: 0.85rem 1rem;
    border-left: 4px solid #1d4ed8;
    border-radius: 0 0.75rem 0.75rem 0;
    background: rgba(29, 78, 216, 0.05);
    color: #334155;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help pre)[b-tk0exzcesd] {
    margin: 1.15rem 0;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.9rem;
    background: #0f172a;
    color: #e5eef9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help pre code)[b-tk0exzcesd] {
    color: inherit;
    font-size: 0.9rem;
    background: transparent;
    padding: 0;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help code)[b-tk0exzcesd] {
    padding: 0.14rem 0.4rem;
    border-radius: 0.4rem;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-size: 0.92em;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help table)[b-tk0exzcesd] {
    width: 100%;
    margin: 1rem 0 1.35rem;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.85rem;
    background: #fff;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help thead th)[b-tk0exzcesd] {
    background: #f8fafc;
    color: #0f172a;
    font-weight: 700;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help th)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help td)[b-tk0exzcesd] {
    padding: 0.75rem 0.85rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    text-align: left;
    vertical-align: top;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help tbody tr:last-child td)[b-tk0exzcesd] {
    border-bottom: none;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help img)[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help svg)[b-tk0exzcesd] {
    display: block;
    max-width: min(100%, 56rem);
    height: auto;
    margin: 1.25rem auto;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help img)[b-tk0exzcesd] {
    width: auto;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 0.9rem;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    background: #fff;
    object-fit: contain;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help img[src$=".svg"])[b-tk0exzcesd],
.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help img[src*=".svg?"])[b-tk0exzcesd] {
    width: min(100%, 42rem);
    max-height: 32rem;
    padding: 0.75rem;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help hr)[b-tk0exzcesd] {
    margin: 2rem 0;
    border: none;
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help a)[b-tk0exzcesd] {
    color: #0f5ecf;
    text-decoration: none;
}

.pineapple-elsa-help__markdown :deep(.pineapple-markdown-help a:hover)[b-tk0exzcesd] {
    text-decoration: underline;
}

.pineapple-elsa-help__markdown :deep(.pineapple-mermaid-diagram)[b-tk0exzcesd] {
    margin: 1.25rem 0;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 0.9rem;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

@media (max-width: 960px) {
    .pineapple-elsa-help__layout[b-tk0exzcesd] {
        grid-template-columns: 1fr;
    }

    .pineapple-elsa-help__nav[b-tk0exzcesd] {
        position: static;
    }
}

@media (max-width: 720px) {
    .pineapple-elsa-help__markdown :deep(.pineapple-markdown-help table)[b-tk0exzcesd] {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .pineapple-elsa-help__markdown :deep(.pineapple-markdown-help img)[b-tk0exzcesd],
    .pineapple-elsa-help__markdown :deep(.pineapple-markdown-help svg)[b-tk0exzcesd] {
        max-width: 100%;
    }
}
/* _content/N2C.Pineapple.Blazor.Server/ViewItems/Documentation/DocumentationPanelRenderer.razor.rz.scp.css */
.pineapple-documentation-panel[b-ms3j98esvh] {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 1px solid #d7e3d8;
    border-radius: 16px;
    background: linear-gradient(180deg, #f7fbf7 0%, #ffffff 100%);
}

.pineapple-documentation-panel__header[b-ms3j98esvh] {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pineapple-documentation-panel__eyebrow[b-ms3j98esvh] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4f6f52;
}

.pineapple-documentation-panel__header h3[b-ms3j98esvh] {
    margin: 0.25rem 0 0;
}

.pineapple-documentation-panel__badge[b-ms3j98esvh] {
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #e7f4ea;
    color: #24563a;
    font-weight: 600;
}

.pineapple-documentation-panel__tabs[b-ms3j98esvh] {
    margin-top: 0.75rem;
}

.pineapple-documentation-panel__section + .pineapple-documentation-panel__section[b-ms3j98esvh] {
    margin-top: 1rem;
}

.pineapple-documentation-panel__grid[b-ms3j98esvh] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 0.75rem;
}

.pineapple-documentation-panel__stack[b-ms3j98esvh] {
    display: grid;
    gap: 0.75rem;
}

.pineapple-documentation-panel__card[b-ms3j98esvh] {
    padding: 0.9rem;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #dce7dd;
}

.pineapple-documentation-panel__card--match[b-ms3j98esvh] {
    border-color: #69a16d;
    box-shadow: inset 0 0 0 1px #69a16d;
}

.pineapple-documentation-panel__card h5[b-ms3j98esvh] {
    margin: 0 0 0.4rem;
}

.pineapple-documentation-panel__card p[b-ms3j98esvh] {
    margin: 0 0 0.5rem;
}

.pineapple-documentation-panel__card :deep(.pineapple-markdown-help)[b-ms3j98esvh] {
    margin: 0.75rem 0;
    max-height: 28rem;
    overflow: auto;
    padding: 0.75rem;
    border-radius: 10px;
    background: #fbfdfb;
}

.pineapple-documentation-panel__path[b-ms3j98esvh],
.pineapple-documentation-panel__meta[b-ms3j98esvh],
.pineapple-documentation-panel__empty[b-ms3j98esvh] {
    color: #5a6c5e;
    font-size: 0.9rem;
}

.pineapple-documentation-panel__compact-links[b-ms3j98esvh] {
    margin-top: 0.75rem;
    padding: 0.9rem;
    border-radius: 14px;
    background: #f5f8f5;
    border: 1px solid #dce7dd;
}

.pineapple-documentation-panel__compact-link[b-ms3j98esvh] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
}
/* _content/N2C.Pineapple.Blazor.Server/ViewItems/ExtensionFields/ExtensionFieldsPanelRenderer.razor.rz.scp.css */
.pineapple-extension-fields-panel[b-hyscj8r4sq] {
    border: 1px solid var(--dxbl-border-color, #d7dbe7);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(180deg, #fbfcfe 0%, #f3f6fb 100%);
}

.pineapple-extension-fields-panel__header h3[b-hyscj8r4sq] {
    margin: 0 0 1rem;
    font-size: 1.05rem;
}

.pineapple-extension-fields-panel__empty[b-hyscj8r4sq] {
    margin: 0;
    color: #5e6b82;
}

.pineapple-extension-fields-panel__group + .pineapple-extension-fields-panel__group[b-hyscj8r4sq] {
    margin-top: 1rem;
}

.pineapple-extension-fields-panel__group h4[b-hyscj8r4sq] {
    margin: 0 0 .75rem;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #4e5d78;
}

.pineapple-extension-fields-panel__grid[b-hyscj8r4sq] {
    display: grid;
    gap: .9rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.pineapple-extension-fields-panel__field[b-hyscj8r4sq] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.pineapple-extension-fields-panel__label[b-hyscj8r4sq] {
    font-weight: 600;
    color: #172033;
}

.pineapple-extension-fields-panel__description[b-hyscj8r4sq] {
    font-size: .82rem;
    color: #5e6b82;
}

.pineapple-extension-fields-panel__input[b-hyscj8r4sq] {
    width: 100%;
    min-height: 2.5rem;
    border: 1px solid #c7d0df;
    border-radius: 10px;
    padding: .55rem .7rem;
    background: #fff;
}

.pineapple-extension-fields-panel__checkbox[b-hyscj8r4sq] {
    width: 1.15rem;
    height: 1.15rem;
}
