/* ============================================================
 * WKHL Vorstand - Styling
 * Alles unter .wkhl-vorstand gekapselt.
 * Farben werden per Elementor-Controls ueberschrieben.
 * ============================================================ */

.wkhl-vorstand {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

.wkhl-vorstand *,
.wkhl-vorstand *::before,
.wkhl-vorstand *::after {
    box-sizing: border-box;
}

.wkhl-vorstand p {
    margin: 0;
}

.wkhl-vorstand .wkhl-vorstand-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    color: #1a1a1a;
    margin: 0 0 40px 0;
}

/* Raster fuer Personen */
.wkhl-vorstand .vorstand-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 48px;
}

.wkhl-vorstand .vorstand-item--full {
    grid-column: 1 / -1;
}

/* Abschnitt "Weitere Mitglieder" */
.wkhl-vorstand .vorstand-weitere {
    margin-top: 36px;
}

.wkhl-vorstand .vorstand-weitere .vorstand-grid--members {
    margin-top: 4px;
}

/* Funktions-Label (rot, in Grossbuchstaben) */
.wkhl-vorstand .role-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #E2001A;
    margin-bottom: 6px;
}

.wkhl-vorstand .role-underline {
    width: 40px;
    height: 2px;
    background: #E2001A;
    margin-bottom: 14px;
}

/* Weitere-Ueberschrift etwas Abstand nach oben */
.wkhl-vorstand .vorstand-weitere > .role-label {
    margin-bottom: 6px;
}

/* Name */
.wkhl-vorstand .member-name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 2px;
}

/* Unternehmen */
.wkhl-vorstand .member-company {
    font-size: 14px;
    line-height: 1.4;
    color: #888;
}

.wkhl-vorstand .member-company a {
    color: #888;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
}

.wkhl-vorstand .member-company a:hover {
    text-decoration: underline;
}

/* Mobil: eine Spalte */
@media (max-width: 640px) {
    .wkhl-vorstand .vorstand-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .wkhl-vorstand .wkhl-vorstand-title {
        font-size: 30px;
        margin-bottom: 28px;
    }
}
