/*
 * Textabschluss unter der Suche (/explore/{stadt}).
 *
 * Eigene Datei statt eines <style>-Blocks in der Blade: der Abschnitt liegt
 * innerhalb des Vue-Roots #app, und der Vue-2-Template-Compiler verwirft
 * <style>-Elemente beim Mounten — im Test am 28.07. war die Regel im
 * ausgelieferten HTML vorhanden, im fertigen DOM aber verschwunden.
 *
 * Auch kein Mix-Build: das Bundle für ein paar Layout-Regeln neu zu bauen
 * birgt mehr Risiko (unmerged Frontend-Stände) als es einbringt.
 */
.ft-city-index {
    border-top: 1px solid #ececec;
    margin-top: 2rem;
    padding: 2rem 15px 2.5rem;
}

.ft-city-index__question {
    font-size: 1.35rem;
    margin-bottom: .6rem;
}

.ft-city-index__intro {
    max-width: 46rem;
    margin-bottom: .6rem;
}

.ft-city-index__more {
    margin-bottom: 0;
    font-weight: 600;
}

.ft-city-index__subtitle {
    font-size: .95rem;
    font-weight: 600;
    margin: 1.75rem 0 .5rem;
}

.ft-city-index__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .4rem 1.25rem;
    font-size: .9rem;
}
