.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: #374151;
    font-size: 0.95rem;
    line-height: 1.65;
}

.strecke-empty-note {
    color: #64748b;
    font-style: italic;
    margin: 0;
}

.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;
}

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

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