.strecke-intro {
    margin-bottom: 2rem;
    padding: 1.5rem 1.75rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.05);
}

.strecke-intro__lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #374151;
    margin: 0 0 1rem;
}

.strecke-bewerb-block {
    margin-bottom: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.strecke-bewerb-block:first-of-type {
    border-top: none;
    padding-top: 0;
}

.strecke-bewerb-title {
    margin: 0 0 0.75rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #111827;
}

.strecke-bewerb-intro {
    margin-bottom: 1.5rem;
    color: #4b5563;
    font-style: italic;
}

.strecke-discipline-box {
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(15, 23, 42, 0.05);
}

.strecke-discipline-header {
    background: #f8fafc;
    padding: 0.9rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 14px 14px 0 0;
}

.strecke-discipline-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.strecke-discipline-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    color: #374151;
}

.strecke-discipline-body {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(300px, 1.55fr);
    align-items: stretch;
    border-radius: 0 0 14px 14px;
}

.strecke-discipline-text {
    padding: 1.5rem 1.75rem;
    background: #fff;
    border-right: 1px solid #e5e7eb;
    min-width: 0;
}

.strecke-discipline-item {
    margin-bottom: 1.75rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #f1f5f9;
}

.strecke-discipline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.strecke-discipline-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.strecke-discipline-desc {
    color: #374151;
    font-size: 0.95rem;
    line-height: 1.65;
}

.strecke-discipline-desc p {
    margin: 0 0 0.75rem;
}

.strecke-discipline-desc p:last-child {
    margin-bottom: 0;
}

.strecke-discipline-map {
    position: relative;
    min-height: 420px;
    background: #eef2f6;
    border-radius: 0 0 14px 0;
}

.strecke-discipline-map > [id^="map_"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 420px;
}

.strecke-discipline-map.gpx-map-host .gpx-map-legend {
    z-index: 3;
}

@media (max-width: 992px) {
    .strecke-discipline-body {
        grid-template-columns: 1fr;
    }

    .strecke-discipline-text {
        border-right: none;
        border-bottom: 1px solid #e5e7eb;
    }

    .strecke-discipline-map {
        order: -1;
        min-height: 320px;
    }

    .strecke-discipline-map > [id^="map_"] {
        min-height: 320px;
    }
}

@media (max-width: 768px) {
    .strecke-intro,
    .strecke-discipline-text {
        padding: 1.15rem;
    }

    .strecke-bewerb-title {
        font-size: 1.4rem;
    }
}
