/* Más ciudad — sección de cierre de la portada */

.td-home-mas-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 16px 0 8px;
}

.td-home-mas__head {
    padding: 6px var(--td-home-edge-pad-r, 16px) 12px calc(var(--td-home-edge-pad, 16px) + 10px);
    border-left: none;
    border-bottom: 1px solid var(--td-home-section-divider, rgba(148, 163, 184, 0.42));
    margin: 0;
}

.td-home-mas__kicker {
    margin: 0 0 4px;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #dc2626;
}

.td-home-mas__title {
    margin: 0;
    font-size: clamp(1.125rem, 0.6vw + 1rem, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.2;
    color: var(--td-text, #0f172a);
}

.td-home-mas__lead {
    margin: 6px 0 0;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--td-muted, #64748b);
}

.td-home-mas__content {
    width: 100%;
    min-width: 0;
}

.td-home-mas__content .central-em-sc {
    margin-top: 0;
}

html[data-theme="dark"] .td-home-mas__title {
    color: #f1f5f9;
}

html[data-theme="dark"] .td-home-mas__lead {
    color: #94a3b8;
}

html[data-theme="dark"] .td-home-mas__kicker {
    color: #f87171;
}

@media (min-width: 900px) {
    .td-home-mas-section {
        gap: 14px;
    }

    .td-home-mas__title {
        font-size: 1.25rem;
    }
}
