.installer-semaforo-trend-final {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.installer-semaforo-trend-final-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.installer-semaforo-trend-final-title {
  color: var(--text-muted, #9caec6);
  font-size: 11px;
  font-weight: 850;
}

.installer-semaforo-trend-final-last {
  color: var(--text-primary, #ffffff);
  font-size: 12px;
  font-weight: 900;
}

.installer-semaforo-trend-final svg {
  display: block;
  width: 100%;
  height: 76px;
  overflow: visible;
}

.installer-semaforo-trend-final .grid {
  stroke: rgba(148, 163, 184, 0.16);
  stroke-width: 1;
}

.installer-semaforo-trend-final .line {
  fill: none;
  stroke: var(--primary-color, #38bdf8);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.installer-semaforo-trend-final .area {
  fill: rgba(56, 189, 248, 0.10);
}

.installer-semaforo-trend-final .dot {
  fill: var(--primary-color, #38bdf8);
}

.installer-semaforo-trend-final text {
  fill: var(--text-muted, #9caec6);
  font-size: 10px;
}

@media (max-width: 1100px) {
  .ops-ratio-outbound-final {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Hover útil en mini-tendencias de semáforos. */
.installer-semaforo-trend-final svg {
  overflow: visible;
}

.installer-semaforo-hit {
  fill: transparent;
  pointer-events: all;
}

.installer-semaforo-hover-line {
  opacity: 0;
  stroke: rgba(226, 242, 255, 0.72);
  stroke-width: 1.2;
  stroke-dasharray: 3 3;
  pointer-events: none;
}

.installer-semaforo-tooltip {
  opacity: 0;
  pointer-events: none;
  transition: opacity .12s ease;
}

.installer-semaforo-tooltip-bg {
  fill: rgba(3, 12, 28, 0.96);
  stroke: rgba(96, 165, 250, 0.55);
  stroke-width: 1;
}

.installer-semaforo-tooltip-date {
  fill: #e5edf7 !important;
  font-size: 10px !important;
  font-weight: 900;
}

.installer-semaforo-tooltip-value {
  fill: #7dd3fc !important;
  font-size: 11px !important;
  font-weight: 900;
}

.installer-semaforo-hover-point:hover .installer-semaforo-hover-line,
.installer-semaforo-hover-point:focus .installer-semaforo-hover-line {
  opacity: 1;
}

.installer-semaforo-hover-point:hover .installer-semaforo-tooltip,
.installer-semaforo-hover-point:focus .installer-semaforo-tooltip {
  opacity: 1;
}

.installer-semaforo-hover-point:hover .dot,
.installer-semaforo-hover-point:focus .dot {
  r: 4;
}

/* Hover útil en mini-tendencias de semáforos. */
.installer-semaforo-trend-final svg {
  overflow: visible;
}

.installer-semaforo-hit {
  fill: transparent;
  pointer-events: all;
}

.installer-semaforo-hover-line {
  opacity: 0;
  stroke: rgba(226, 242, 255, 0.74);
  stroke-width: 1.2;
  stroke-dasharray: 3 3;
  pointer-events: none;
}

.installer-semaforo-tooltip {
  opacity: 0;
  pointer-events: none;
  transition: opacity .12s ease;
}

.installer-semaforo-tooltip-bg {
  fill: rgba(3, 12, 28, 0.96);
  stroke: rgba(96, 165, 250, 0.55);
  stroke-width: 1;
}

.installer-semaforo-tooltip-date {
  fill: #e5edf7 !important;
  font-size: 10px !important;
  font-weight: 900;
}

.installer-semaforo-tooltip-value {
  fill: #7dd3fc !important;
  font-size: 11px !important;
  font-weight: 900;
}

.installer-semaforo-hover-point:hover .installer-semaforo-hover-line,
.installer-semaforo-hover-point:focus .installer-semaforo-hover-line {
  opacity: 1;
}

.installer-semaforo-hover-point:hover .installer-semaforo-tooltip,
.installer-semaforo-hover-point:focus .installer-semaforo-tooltip {
  opacity: 1;
}

.installer-semaforo-hover-point:hover .dot,
.installer-semaforo-hover-point:focus .dot {
  r: 4;
}

#installer-subscriber-trend{width:100%;min-width:0;margin-top:12px;border:1px solid #d0dfeb;border-radius:10px;padding:12px;box-sizing:border-box}
#installer-subscriber-trend .installer-semaforo-trend-final{margin:0;border:0;padding:0;background:#fff}
#installer-subscriber-trend svg{width:100%;height:100px;display:block;overflow:visible}
#installer-subscriber-trend .line{stroke:#2d5d81}
#installer-subscriber-trend .area{fill:#2d5d811a}
#installer-subscriber-trend .dot{fill:#2d5d81}
#installer-subscriber-trend text{fill:#526c80}
#installer-subscriber-trend .installer-semaforo-tooltip-bg{fill:#fff;stroke:#a7bdcc}
#installer-subscriber-trend .installer-semaforo-tooltip-date{fill:#526c80!important}
#installer-subscriber-trend .installer-semaforo-tooltip-value{fill:#20374a!important}
#installer-subscriber-trend .installer-semaforo-trend-final-title,#installer-subscriber-trend .installer-semaforo-trend-final-last{color:#20374a}
