/* ComoVa source: incendios — comova/incendios, comova/incendios-historial */
.cv-inc { --cv-inc-c: #ea580c; margin: 0 0 1.5rem; min-width: 0; }
.cv-inc-lead { font-size: 1.05rem; line-height: 1.55; }
.cv-inc-stale { color: var(--cv-muted); font-style: italic; }
.cv-inc-tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: .75rem; margin: 1rem 0; }
.cv-inc-tile { background: var(--cv-surface); border: 1px solid var(--cv-border); border-radius: var(--cv-radius, 14px); padding: .75rem 1rem; min-width: 0; }
.cv-inc-tile span { display: block; font-size: .85em; }
.cv-inc-tile b { display: block; font-size: 1.6em; line-height: 1.2; color: var(--cv-text); }
.cv-inc-tile small { display: block; font-size: .8em; }
.cv-inc-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cv-inc-table { width: 100%; border-collapse: collapse; font-size: .94em; }
.cv-inc-table caption { text-align: left; font-size: .85em; padding: 0 0 .35rem; }
.cv-inc-table th, .cv-inc-table td { padding: .45rem .5rem; border-bottom: 1px solid var(--cv-border); text-align: left; vertical-align: middle; }
.cv-inc-table thead th { font-size: .85em; color: var(--cv-muted); font-weight: 600; }
.cv-inc-table tr.cv-inc-season th { box-shadow: inset 3px 0 0 var(--cv-inc-c); }
.cv-inc-bar { position: relative; display: block; height: 6px; margin-top: 4px; min-width: 80px; border-radius: 3px; background: var(--cv-surface-2); }
.cv-inc-bar i { position: absolute; left: 0; top: 0; bottom: 0; width: var(--p); background: var(--cv-inc-c); border-radius: 3px; }
.cv-inc-h { font-size: 1.05rem; margin: 1.25rem 0 .5rem; }
.cv-inc-clusters { margin: 0 0 .5rem 1.25rem; padding: 0; }
.cv-inc-clusters li { margin: 0 0 .4rem; }
.cv-inc-small { font-size: .82rem; }
.cv-inc-chart { margin: .5rem 0 1rem; }
.cv-inc-plot { display: flex; gap: 6px; }
.cv-inc-y { display: flex; flex-direction: column; justify-content: space-between; height: 140px; font-size: .72rem; color: var(--cv-muted); flex: 0 0 auto; }
.cv-inc-y em { font-style: normal; line-height: 1; }
.cv-inc-bars { list-style: none; margin: 0; padding: 0; flex: 1 1 auto; min-width: 0; height: 140px; display: flex; align-items: flex-end; gap: 1px; border-bottom: 1px solid var(--cv-border); }
.cv-inc-bars li { position: relative; flex: 1 1 0; min-width: 0; height: 100%; display: flex; align-items: flex-end; margin: 0; }
.cv-inc-bars i { display: block; width: 100%; background: var(--cv-inc-c); border-radius: 2px 2px 0 0; }
.cv-inc-bars b { position: absolute; left: 0; right: 0; height: 2px; background: var(--cv-text); opacity: .5; }
.cv-inc-chart figcaption { display: flex; justify-content: space-between; gap: 8px; font-size: .78rem; margin-top: 4px; }
.cv-inc-chart figcaption span:nth-child(2) { text-align: center; }
.cv-src-note { font-size: .82rem; margin: .5rem 0 0; }
@media (prefers-color-scheme: dark) { .cv-inc { --cv-inc-c: #fb923c; } }
