/* =========================
   Gap-Chart
   ========================= */

.gap-bands rect,
.gap-bar {
    fill: rgba(220, 53, 69, .22);
    stroke: rgba(220, 53, 69, .38);
    stroke-width: 1;
    cursor: help;
}

/* Achsenbeschriftung wird via JS gestylt (warning/danger → emphasis-color) */
.gap-chart .tick text,
.gap-chart .x-axis text {
    font-size: 12px;
}

/* Grid-Linien */
.gap-chart .grid {
    stroke: currentColor;
    opacity: .12;
}

.gap-chart .tick line {
    stroke: currentColor;
    opacity: .20;
}