/* Segelclubs-Suche Screen – Relaunch Filter + Ergebnisbereich | Änderungsprotokoll: 2026-07-04 | Auto | @skill-css-rules, @skill-change-provenance | Kompletter Relaunch Sidebar und Content */
/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Kontakt-Block aus Ergebnis-Karten entfernt */
/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Karten-Überschrift (H2) entfernt */

.segelclubs-suche {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 15px 48px;
    box-sizing: border-box;
}

.segelclubs-suche-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    position: relative;
}

.segelclubs-suche-filter-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 26, 51, 0.45);
    z-index: 900;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
}

.segelclubs-suche-filters {
    width: 100%;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.08);
    overflow: visible;
    box-sizing: border-box;
}

.segelclubs-suche-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    background: var(--color-primary);
    color: var(--color-text-inverse);
    border-radius: 14px 14px 0 0;
}

.segelclubs-suche-filter-header-text {
    flex: 1;
    min-width: 0;
}

.segelclubs-suche-filter-title {
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    margin: 0;
    line-height: 1.3;
}

.segelclubs-suche-filter-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    background: transparent;
    color: var(--color-text-inverse);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.segelclubs-suche-filter-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;
    background: transparent;
    color: var(--color-text-inverse);
    cursor: pointer;
    flex-shrink: 0;
}

.segelclubs-suche-filter-toggle-icon {
    font-size: 1rem;
    line-height: 1;
}

/* Änderungsprotokoll: 2026-07-04 | Auto | @skill-css-rules, @skill-change-provenance | Filter-Sidebar wächst mit Inhalt ohne interne Scrollbar */
.segelclubs-suche-filter-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.segelclubs-suche-filter-section {
    border-bottom: 1px solid var(--color-border-light);
}

.segelclubs-suche-filter-section-title {
    list-style: none;
    cursor: pointer;
    padding: 14px 18px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
    background: var(--color-background-light);
    user-select: none;
}

.segelclubs-suche-filter-section-title::-webkit-details-marker {
    display: none;
}

.segelclubs-suche-filter-section-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 18px 18px;
}

/* Änderungsprotokoll: 2026-07-05 | Agent | @skill-css-rules, @skill-change-provenance | Filter ohne Label, kompakteres Select-Layout */
.segelclubs-suche-filter-group {
    display: flex;
    flex-direction: column;
}

.segelclubs-suche-filter-select {
    width: 100%;
}

.segelclubs-suche-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px 18px;
    background: var(--color-background-light);
    border-top: 1px solid var(--color-border-light);
    border-radius: 0 0 14px 14px;
}

.segelclubs-suche-filter-reset {
    text-align: center;
    color: var(--color-primary);
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    padding: 8px;
}

.segelclubs-suche-filter-reset:hover {
    text-decoration: underline;
}

.segelclubs-suche-filter-submit {
    width: 100%;
}

.segelclubs-suche-main-content {
    width: 100%;
    flex: 1;
    min-width: 0;
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Toolbar nur Mobile-Filter-Button */
.segelclubs-suche-toolbar {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 16px;
    margin-bottom: 20px;
}

.segelclubs-suche-filter-mobile-open {
    flex-shrink: 0;
    min-height: 44px;
}

.segelclubs-suche-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    margin-bottom: 24px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(var(--color-primary-rgb), 0.06);
}

.segelclubs-suche-form-field-wrapper {
    flex: 1;
}

.segelclubs-suche-query-label {
    margin-bottom: 6px;
}

.segelclubs-suche-submit-button {
    align-self: stretch;
    min-height: 44px;
}

.segelclubs-suche-map-section {
    margin-bottom: 28px;
}

.segelclubs-suche-map-wrapper {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.08);
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Leaflet-Hauptkarte halbe Höhe */
.leaflet-map-container {
    min-height: 140px;
    width: 100%;
    height: 140px;
    position: relative;
    z-index: 1;
}

.segelclubs-suche-results-section {
    margin-bottom: 24px;
}

