/* BusinessPlan App – Globale Styles */

/* Sanfter Übergang beim Dark/Light-Mode-Wechsel */
*, *::before, *::after {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "Ein Fehler ist aufgetreten."
    }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Laden");
    }

/* ─── App-Loading: Styles sind jetzt inline in index.html (SW-Cache-unabhängig) ─── */

/* ─── Leichtgewichtige Tabellen-Inputs (statt MudNumericField) ─── */
.channel-input {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    border-radius: var(--mud-default-borderradius, 4px);
    background: transparent;
    color: var(--mud-palette-text-primary, inherit);
    font-size: 0.8125rem;
    font-family: inherit;
    text-align: right;
    box-sizing: border-box;
    -moz-appearance: textfield;
    min-width: 0;
}

.channel-input:focus {
    outline: 2px solid var(--mud-palette-primary, #1976d2);
    outline-offset: -1px;
    border-color: var(--mud-palette-primary, #1976d2);
}

.channel-input--text {
    text-align: left;
}

/* ─── KI-generierte Markdown-Tabellen (MarkdownHelper) ──────── */
/* Wirkt in AiAdvisorPanel, AiChatDrawer und Report gleichermaßen. */

/* Absätze in KI-Antworten: kompakter als Browser-Default (16px → 6px) */
.mud-paper p {
    margin: 6px 0;
}

/* Horizontale Linien (---) in KI-Antworten: kompakt statt großer Lücke */
.mud-paper hr {
    border: none;
    border-top: 1px solid var(--mud-palette-lines-default, #ddd);
    margin: 6px 0;
}

.mud-paper table,
.report-ai-section table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    margin: 8px 0;
    white-space: normal;
}

.mud-paper table th,
.mud-paper table td,
.report-ai-section table th,
.report-ai-section table td {
    border: 1px solid var(--mud-palette-lines-default, #ddd);
    padding: 4px 8px;
    text-align: left;
}

.mud-paper table th,
.report-ai-section table th {
    background: var(--mud-palette-background-grey, #f0f4f8);
    font-weight: 600;
}

/* ═══════════════════════════════════════════════════════════════════
   Report-View – Druckoptimierter Businessplan (/report)
   Natives HTML + CSS, kein MudBlazor im Dokument-Bereich.
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Report-Root (Layout-Wrapper) ────────────────────────────── */
.report-root {
    min-height: 100vh;
    background: #f5f5f5;
}

/* ─── Ladebildschirm ─────────────────────────────────────────── */
.report-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    gap: 16px;
}

/* ─── Toolbar (nur Screen) ────────────────────────────────────── */
.report-toolbar {
    max-width: 210mm;
    margin: 0 auto;
    padding: 0;
}

.report-toolbar-header {
    background: linear-gradient(135deg, #0F1B2D 0%, #1A2744 100%);
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 0 8px 8px;
}

.report-toolbar-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.report-toolbar-plan-name {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
    font-weight: 500;
}

.report-toolbar-sections {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    padding: 10px 20px 14px;
}

.report-toolbar-sections-label {
    font-size: 0.75rem;
    color: #6B7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-right: 4px;
}

.report-section-chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 16px;
    border: 1px solid #ddd;
    background: white;
    font-size: 0.75rem;
    font-family: inherit;
    color: #6B7280;
    cursor: pointer;
    transition: all 0.15s ease;
}

.report-section-chip:hover:not(.disabled) {
    border-color: #1565C0;
    color: #1565C0;
}

.report-section-chip.active {
    background: #1565C0;
    border-color: #1565C0;
    color: white;
}

.report-section-chip.disabled {
    opacity: 0.4;
    cursor: default;
}

/* ─── Report-Seite (Dokument) ─────────────────────────────────── */
.report-page {
    max-width: 210mm;
    margin: 0 auto;
    padding: 20mm 15mm;
    font-family: 'Roboto', sans-serif;
    font-size: 10pt;
    line-height: 1.5;
    color: #333;
}

/* ─── Header / Deckblatt ──────────────────────────────────────── */
.report-header {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 28px;
}

.report-header-accent {
    height: 4px;
    background: linear-gradient(90deg, #0F1B2D, #1565C0, #42A5F5);
    border-radius: 2px;
    margin-bottom: 20px;
}

.report-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.report-title {
    font-size: 18pt;
    font-weight: 700;
    margin: 0;
    color: #0F1B2D;
}

.report-subtitle {
    font-size: 10pt;
    color: #666;
    margin: 4px 0 0;
}

.report-header-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    font-size: 8pt;
    color: #666;
    white-space: nowrap;
}

/* ─── Sektionen ───────────────────────────────────────────────── */
.report-section {
    page-break-before: always;
    margin-top: 32px;
}

.report-section--first {
    page-break-before: avoid;
    margin-top: 0;
}

.report-section-title {
    font-size: 14pt;
    font-weight: 700;
    color: #0F1B2D;
    border-bottom: 2px solid #1565C0;
    padding-bottom: 6px;
    margin: 0 0 16px;
}

.report-h3 {
    font-size: 11pt;
    font-weight: 600;
    color: #333;
    margin: 20px 0 8px;
}

/* ─── Tabellen ────────────────────────────────────────────────── */
.report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 9pt;
    margin-bottom: 16px;
}

.report-table th,
.report-table td {
    border: 1px solid #ddd;
    padding: 4px 8px;
    text-align: right;
}

.report-table th {
    background: #f0f4f8;
    font-weight: 600;
    text-align: left;
    color: #0F1B2D;
}

.report-table th:first-child,
.report-table td:first-child {
    text-align: left;
}

.report-table .total-row {
    border-top: 2px solid #333;
    font-weight: bold;
}

.report-table .subtotal-row {
    font-weight: 600;
    background: #fafafa;
}

/* ─── KPI-Grid ────────────────────────────────────────────────── */
.report-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 16px 0;
}

.report-kpi-card {
    border: 1px solid #e5e7eb;
    border-top: 3px solid #1565C0;
    border-radius: 6px;
    padding: 10px 14px;
    background: #fafbfc;
}

.report-kpi-label {
    font-size: 8pt;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.report-kpi-value {
    font-size: 14pt;
    font-weight: 700;
    margin: 2px 0;
}

.report-kpi-sub {
    font-size: 8pt;
    color: #888;
}

/* ─── Farbklassen ─────────────────────────────────────────────── */
.report-positive { color: #1b5e20; }
.report-negative { color: #b71c1c; }

/* ─── KI-generierte Sektionen ─────────────────────────────────── */
.report-ai-section {
    margin-bottom: 24px;
    line-height: 1.65;
    font-size: 10.5pt;
}

.report-ai-section h4 { font-size: 12pt; font-weight: 700; margin: 18px 0 6px; color: #0F1B2D; }
.report-ai-section h5 { font-size: 10.5pt; font-weight: 600; margin: 12px 0 4px; color: #333; }
.report-ai-section h6 { font-size: 9.5pt; font-weight: 600; margin: 8px 0 3px; color: #555; }
.report-ai-section p { margin: 6px 0; }
.report-ai-section ul, .report-ai-section ol { margin: 4px 0 4px 20px; }
.report-ai-section li { margin: 2px 0; }
.report-ai-section hr { border: none; border-top: 1px solid #ddd; margin: 8px 0; }

.report-ai-meta {
    font-size: 7pt;
    color: #aaa;
    font-style: italic;
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 4px;
}

/* ─── Footer ──────────────────────────────────────────────────── */
.report-footer {
    margin-top: 48px;
    padding-top: 16px;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 8pt;
    color: #999;
}

.report-footer p {
    margin: 2px 0;
}

/* ═══════════════════════════════════════════════════════════════════
   @media print – Druckoptimierung
   ═══════════════════════════════════════════════════════════════════ */
@media print {
    /* Toolbar ausblenden */
    .report-toolbar { display: none !important; }

    /* MudBlazor-Overlays und Popover ausblenden */
    .mud-popover-provider,
    .mud-dialog-provider,
    .mud-snackbar-provider { display: none !important; }

    /* Body-Reset */
    body {
        margin: 0;
        padding: 0;
        background: white;
    }

    .report-root {
        background: white;
        min-height: auto;
    }

    /* Seitengröße */
    @page {
        size: A4 portrait;
        margin: 15mm 12mm;
    }

    /* Report-Seite: kein Shadow, kein Padding-Overhead */
    .report-page {
        max-width: none;
        padding: 0;
        box-shadow: none;
        border: none;
    }

    /* Page-Breaks */
    .report-section {
        page-break-before: always;
        page-break-inside: avoid;
    }

    .report-section--first {
        page-break-before: avoid;
    }

    /* Tabellen */
    .report-table {
        page-break-inside: auto;
    }

    .report-table tr {
        page-break-inside: avoid;
    }

    /* Farben druckfreundlich */
    .report-kpi-value { color: #000; }
    .report-positive { color: #1b5e20; }
    .report-negative { color: #b71c1c; }

    /* Links als Text */
    a { color: inherit; text-decoration: none; }

    /* KPI-Grid: 4 Spalten beibehalten */
    .report-kpi-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* ═══════════════════════════════════════════════════════════════════
   @media screen – Vorschau-Styling
   ═══════════════════════════════════════════════════════════════════ */
@media screen {
    .report-page {
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border: 1px solid #e0e0e0;
        margin: 0 auto 24px;
        border-radius: 4px;
        background: white;
    }

    .report-section + .report-section {
        border-top: 2px dashed #e0e0e0;
        padding-top: 24px;
        margin-top: 24px;
    }
}

.report-readiness {
    border-radius: 8px;
    border: 1px solid #cbd5e1;
    padding: 12px 14px;
    margin-bottom: 16px;
    background: #f8fafc;
}

.report-readiness.ready {
    border-left: 5px solid #16a34a;
}

.report-readiness.review {
    border-left: 5px solid #f59e0b;
}

.report-readiness.work {
    border-left: 5px solid #dc2626;
}

.report-readiness p {
    margin: 4px 0 8px;
    color: #475569;
}

.report-readiness-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 12px;
}

.report-readiness-item {
    font-size: 8.5pt;
    line-height: 1.35;
}

.report-readiness-item.ok {
    color: #166534;
}

.report-readiness-item.warn {
    color: #92400e;
}

/* ═══════════════════════════════════════════════════════════════════
   One-Pager – Querformat-Zusammenfassung auf einer Seite
   Natives HTML + CSS, kein MudBlazor im Dokument-Bereich.
   ═══════════════════════════════════════════════════════════════════ */

/* ─── Seiten-Container ────────────────────────────────────────────── */
.op {
    width: 297mm;
    min-height: 210mm;
    max-height: 210mm;
    margin: 0 auto;
    padding: 14mm 16mm 10mm;
    font-family: 'Roboto', sans-serif;
    font-size: 8.5pt;
    line-height: 1.4;
    color: #1e293b;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ─── Header-Streifen ─────────────────────────────────────────────── */
.op-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 8px;
    border-bottom: 3px solid #1565C0;
    margin-bottom: 6px;
}

.op-title {
    font-size: 18pt;
    font-weight: 800;
    margin: 0;
    color: #0F1B2D;
    letter-spacing: -0.02em;
}

.op-industry {
    font-size: 9pt;
    color: #64748b;
    font-weight: 500;
}

.op-header-right {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.op-meta {
    font-size: 8.5pt;
    color: #475569;
    font-weight: 600;
}

.op-meta-small {
    font-size: 7.5pt;
    color: #94a3b8;
}

/* ─── Tagline ─────────────────────────────────────────────────────── */
.op-tagline {
    font-size: 9.5pt;
    font-style: italic;
    color: #334155;
    padding: 5px 0;
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 8px;
}

.op-readiness {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 7px;
    margin-bottom: 8px;
    border-radius: 4px;
    font-size: 7.3pt;
    border: 1px solid #cbd5e1;
}

.op-readiness.ready {
    background: #ecfdf5;
    color: #166534;
}

.op-readiness.review {
    background: #fffbeb;
    color: #92400e;
}

.op-readiness.work {
    background: #fef2f2;
    color: #991b1b;
}

/* ─── KPI-Streifen ────────────────────────────────────────────────── */
.op-kpi-strip {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.op-kpi {
    flex: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #1565C0;
    border-radius: 4px;
    padding: 6px 8px;
    text-align: center;
}

.op-kpi--accent {
    border-top-color: #dc2626;
    background: #fef2f2;
}

.op-kpi-val {
    display: block;
    font-size: 13pt;
    font-weight: 800;
    color: #0F1B2D;
    line-height: 1.2;
}

.op-kpi-val.pos { color: #166534; }
.op-kpi-val.neg { color: #b91c1c; }

.op-kpi-lbl {
    display: block;
    font-size: 6.5pt;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
    margin-top: 1px;
}

/* ─── Drei-Spalten-Grid ───────────────────────────────────────────── */
.op-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr 1fr;
    gap: 14px;
    flex: 1;
    min-height: 0;
}

.op-col {
    min-width: 0;
    overflow: hidden;
}

/* ─── Sektions-Titel ──────────────────────────────────────────────── */
.op-section-title {
    font-size: 9pt;
    font-weight: 700;
    color: #0F1B2D;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #1565C0;
    padding-bottom: 2px;
    margin: 0 0 6px;
}

/* ─── Fakten-Zeilen ───────────────────────────────────────────────── */
.op-fact {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    font-size: 8pt;
    border-bottom: 1px dotted #e2e8f0;
}

.op-fact-lbl {
    color: #64748b;
    font-weight: 600;
    flex-shrink: 0;
    margin-right: 8px;
}

/* ─── Tabellen ────────────────────────────────────────────────────── */
.op-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 7.5pt;
    margin-bottom: 4px;
}

.op-table th,
.op-table td {
    padding: 2px 5px;
    text-align: right;
    border-bottom: 1px solid #e2e8f0;
}

.op-table th {
    font-weight: 700;
    color: #475569;
    text-align: right;
    font-size: 7pt;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #cbd5e1;
}

.op-table th:first-child,
.op-table td:first-child {
    text-align: left;
}

.op-table .pos { color: #166534; }
.op-table .neg { color: #b91c1c; }

.op-table--entities {
    margin-top: 3px;
}

.op-table--entities td:first-child {
    max-width: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* P&L Highlight-Zeilen */
.op-subtotal td {
    font-weight: 600;
    border-top: 1px solid #cbd5e1;
}

.op-highlight td {
    font-weight: 700;
    background: #f0f9ff;
    border-top: 2px solid #1565C0;
    border-bottom: 2px solid #1565C0;
}

.op-total td {
    font-weight: 800;
    border-top: 2px double #0F1B2D;
}

/* ─── Finanzierungsbalken ─────────────────────────────────────────── */
.op-funding-bar {
    height: 6px;
    background: #fee2e2;
    border-radius: 3px;
    margin: 4px 0 2px;
    overflow: hidden;
}

.op-funding-fill {
    height: 100%;
    background: linear-gradient(90deg, #1565C0, #42A5F5);
    border-radius: 3px;
    transition: width 0.3s;
}

.op-entity-status {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    border-radius: 3px;
    padding: 2px 5px;
    margin-bottom: 2px;
    font-size: 6.7pt;
    font-weight: 700;
}

.op-entity-status.ok {
    background: #ecfdf5;
    color: #166534;
}

.op-entity-status.warn {
    background: #fef3c7;
    color: #92400e;
}

/* ─── Sonstiges ───────────────────────────────────────────────────── */
.op-more {
    font-size: 7pt;
    color: #94a3b8;
    font-style: italic;
}

.pos { color: #166534; }
.neg { color: #b91c1c; }

/* ─── Footer ──────────────────────────────────────────────────────── */
.op-footer {
    text-align: center;
    font-size: 6.5pt;
    color: #94a3b8;
    border-top: 1px solid #e2e8f0;
    padding-top: 4px;
    margin-top: auto;
}

/* ─── One-Pager: Screen-Vorschau ──────────────────────────────────── */
@media screen {
    .op {
        box-shadow: 0 4px 24px rgba(0,0,0,0.12);
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        background: white;
        margin: 0 auto 24px;
    }
}

/* ─── One-Pager: Druck ────────────────────────────────────────────── */
@media print {
    .op {
        width: 100%;
        max-height: none;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border: none;
    }

    @page {
        size: A4 landscape;
        margin: 10mm 12mm;
    }
}

.channel-field {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

.channel-field-label {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary, #666);
    line-height: 1;
}

.channel-input::-webkit-inner-spin-button,
.channel-input::-webkit-outer-spin-button {
    opacity: 0.5;
}

.funnel-monthly-grid {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
}

.funnel-monthly-grid .channel-input {
    text-align: center;
    padding: 3px 2px;
}
