/* =========================================
   KAMPAGNE-DETAILS.CSS – Kampagnen-Detailseite
   Info-Blöcke, Text, Orte (Layout/Grid in site.css)
========================================= */

.kampagne-info {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.kampagne-block p {
    margin: 10px 0;
    line-height: 1.7;
}

.kampagne-text {
    line-height: 1.8;
    font-size: 17px;
    color: #222;
    white-space: pre-line;
}

.ort-card-text {
    line-height: 1.7;
    color: #333;
    margin-top: 10px;
}

/* Block pro Gebiet – klare Abgrenzung für Zusammengehörigkeit */
.ort-gebiet-block {
    background: #f0ede8;
    border: 1px solid #c9c2b5;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
}

.ort-gebiet-block:last-child {
    margin-bottom: 0;
}

.ort-gebiet-title {
    margin: 0 0 1rem 0;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c2419;
    border-bottom: 2px solid #b8ab9a;
}
