.noson-fachstellen,
.noson-fachstellen * {
    box-sizing: border-box;
    hyphens: none;
    overflow-wrap: normal;
    word-break: normal;
}

.noson-fachstellen {
    --noson-blue: #0d2f5f;
    --noson-ink: #142033;
    --noson-muted: #627086;
    --noson-border: #d8e1ec;
    --noson-soft: #f5f8fb;
    --noson-red: #d7323f;
    color: var(--noson-ink);
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(24px, 4vw, 56px) clamp(16px, 3vw, 32px);
}

.noson-fachstellen__hero {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
    max-width: 900px;
}

.noson-fachstellen__eyebrow {
    color: var(--noson-red);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0;
    text-transform: uppercase;
}

.noson-fachstellen__hero h2 {
    color: var(--noson-blue);
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.03;
    margin: 0;
    max-width: 11ch;
}

.noson-fachstellen__hero p {
    color: var(--noson-muted);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
    line-height: 1.65;
    margin: 0;
    max-width: 820px;
}

.noson-fachstellen__notice {
    background: #fff;
    border: 1px solid var(--noson-border);
    border-left: 4px solid var(--noson-red);
    border-radius: 8px;
    color: #334056;
    font-size: 0.96rem;
    line-height: 1.55;
    padding: 14px 16px;
}

.noson-fachstellen__controls {
    align-items: end;
    background: var(--noson-soft);
    border: 1px solid var(--noson-border);
    border-radius: 10px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(220px, 1.1fr) minmax(180px, 0.65fr) minmax(320px, 1.3fr);
    padding: 14px;
}

.noson-fachstellen__controls label {
    color: var(--noson-blue);
    display: grid;
    font-size: 0.84rem;
    font-weight: 800;
    gap: 6px;
}

.noson-fachstellen__controls input,
.noson-fachstellen__controls select {
    appearance: none;
    background: #fff;
    border: 1px solid var(--noson-border);
    border-radius: 8px;
    color: var(--noson-ink);
    font-size: 1rem;
    min-height: 46px;
    padding: 10px 12px;
    width: 100%;
}

.noson-fachstellen__type-filter {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.noson-fachstellen__type-filter button {
    background: #fff;
    border: 1px solid var(--noson-border);
    border-radius: 8px;
    color: var(--noson-blue);
    cursor: pointer;
    font-weight: 800;
    min-height: 46px;
    padding: 9px 10px;
}

.noson-fachstellen__type-filter button.is-active {
    background: var(--noson-blue);
    border-color: var(--noson-blue);
    color: #fff;
}

.noson-fachstellen__summary {
    color: var(--noson-muted);
    font-weight: 700;
    margin: 16px 0;
}

.noson-fachstellen__layout {
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.noson-fachstellen__map {
    background: #e8eef5;
    border: 1px solid var(--noson-border);
    border-radius: 12px;
    height: 560px;
    min-height: 560px;
    overflow: hidden;
    position: sticky;
    top: 112px;
}

.noson-fachstellen__leaflet {
    display: block;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

.noson-fachstellen .leaflet-container {
    background: #e8eef5;
    color: var(--noson-ink);
    font-family: inherit;
}

.noson-fachstellen .leaflet-control-attribution {
    font-size: 0.68rem;
}

.noson-map-marker {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(13, 47, 95, 0.28);
    display: flex;
    height: 18px;
    justify-content: center;
    width: 18px;
}

.noson-map-marker--facharzt_hno {
    background: var(--noson-blue);
}

.noson-map-marker--apotheke_drogerie {
    background: var(--noson-red);
}

.noson-map-marker--fachhandel_training {
    background: #26846d;
}

.noson-map-marker.is-active {
    height: 26px;
    outline: 4px solid rgba(215, 50, 63, 0.20);
    width: 26px;
}

.noson-fachstellen .leaflet-popup-content-wrapper {
    border-radius: 10px;
    box-shadow: 0 18px 40px rgba(13, 47, 95, 0.18);
}

.noson-fachstellen .leaflet-popup-content {
    margin: 14px;
}

.noson-map-popup {
    display: grid;
    gap: 5px;
    min-width: 220px;
}

.noson-map-popup strong {
    color: var(--noson-blue);
    font-size: 1rem;
}

.noson-map-popup span,
.noson-map-popup a {
    color: var(--noson-muted);
    font-size: 0.92rem;
    line-height: 1.4;
}

.noson-fachstellen__list {
    display: grid;
    gap: 12px;
    max-height: 720px;
    overflow: auto;
    padding-right: 6px;
}

.noson-fachstellen__card {
    background: #fff;
    border: 1px solid var(--noson-border);
    border-radius: 10px;
    display: grid;
    gap: 8px;
    padding: 16px;
}

.noson-fachstellen__card.is-active {
    border-color: var(--noson-red);
    box-shadow: 0 14px 34px rgba(215, 50, 63, 0.12);
}

.noson-fachstellen__card-type {
    color: var(--noson-red);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.noson-fachstellen__card h3 {
    color: var(--noson-blue);
    font-size: 1.08rem;
    line-height: 1.25;
    margin: 0;
}

.noson-fachstellen__card p {
    color: var(--noson-muted);
    line-height: 1.5;
    margin: 0;
}

.noson-fachstellen__card a {
    color: var(--noson-blue);
    font-weight: 800;
    text-decoration: none;
}

.noson-fachstellen__empty {
    background: #fff;
    border: 1px solid var(--noson-border);
    border-radius: 10px;
    color: var(--noson-muted);
    padding: 18px;
}

@media (max-width: 980px) {
    .noson-fachstellen__controls,
    .noson-fachstellen__layout {
        grid-template-columns: 1fr;
    }

    .noson-fachstellen__map {
        height: 440px;
        min-height: 440px;
        position: relative;
        top: auto;
    }

    .noson-fachstellen__leaflet {
        height: 100%;
        min-height: 100%;
    }

    .noson-fachstellen__list {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    .noson-fachstellen {
        padding-inline: 14px;
    }

    .noson-fachstellen__hero h2 {
        font-size: clamp(2rem, 12vw, 3rem);
        max-width: 10ch;
    }

    .noson-fachstellen__type-filter {
        grid-template-columns: 1fr 1fr;
    }

    .noson-fachstellen__map {
        height: 360px;
        min-height: 340px;
    }

    .noson-fachstellen__leaflet {
        height: 100%;
        min-height: 100%;
    }
}