/* Änderungsprotokoll: 2026-07-06 | cursor-agent | @skill-css-rules, @skill-change-provenance | Ergebnis-Headline über die Karte verschoben */
.segelclubs-suche-results-header-section {
    margin-bottom: 12px;
}

.segelclubs-suche-results-title {
    margin: 0 0 12px;
    color: var(--color-text-primary);
}

/* Änderungsprotokoll: 2026-07-06 | Auto | @skill-css-rules, @skill-change-provenance | Trefferzahl span erbt H2-Schriftgröße wie Suffix-Text */
.segelclubs-suche-results-title #segelclubs-suche-results-count-value {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Aktive Filter-Chips unter Ergebnis-H2 */
.segelclubs-suche-active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 16px;
}

.segelclubs-suche-active-filters-hidden {
    display: none;
}

.segelclubs-suche-active-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 6px 10px 6px 12px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: var(--color-surface);
    color: var(--color-text-primary);
    font-size: var(--font-size-sm);
    line-height: 1.3;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.segelclubs-suche-active-filter-chip:hover {
    border-color: var(--color-primary-light);
    background: rgba(var(--color-primary-rgb), 0.06);
}

.segelclubs-suche-active-filter-chip-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.segelclubs-suche-active-filter-chip-remove {
    flex-shrink: 0;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--color-text-secondary);
}

.segelclubs-suche-results-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Ergebnis-Karten Editorial-Layout wie Detail-Screen */
.segelclubs-suche-result-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 14px;
    box-shadow: 0 4px 18px rgba(var(--color-primary-rgb), 0.05);
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
    overflow: hidden;
}

.segelclubs-suche-result-card:hover {
    border-color: var(--color-border-dark);
    box-shadow: 0 8px 28px rgba(var(--color-primary-rgb), 0.09);
}

.segelclubs-suche-result-card-media {
    width: 100%;
    flex-shrink: 0;
    padding: 0;
    box-sizing: border-box;
    background: var(--color-background-light);
    border-bottom: 1px solid var(--color-border-light);
}

/* Änderungsprotokoll: 2026-07-06 | Auto | @skill-css-rules, @skill-tiles, @skill-change-provenance | Preview-Bilder als gleichmäßige Kacheln je nach Anzahl */
.segelclubs-suche-result-card-images {
    display: grid;
    gap: 4px;
    padding: 4px;
    box-sizing: border-box;
}

.segelclubs-suche-result-card-images-count-1 {
    grid-template-columns: minmax(0, 1fr);
}

.segelclubs-suche-result-card-images-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.segelclubs-suche-result-card-images-count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.segelclubs-suche-result-card-images-count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.segelclubs-suche-preview-image-button {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.segelclubs-suche-preview-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    border-radius: 0;
    transition: opacity 0.18s ease;
}

.segelclubs-suche-preview-image-button:hover .segelclubs-suche-preview-image,
.segelclubs-suche-preview-image-button:focus-visible .segelclubs-suche-preview-image {
    opacity: 0.92;
}

