/* =============================================================
   Estilos propios de la pagina de la linea 194.
   El sistema visual compartido (.ed-*) vive en ../style.css
   ============================================================= */

/* --- Mapa --- */
.l194-map {
    margin: 14px 22px 0;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--ed-line-strong);
}

.l194-map-frame {
    height: 280px;
    position: relative;
    background: #cfe7f8;
}

.l194-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.l194-map-caption {
    margin: 0;
    padding: 11px 20px;
    background: var(--ed-panel);
    font-size: 12.5px;
    color: var(--ed-muted);
    text-align: center;
}

/* --- Punto de color de cada ramal --- */
.l194-dot {
    width: 10px;
    height: 10px;
    border-radius: 3px;
}

.l194-dot--directo {
    background: red;
}

.l194-dot--expreso {
    background: blue;
}

.l194-dot--semirapido,
.l194-dot--comun {
    background: rgb(26, 198, 26);
}

/* --- Preguntas frecuentes --- */
.l194-faq {
    border-bottom: 1px solid var(--ed-line);
}

.l194-faq:last-child {
    border-bottom: none;
}

.l194-faq-q {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    padding: 15px 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--ed-ink);
    list-style: none;
    cursor: pointer;
}

.l194-faq-q::-webkit-details-marker {
    display: none;
}

/* La pregunta es un h3 dentro del summary: hereda el estilo del summary */
.l194-faq-q-text {
    margin: 0;
    font: inherit;
    color: inherit;
}

.l194-faq-a {
    max-width: 46rem;
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 1.55;
    color: var(--ed-muted);
}

.l194-faq .chev {
    flex: none;
    transition: transform .18s ease;
}

.l194-faq[open] .chev {
    transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
    .l194-faq .chev {
        transition: none;
    }
}

/* =============================================================
   Responsive
   ============================================================= */

@media (min-width: 600px) {
    .l194-map {
        margin-left: 34px;
        margin-right: 34px;
    }

    .l194-map-frame {
        height: 320px;
    }
}

@media (min-width: 768px) {
    .l194-map {
        margin-left: 44px;
        margin-right: 44px;
    }

    .l194-map-frame {
        height: 380px;
    }
}

@media (min-width: 1200px) {
    .l194-map {
        margin-left: 56px;
        margin-right: 56px;
    }

    .l194-map-frame {
        height: 420px;
    }
}
