.dashboard-hero { align-items: center; margin-bottom: 24px; animation: dashboard-rise .45s ease both; }
.dashboard-hero .page-header-info h2 { font-size: 1.75rem; margin-bottom: 4px; letter-spacing: -.035em; }
.dashboard-hero .page-header-info p { color: var(--text-secondary); }
.dashboard-date { display: flex; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid #e2e8f0; border-radius: 12px; background: rgba(255,255,255,.88); color: var(--text-secondary); font-size: .8rem; font-weight: 700; box-shadow: 0 10px 24px -20px rgba(15,23,42,.45); backdrop-filter: blur(10px); }
.dashboard-date i { color: var(--accent); font-size: 1rem; }

.dashboard-kpi-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 18px; }
.kpi-card { display: grid; grid-template-columns: 48px minmax(0,1fr); align-items: start; gap: 14px; min-height: 126px; padding: 18px 18px !important; position: relative; overflow: hidden; border: 1px solid #dbe5f2; border-radius: 16px; background: linear-gradient(145deg,#fff 68%,#fbfdff); box-shadow: 0 12px 30px -24px rgba(15,23,42,.5); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; animation: dashboard-rise .45s ease both; }
.kpi-card:nth-child(2) { animation-delay: .06s; }
.kpi-card:nth-child(3) { animation-delay: .12s; }
.kpi-card:nth-child(4) { animation-delay: .18s; }
.kpi-card:hover { transform: translateY(-3px); border-color: #bfdbfe; box-shadow: 0 22px 42px -28px rgba(37,99,235,.38); }
.kpi-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: currentColor; opacity: .9; }
.kpi-card::after { content: ""; position: absolute; right: -48px; bottom: -64px; width: 155px; height: 105px; border-radius: 50%; background: currentColor; opacity: .025; }
.kpi-icon { width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; font-size: 1.35rem; flex: 0 0 auto; box-shadow: inset 0 0 0 1px rgba(255,255,255,.75); }
.kpi-card > div:nth-child(2) { min-width: 0; position: relative; z-index: 2; padding-right: 2px; }
.kpi-card .summary-label { white-space: nowrap; font-size: .68rem; letter-spacing: .035em; }
.kpi-card .summary-value { white-space: nowrap; font-size: 1.35rem; margin-bottom: 10px; }
.kpi-card .kpi-caption { display: block; max-width: calc(100% - 78px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.kpi-sparkline { position: absolute; right: 16px; bottom: 17px; width: 76px; height: 34px; z-index: 1; overflow: visible; }
.kpi-sparkline .spark-line { fill: none; stroke: currentColor; stroke-width: 2.15; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 3px 3px rgba(37,99,235,.1)); }
.kpi-sparkline .spark-area { fill: currentColor; opacity: .08; }
.kpi-card .summary-label { margin: 3px 0 9px; }
.kpi-card .summary-value { font-size: 1.42rem; line-height: 1.1; margin-bottom: 12px; }
.kpi-caption { color: var(--text-tertiary); font-size: .76rem; }
.kpi-primary { color: var(--accent); } .kpi-primary .kpi-icon { background: #eaf2ff; }
.kpi-success { color: var(--success); } .kpi-success .kpi-icon { background: var(--success-soft); }
.kpi-warning { color: var(--warning); } .kpi-warning .kpi-icon { background: var(--warning-soft); }
.kpi-purple { color: #7c3aed; } .kpi-purple .kpi-icon { background: #f3e8ff; }
.kpi-card .summary-label, .kpi-card .summary-value, .kpi-card .kpi-caption { color: var(--text-primary); }
.kpi-card .kpi-caption { color: var(--text-tertiary); }

.dashboard-analytics-grid { display: grid; grid-template-columns: 1.45fr .9fr 1fr; grid-template-areas: "chart funnel status"; gap: 16px; margin-bottom: 16px; align-items: stretch; }
.sales-chart-panel { grid-area: chart; }
.funnel-panel { grid-area: funnel; min-width: 0; overflow: hidden; container-type: inline-size; }
.status-panel { grid-area: status; overflow: hidden; }
.dashboard-bottom-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.dashboard-panel { margin: 0; padding: 20px; min-width: 0; height: 100%; background: #fff; border: 1px solid #dfe7f1; border-radius: 18px; box-shadow: 0 14px 34px -28px rgba(15,23,42,.52); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; animation: dashboard-rise .5s ease both; }
.dashboard-panel:hover { border-color: #d7e3f4; box-shadow: 0 22px 44px -32px rgba(15,23,42,.46); }
.dashboard-analytics-grid .dashboard-panel:nth-child(2), .dashboard-bottom-grid .dashboard-panel:nth-child(2) { animation-delay: .05s; }
.dashboard-analytics-grid .dashboard-panel:nth-child(3), .dashboard-bottom-grid .dashboard-panel:nth-child(3) { animation-delay: .1s; }
.funnel-panel { padding-bottom: 16px; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: -2px 0 18px; padding-bottom: 13px; border-bottom: 1px solid #edf1f6; }
.panel-heading h4 { font-size: .79rem; text-transform: uppercase; letter-spacing: .055em; color: #1e293b; font-weight: 800; }
.panel-heading span, .panel-heading button { border: 1px solid #dbe3ee; border-radius: 10px; padding: 6px 9px; background: linear-gradient(180deg, #ffffff, #f8fafc); color: var(--text-secondary); font-size: .72rem; font-weight: 800; box-shadow: inset 0 1px 0 rgba(255, 255, 255, .82); }
.panel-heading button { cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.panel-heading button:hover { color: var(--accent); border-color: var(--border-focus); background: linear-gradient(180deg, #ffffff, #eef6ff); transform: translateY(-1px); box-shadow: 0 14px 24px -22px rgba(15, 23, 42, .62), inset 0 1px 0 rgba(255, 255, 255, .9); }
.funnel-heading { align-items: stretch; flex-direction: column; gap: 9px; }
.funnel-heading h4 { white-space: nowrap; }
.funnel-controls { width: 100%; min-width: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 6px; }
.funnel-controls select { min-height: 31px; padding: 5px 28px 5px 9px; border: 1px solid #dbe3ee; border-radius: 10px; background: #fff; color: #475569; font: inherit; font-size: .68rem; font-weight: 750; outline: none; cursor: pointer; }
.funnel-controls select { min-width: 0; flex: 1; }
.funnel-controls select:focus { border-color: #93c5fd; box-shadow: 0 0 0 3px #dbeafe; }
.panel-heading .funnel-controls span { color: #0757d5; border-color: #b9d3ff; background: #eaf2ff; white-space: nowrap; }
.chart-filters { display: flex; align-items: center; gap: 5px; }
.panel-heading .chart-filters button { padding: 6px 10px; min-width: 0; white-space: nowrap; }
.panel-heading .chart-filters button.active { color: #0757d5; border-color: #b9d3ff; background: #eaf2ff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.65); }

.sales-funnel { display: grid; gap: 0; padding-top: 1px; }
.funnel-step { min-width: 0; display: grid; grid-template-columns: minmax(72px,104px) minmax(0,1fr) minmax(30px,46px); align-items: center; gap: clamp(6px, 2cqw, 12px); min-height: 49px; position: relative; border-bottom: 1px solid #edf1f6; }
.funnel-step:last-child { border-bottom: 0; }
.funnel-icon { width: 100%; height: 43px; display: grid; place-items: center; justify-self: center; background: linear-gradient(135deg,var(--step),color-mix(in srgb,var(--step),#fff 24%)); color: #fff; font-size: 1.05rem; clip-path: polygon(8% 0,92% 0,78% 100%,22% 100%); filter: drop-shadow(0 4px 5px color-mix(in srgb,var(--step),transparent 75%)); }
.funnel-step:nth-child(2) .funnel-icon { width: 82%; }
.funnel-step:nth-child(3) .funnel-icon { width: 64%; }
.funnel-step:nth-child(4) .funnel-icon { width: 47%; }
.funnel-icon i { display: grid; place-items: center; width: 24px; height: 24px; border: 1px solid rgba(255,255,255,.35); border-radius: 7px; background: rgba(255,255,255,.14); }
.funnel-copy { min-width: 0; }
.funnel-copy strong { display: block; overflow: hidden; font-size: .73rem; text-overflow: ellipsis; white-space: nowrap; } .funnel-copy small { display: block; color: var(--text-tertiary); font-size: .62rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.funnel-value { min-width: 0; display: grid; grid-template-columns: 1fr; text-align: right; } .funnel-value strong { display: block; overflow: hidden; font-size: .78rem; text-overflow: ellipsis; } .funnel-value small { color: var(--text-tertiary); font-size: .64rem; white-space: nowrap; }

@container (max-width: 260px) {
    .funnel-heading { gap: 7px; }
    .funnel-controls { grid-template-columns: 1fr; }
    .panel-heading .funnel-controls span { justify-self: stretch; text-align: center; }
    .funnel-step { grid-template-columns: minmax(64px,82px) minmax(0,1fr) 30px; }
    .funnel-copy small { display: none; }
}

.sales-chart { height: 250px; width: 100%; overflow: hidden; }
.line-chart-svg { display: block; width: 100%; height: 100%; overflow: visible; }
.line-chart-grid { stroke: #e8eef6; stroke-width: 1; stroke-dasharray: 4 4; }
.line-chart-axis { fill: #8090a8; font-size: 10px; font-weight: 600; }
.line-chart-label { fill: #53637a; font-size: 11px; font-weight: 600; text-transform: capitalize; }
.line-chart-area { fill: url(#dashboard-line-area); }
.line-chart-path { fill: none; stroke: #1670f8; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 5px 6px rgba(37,99,235,.18)); }
.line-chart-marker circle:first-child { fill: #fff; stroke: #1670f8; stroke-width: 3; transition: r .18s ease, fill .18s ease; }
.line-chart-hit { fill: transparent; stroke: transparent; cursor: pointer; }
.line-chart-marker:hover circle:first-child { r: 7px; fill: #1670f8; }
.line-chart-tooltip { opacity: 0; pointer-events: none; transition: opacity .16s ease; filter: drop-shadow(0 8px 12px rgba(15,23,42,.16)); }
.line-chart-marker:hover .line-chart-tooltip { opacity: 1; }
.line-chart-tooltip rect { fill: #fff; stroke: #e2e8f0; stroke-width: 1; }
.line-chart-tooltip text { font-family: 'Inter', sans-serif; }
.tooltip-period { fill: #64748b; font-size: 9px; font-weight: 600; text-transform: capitalize; }
.tooltip-value { fill: #0f172a; font-size: 13px; font-weight: 800; }
.tooltip-variation { fill: #16a34a; font-size: 9px; font-weight: 700; }
.tooltip-variation.negative { fill: #ef4444; }

.status-chart { width: 100%; min-width: 0; min-height: 230px; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(155px, 100%), 1fr)); align-items: center; gap: 24px; padding: 3px 6px 6px; }
.donut { width: 154px; height: 154px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; position: relative; box-shadow: 0 14px 28px -20px rgba(15,23,42,.45); transform: rotate(-.01deg); }
.donut::before { content: ""; position: absolute; inset: -7px; border: 1px solid #edf2f7; border-radius: 50%; }
.donut::after { content: ""; width: 91px; height: 91px; border-radius: 50%; background: linear-gradient(145deg,#fff,#f9fbfe); box-shadow: inset 0 0 0 1px #e7edf5, 0 5px 14px rgba(15,23,42,.08); }
.donut-total { position: absolute; text-align: center; z-index: 1; color: #0f172a; font-weight: 850; font-size: 1.42rem; line-height: 1; }
.donut-total small { display: block; margin-top: 7px; color: var(--text-tertiary); font-size: .65rem; font-weight: 600; letter-spacing: .02em; }
.donut-wrap { position: relative; display: grid; place-items: center; justify-self: center; }
.status-legend { width: 100%; min-width: 0; display: grid; gap: 3px; }
.legend-row { display: grid; grid-template-columns: 9px minmax(66px,1fr) auto; align-items: center; gap: 9px; min-height: 36px; padding: 6px 7px; border-radius: 9px; font-size: .7rem; color: var(--text-secondary); transition: background .18s ease, transform .18s ease; }
.legend-row:hover { background: #f7faff; transform: translateX(2px); }
.legend-dot { width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 0 3px rgba(148,163,184,.1); }
.legend-row strong { min-width: 0; display: flex; align-items: center; justify-content: flex-end; gap: 4px; color: var(--text-primary); font-size: .75rem; }
.legend-row strong small { color: var(--text-tertiary); font-size: .61rem; font-weight: 600; }

.dashboard-list { display: grid; gap: 2px; }
.dashboard-list-item { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; padding: 10px 6px; border-bottom: 1px solid #eef2f7; border-radius: 9px; transition: background .18s ease, transform .18s ease; }
.dashboard-list-item:hover { background: #f8fbff; transform: translateX(2px); }
.dashboard-list-item:last-child { border-bottom: 0; }
.list-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; background: var(--accent-soft); color: var(--accent); }
.list-copy { min-width: 0; } .list-copy strong { display: block; font-size: .74rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .list-copy small { display: block; color: var(--text-tertiary); font-size: .66rem; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.list-meta { text-align: right; color: var(--text-secondary); font-size: .67rem; white-space: nowrap; } .list-meta strong { display: block; color: var(--text-primary); font-size: .7rem; }
.dashboard-empty { display: grid; place-items: center; min-height: 150px; color: var(--text-tertiary); text-align: center; font-size: .78rem; }

.shortcuts-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.shortcut-item { min-height: 72px; display: flex; align-items: center; gap: 10px; padding: 11px; border: 1px solid var(--border-light); border-radius: 13px; background: linear-gradient(145deg,#fff,#f8fbff); text-align: left; color: var(--text-primary); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.shortcut-item:hover { border-color: var(--border-focus); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.shortcut-item i { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-size: 1.05rem; }
.shortcut-item:nth-child(2) i { background: var(--success-soft); color: var(--success); } .shortcut-item:nth-child(3) i { background: #f3e8ff; color: #7c3aed; } .shortcut-item:nth-child(4) i { background: var(--warning-soft); color: var(--warning); }
.shortcut-item strong { display: block; font-size: .7rem; } .shortcut-item small { display: block; margin-top: 2px; color: var(--text-tertiary); font-size: .61rem; }

/* Cards operacionais do rodapé do dashboard */
.dashboard-bottom-grid .dashboard-panel { position: relative; overflow: hidden; padding: 18px; background: linear-gradient(155deg, #fff 58%, #f8fbff 100%); }
.dashboard-bottom-grid .dashboard-panel::before { content: ""; position: absolute; top: 0; right: 0; width: 118px; height: 90px; border-radius: 0 0 0 100%; background: radial-gradient(circle at top right, rgba(37,99,235,.075), transparent 68%); pointer-events: none; }
.dashboard-bottom-grid .panel-heading { position: relative; z-index: 1; margin-bottom: 13px; padding-bottom: 12px; }
.dashboard-bottom-grid .panel-heading h4 { display: flex; align-items: center; gap: 8px; font-size: .76rem; }
.dashboard-bottom-grid .panel-heading h4 > i { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: #eaf2ff; color: #1670f8; font-size: .9rem; font-weight: 400; }
.due-panel .panel-heading h4 > i { background: #fff7ed; color: #ea580c; }
.shortcuts-panel .panel-heading h4 > i { background: #f3e8ff; color: #7c3aed; }
.dashboard-bottom-grid .dashboard-list { gap: 7px; }
.dashboard-bottom-grid .dashboard-list-item { min-height: 54px; padding: 8px 9px; border: 1px solid #e7edf5; border-radius: 12px; background: rgba(255,255,255,.82); box-shadow: 0 7px 18px -18px rgba(15,23,42,.55); }
.dashboard-bottom-grid .dashboard-list-item:last-child { border-bottom: 1px solid #e7edf5; }
.dashboard-bottom-grid .dashboard-list-item:hover { border-color: #cfe0f7; background: #fff; transform: translateY(-1px); box-shadow: 0 12px 24px -20px rgba(37,99,235,.38); }
.dashboard-bottom-grid .list-icon { width: 34px; height: 34px; border-radius: 10px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); }
.dashboard-bottom-grid .list-copy strong { font-size: .7rem; color: #172033; }
.dashboard-bottom-grid .list-copy small { display: flex; align-items: center; gap: 4px; color: #8492a8; }
.dashboard-bottom-grid .list-copy small i { color: #9aa8ba; font-size: .72rem; }
.dashboard-bottom-grid .list-meta { display: grid; justify-items: end; gap: 3px; }
.dashboard-bottom-grid .list-meta > strong { font-size: .7rem; color: #172033; }
.dashboard-status { padding: 3px 7px; border-radius: 999px; background: #fff7ed; color: #c2410c; font-size: .58rem; font-weight: 800; }
.dashboard-status.status-aprovado, .dashboard-status.status-aprovada { background: #ecfdf3; color: #15803d; }
.dashboard-status.status-recusado, .dashboard-status.status-recusada { background: #fef2f2; color: #dc2626; }
.due-panel .list-icon { background: #fff7ed; color: #ea580c; }
.due-list-item { border-left: 3px solid #fb923c !important; }
.due-list-item.urgent { border-left-color: #ef4444 !important; background: #fffafa; }
.due-list-item.urgent .list-icon { background: #fef2f2; color: #dc2626; }
.due-list-item .list-meta > span { color: #64748b; font-size: .61rem; font-weight: 700; }
.shortcuts-grid { gap: 9px; }
.shortcut-item { position: relative; min-height: 70px; overflow: hidden; border-color: #e3eaf3; background: rgba(255,255,255,.86); box-shadow: 0 9px 22px -22px rgba(15,23,42,.6); }
.shortcut-item::after { content: "›"; position: absolute; right: 10px; color: #94a3b8; font-size: 1.15rem; font-weight: 800; opacity: 0; transform: translateX(-4px); transition: opacity .18s ease, transform .18s ease; }
.shortcut-item:hover::after { opacity: 1; transform: translateX(0); }
.shortcut-item:hover { border-color: #c9dbf4; background: #fff; box-shadow: 0 16px 28px -22px rgba(37,99,235,.38); }
.shortcut-item i { border-radius: 11px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.7); }
.shortcut-item strong { font-size: .69rem; color: #172033; }

@keyframes dashboard-rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { .dashboard-hero, .kpi-card, .dashboard-panel { animation: none; } .kpi-card, .dashboard-panel, .shortcut-item, .dashboard-list-item, .chart-bar { transition: none; } }

@media (max-width: 1280px) { .dashboard-kpi-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .dashboard-analytics-grid { grid-template-columns: 1.35fr 1fr; grid-template-areas: "chart funnel" "status status"; } .dashboard-bottom-grid { grid-template-columns: 1fr 1fr; } .shortcuts-panel { grid-column: 1 / -1; } }
@media (max-width: 900px) { .dashboard-kpi-grid { grid-template-columns: 1fr 1fr; } .dashboard-analytics-grid { grid-template-columns: 1fr; grid-template-areas: "chart" "funnel" "status"; } .dashboard-bottom-grid { grid-template-columns: 1fr; } .shortcuts-panel { grid-column: auto; } }
@media (max-width: 560px) {
    .dashboard-hero { align-items: stretch; }
    .dashboard-date { justify-content: center; }
    .dashboard-kpi-grid { grid-template-columns: 1fr; }
    .kpi-card { min-height: 116px; }
    .kpi-sparkline { width: 82px; }
    .sales-chart { min-width: 0; height: 220px; overflow-x: auto; }
    .line-chart-svg { min-width: 560px; }
    .sales-chart-panel .panel-heading { align-items: flex-start; flex-direction: column; }
    .chart-filters { width: 100%; overflow-x: auto; padding-bottom: 2px; }
    .status-chart { grid-template-columns: 1fr; gap: 18px; }
    .status-legend { width: 100%; }
    .shortcuts-grid { grid-template-columns: 1fr; }
}
.recent-documents-modal { width: min(920px, 100%); }
.recent-documents-modal .modal-header > div { display: grid; gap: 3px; }
.recent-documents-modal .modal-header p { margin: 0; color: #64748b; font-size: .76rem; }
.recent-documents-modal .modal-body { background: #f8fafc; }
.recent-documents-modal .modal-footer { justify-content: space-between; }
.recent-documents-modal .modal-footer > span { color: #64748b; font-size: .76rem; font-weight: 700; }
.recent-documents-list { display: grid; gap: 9px; }
.recent-document-item { padding: 13px 14px; display: grid; grid-template-columns: 40px minmax(180px, 1fr) minmax(145px, auto) minmax(120px, auto); align-items: center; gap: 12px; border: 1px solid #e2e8f0; border-radius: 14px; background: #fff; }
.recent-document-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: #eff6ff; color: #2563eb; font-size: 1.2rem; }
.recent-document-main, .recent-document-dates, .recent-document-meta { min-width: 0; display: grid; gap: 3px; }
.recent-document-main strong { color: #0f172a; font-size: .84rem; }
.recent-document-main span { overflow: hidden; color: #64748b; font-size: .73rem; text-overflow: ellipsis; white-space: nowrap; }
.recent-document-dates { grid-template-columns: auto auto; column-gap: 7px; }
.recent-document-dates small { color: #94a3b8; font-size: .62rem; font-weight: 700; }
.recent-document-dates strong { color: #475569; font-size: .69rem; }
.recent-document-meta { justify-items: end; }
.recent-document-meta > strong { color: #0f172a; font-size: .8rem; }
.recent-document-status { padding: 4px 7px; border-radius: 999px; background: #fff7ed; color: #c2410c; font-size: .61rem; font-weight: 800; }
.recent-document-status.status-aprovado { background: #ecfdf5; color: #15803d; }
.recent-document-status.status-recusado { background: #fef2f2; color: #dc2626; }
.recent-document-status.status-rascunho { background: #f1f5f9; color: #64748b; }
.recent-document-preview { min-height: 30px; padding: 0 9px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; border: 1px solid #bfdbfe; border-radius: 9px; background: #eff6ff; color: #1d4ed8; font: inherit; font-size: .65rem; font-weight: 800; cursor: pointer; transition: background .18s ease, transform .18s ease; }
.recent-document-preview:hover { background: #dbeafe; transform: translateY(-1px); }
.recent-document-preview i { font-size: .9rem; }
@media (max-width: 700px) {
    .funnel-heading { align-items: stretch; }
    .recent-document-item { grid-template-columns: 36px minmax(0, 1fr) auto; padding: 11px; gap: 9px; }
    .recent-document-icon { width: 36px; height: 36px; }
    .recent-document-dates { grid-column: 2 / -1; grid-template-columns: auto 1fr auto 1fr; }
    .recent-document-meta { grid-column: 3; grid-row: 1; }
    .recent-document-meta > strong { font-size: .72rem; }
    .recent-document-preview { width: 32px; padding: 0; }
    .recent-document-preview span { display: none; }
}