.segelclubs-suche-image-hover-preview {
    position: fixed;
    z-index: 1200;
    display: none;
    pointer-events: none;
    padding: 6px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.segelclubs-suche-image-hover-preview.segelclubs-suche-image-hover-preview-visible {
    display: block;
}

/* Änderungsprotokoll: 2026-07-06 | Auto | @skill-css-rules, @skill-change-provenance | Hover-Vorschau-Größe per JS (min. 4× Kachel), CSS nur Viewport-Obergrenze */
.segelclubs-suche-image-hover-preview-img {
    display: block;
    max-width: 90vw;
    max-height: 70vh;
    object-fit: cover;
    border-radius: 8px;
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Beschreibung als Lead-Text ohne separaten Grau-Block */
.segelclubs-suche-result-card-details {
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    box-sizing: border-box;
}

.segelclubs-suche-result-card-details .segelclubs-suche-result-card-description {
    padding-top: 0;
}

.segelclubs-suche-table-cell-minimap-wrapper {
    width: 100%;
    height: 180px;
}

.segelclubs-suche-table-minimap {
    width: 100%;
    height: 100%;
    min-height: 180px;
    border: 1px solid var(--color-border);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.segelclubs-suche-result-card-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    flex: 1;
    border-top: 3px solid var(--color-primary);
}

.segelclubs-suche-result-card-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 20px 14px;
    border-bottom: 1px solid var(--color-border-light);
}

/* .segelclubs-suche-result-card-title | Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Detail-Titel-Link in CI-Linkfarben */
.segelclubs-suche-result-card-title {
    font-size: clamp(1.08rem, 2.2vw, 1.28rem);
    font-weight: var(--font-weight-bold);
    color: var(--color-link);
    text-decoration: none;
    line-height: 1.3;
    letter-spacing: -0.015em;
    transition: color 0.2s ease;
}

.segelclubs-suche-result-card-title:hover {
    color: var(--color-link-hover);
    text-decoration: underline;
}

.segelclubs-suche-result-card-title:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Änderungsprotokoll: 2026-07-06 | Auto | @skill-css-rules, @skill-change-provenance | Google-Maps-Pin-Icon statt Punkt vor Adresse */
.segelclubs-suche-result-card-location {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: transparent;
    color: var(--color-text-secondary);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
    word-break: break-word;
    box-sizing: border-box;
}

.segelclubs-suche-result-card-location-maps-link {
    flex-shrink: 0;
    display: inline-flex;
    margin-top: 2px;
    line-height: 0;
    text-decoration: none;
}

.segelclubs-suche-result-card-location-maps-link:hover {
    opacity: 0.85;
}

.segelclubs-suche-result-card-location-maps-link:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
    border-radius: 2px;
}

.segelclubs-suche-result-card-location-maps-icon {
    display: block;
    width: 16px;
    height: 16px;
}

/* Änderungsprotokoll: 2026-07-06 | Auto | @skill-css-rules, @skill-change-provenance | Adress-Text als Link zur Detailseite */
.segelclubs-suche-result-card-location-text {
    flex: 1;
    min-width: 0;
    color: var(--color-text-secondary);
    text-decoration: none;
}

.segelclubs-suche-result-card-location-text:hover {
    color: var(--color-link-hover);
    text-decoration: underline;
}

.segelclubs-suche-result-card-location-text:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
    border-radius: 2px;
}

.segelclubs-suche-result-card-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 10px;
    padding: 14px 20px 0;
}

.segelclubs-suche-result-card-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
    min-width: 88px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid var(--color-border-light);
    background: var(--color-surface);
    box-shadow: 0 2px 8px rgba(var(--color-primary-rgb), 0.04);
    font-size: var(--font-size-sm);
    line-height: 1.25;
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Bootsklassen in eigener Meta-Zeile */
.segelclubs-suche-result-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 20px 0;
}

.segelclubs-suche-result-card-tag {
    display: inline-block;
    padding: 4px 10px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-medium);
    color: var(--color-text-secondary);
    background: var(--color-background-light);
    border: 1px solid var(--color-border-light);
    border-radius: 6px;
    line-height: 1.35;
}

.segelclubs-suche-result-card-boat-class {
    font-weight: var(--font-weight-medium);
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Mitglieder-Kennzahl ohne Zeilenumbruch */
.segelclubs-suche-result-card-stat-members,
.segelclubs-suche-result-card-stat-founded {
    color: inherit;
    background: var(--color-background-light);
    border-color: var(--color-border-light);
}

.segelclubs-suche-result-card-stat-members {
    flex-direction: row;
    align-items: baseline;
    gap: 5px;
    flex-shrink: 0;
    white-space: nowrap;
}

.segelclubs-suche-result-card-stat-members .segelclubs-suche-result-card-stat-label,
.segelclubs-suche-result-card-stat-founded .segelclubs-suche-result-card-stat-label,
.segelclubs-suche-result-card-stat-members .segelclubs-suche-result-card-stat-value,
.segelclubs-suche-result-card-stat-founded .segelclubs-suche-result-card-stat-value {
    color: inherit;
}

.segelclubs-suche-result-card-stat-members .segelclubs-suche-result-card-stat-label,
.segelclubs-suche-result-card-stat-members .segelclubs-suche-result-card-stat-value {
    white-space: nowrap;
}

.segelclubs-suche-result-card-boat-class-tone-1,
.segelclubs-suche-result-card-boat-class-tone-2,
.segelclubs-suche-result-card-boat-class-tone-3,
.segelclubs-suche-result-card-boat-class-tone-4,
.segelclubs-suche-result-card-boat-class-tone-5,
.segelclubs-suche-result-card-boat-class-tone-6 {
    color: var(--color-text-secondary);
    background: var(--color-background-light);
    border-color: var(--color-border-light);
}

.segelclubs-suche-result-card-stat-label {
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    color: var(--color-text-secondary);
}

.segelclubs-suche-result-card-stat-value {
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-lg);
    color: var(--color-primary);
    line-height: 1.15;
}

/* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Mehr Abstand unter der Ergebnis-Beschreibung */
.segelclubs-suche-result-card-description {
    margin: 0;
    padding: 14px 20px 32px;
    color: var(--color-text-secondary);
    font-size: var(--font-size-base);
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.no-segelclubss-message {
    text-align: center;
    padding: 48px 20px;
    background: var(--color-surface);
    border: 1px dashed var(--color-border);
    border-radius: 14px;
    color: var(--color-text-secondary);
}

.no-segelclubss-message-text {
    margin: 0;
    font-size: var(--font-size-lg);
}

/* Änderungsprotokoll: 2026-07-05 | subagent-implement-infinity-scrolling | @skill-css-rules | Infinite-Scroll-Loader statt Pager */
.segelclubs-suche-infinite-scroll-loader {
    margin-top: 24px;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.segelclubs-suche-infinite-scroll-loader-text {
    margin: 0;
    font-size: var(--font-size-base);
    color: var(--color-text-secondary);
}

.segelclubs-suche-infinite-scroll-loader-hidden {
    display: none;
}

@media (width >= 600px) {
    .segelclubs-suche {
        padding: 24px 20px 56px;
    }

    .segelclubs-suche-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
        overflow: visible;
    }

    /* Änderungsprotokoll: 2026-07-04 | Auto | @skill-css-rules, @skill-change-provenance | Nur Dokument-Scroll, keine verschachtelten Scrollbars */
    .segelclubs-suche,
    .segelclubs-suche-filters,
    .segelclubs-suche-filter-form,
    .segelclubs-suche-main-content {
        overflow: visible;
        max-height: none;
        height: auto;
    }

    .segelclubs-suche-filters {
        width: 300px;
        flex-shrink: 0;
        align-self: flex-start;
    }

    .segelclubs-suche-filter-close {
        display: none;
    }

    .segelclubs-suche-filter-toggle {
        display: flex;
    }

    .segelclubs-suche-filter-mobile-open {
        display: none;
    }

    /* Änderungsprotokoll: 2026-07-05 | Auto | @skill-css-rules, @skill-change-provenance | Leere Toolbar auf Desktop ausblenden */
    .segelclubs-suche-toolbar {
        display: none;
    }

    .segelclubs-suche-form {
        flex-direction: row;
        align-items: flex-end;
        gap: 16px;
    }

    .segelclubs-suche-submit-button {
        align-self: flex-end;
        min-width: 140px;
    }

    .leaflet-map-container {
        min-height: 190px;
        height: 190px;
    }

    .segelclubs-suche-result-card {
        flex-direction: row;
        align-items: stretch;
    }

    .segelclubs-suche-result-card-media {
        width: 240px;
        max-width: 240px;
        padding: 0;
        align-self: stretch;
        border-bottom: none;
        border-right: 1px solid var(--color-border-light);
    }

    .segelclubs-suche-result-card-images {
        align-content: start;
        height: auto;
        min-height: 0;
    }

    .segelclubs-suche-result-card-body {
        border-top: none;
        border-left: 3px solid var(--color-primary);
    }

    .segelclubs-suche-table-cell-minimap-wrapper {
        height: 200px;
    }

    /* Änderungsprotokoll: 2026-07-05 | Agent | @skill-css-rules, @skill-change-provenance | Eingeklappte Filter-Leiste linksbündig, Content nutzt freie Breite */
    .segelclubs-suche.segelclubs-suche-filters-collapsed {
        padding-left: 0;
        margin-left: -20px;
        width: calc(100% + 20px);
        max-width: none;
        box-sizing: border-box;
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed {
        gap: 0;
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-filters {
        width: 36px;
        min-width: 36px;
        flex-shrink: 0;
        margin-left: 0;
        border-radius: 0 10px 10px 0;
        box-shadow: 0 4px 12px rgba(var(--color-primary-rgb), 0.06);
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-filter-form {
        display: none;
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-filter-header {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        min-height: 132px;
        padding: 10px 0;
        border-radius: 0 10px 10px 0;
        box-sizing: border-box;
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-filter-header-text {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        min-width: 0;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        transform: rotate(180deg);
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-filter-title {
        font-size: var(--font-size-sm);
        letter-spacing: 0.04em;
        white-space: nowrap;
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-filter-toggle {
        width: 28px;
        height: 28px;
        min-width: 28px;
        min-height: 28px;
        border-radius: 6px;
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-filter-toggle-icon {
        transform: none;
    }

    .segelclubs-suche-content.segelclubs-suche-filters-collapsed .segelclubs-suche-main-content {
        flex: 1;
        min-width: 0;
        width: auto;
    }
}

@media (width >= 1024px) {
    .segelclubs-suche {
        padding: 32px 28px 64px;
    }

    .segelclubs-suche-filters {
        width: 320px;
    }

    .leaflet-map-container {
        min-height: 210px;
        height: 210px;
    }

    .segelclubs-suche-result-card-media {
        width: 260px;
        max-width: 260px;
    }

    .segelclubs-suche-result-card-header {
        padding: 20px 22px 14px;
    }

    .segelclubs-suche-result-card-stats {
        padding: 16px 22px 0;
    }

    .segelclubs-suche-result-card-tags {
        padding: 10px 22px 0;
    }

    .segelclubs-suche-result-card-description {
        padding: 14px 22px 34px;
    }
}

@media (width < 600px) {
    .segelclubs-suche-filters {
        position: fixed;
        top: 0;
        left: 0;
        width: min(100%, 360px);
        height: 100vh;
        max-height: 100vh;
        z-index: 950;
        border-radius: 0;
        transform: translateX(-105%);
        transition: transform 0.28s ease;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .segelclubs-suche-filter-header {
        border-radius: 0;
    }

    .segelclubs-suche-filter-actions {
        border-radius: 0;
    }

    .segelclubs-suche-filter-form {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
    }

    .segelclubs-suche-filter-toggle {
        display: none;
    }

    .segelclubs-suche.segelclubs-suche-filters-mobile-open .segelclubs-suche-filters {
        transform: translateX(0);
    }

    .segelclubs-suche.segelclubs-suche-filters-mobile-open .segelclubs-suche-filter-backdrop {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

    .segelclubs-suche-toolbar {
        flex-wrap: wrap;
    }
}

@media (width >= 1440px) {
    .leaflet-map-container {
        min-height: 230px;
        height: 230px;
    }
}

/* Änderungsprotokoll: 2026-07-05 | subagent-check-js | @skill-css-rules, @skill-change-provenance | Autosuggest-Dropdown und AJAX-Hilfsklassen */
.segelclubs-suche-query-autosuggest-wrapper {
    position: relative;
}

.segelclubs-suche-query-autosuggest-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 20;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.12);
    max-height: 280px;
    overflow-y: auto;
}

.segelclubs-suche-query-autosuggest-list-visible {
    display: block;
}

.segelclubs-suche-query-autosuggest-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 14px;
    border: none;
    background: transparent;
    cursor: pointer;
    font: inherit;
    color: var(--color-text);
}

.segelclubs-suche-query-autosuggest-item:hover,
.segelclubs-suche-query-autosuggest-item:focus {
    background: rgba(var(--color-primary-rgb), 0.08);
}

.no-segelclubss-message-hidden {
    display: none;
}

.segelclubs-suche-results-section-hidden {
    display: none;
}

