/* Saunaagenda 2.0 v2.15.90 */
.ssb-agenda-menu{
    position: fixed;
    top: 28px;
    right: 28px;
    z-index: 9999;
}
.ssb-agenda-menu__toggle{
    appearance: none;
    border: 1px solid #1e1e1e;
    background: #fff;
    color: #111;
    padding: 10px 14px;
    border-radius: 12px;
    cursor: pointer;
    line-height: 1.2;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.ssb-agenda-menu__dropdown{
    margin-top: 10px;
    min-width: 220px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.14);
    overflow: hidden;
}
.ssb-agenda-menu__dropdown[hidden]{display:none !important;}
.ssb-agenda-menu__dropdown a{
    display:block;
    padding:12px 14px;
    text-decoration:none;
    color:#111;
    border-bottom:1px solid rgba(0,0,0,0.06);
}
.ssb-agenda-menu__dropdown a:last-child{border-bottom:none;}
.ssb-agenda-menu__dropdown a:hover{background:#f7f7f7;}

.ssb-panel, .ssb-card, .ssb-notice{
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    border-radius:16px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    margin-bottom:20px;
}
.ssb-hero{margin-top:72px;}
.ssb-card-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
    align-items:stretch;
}
.ssb-card{
    display:flex;
    flex-direction:column;
    height:100%;
}
.ssb-card__image{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:12px;
    margin-bottom:14px;
    display:block;
    background:#f2f2f2;
}
.ssb-card__image--empty{
    background:#f2f2f2;
}
.ssb-card__body{
    display:flex;
    flex-direction:column;
    gap:10px;
    flex:1 1 auto;
}
.ssb-card h3{
    margin:0;
    font-size:clamp(1.6rem, 2.6vw, 2.4rem);
    line-height:1.08;
}
.ssb-card h3 a{
    color:#060a3a;
    text-decoration:none;
}
.ssb-card h3 a:hover{
    text-decoration:underline;
}
.ssb-card p{
    margin:0;
    font-size:1rem;
    line-height:1.45;
}
.ssb-card__actions{
    margin-top:auto !important;
    padding-top:8px;
}
.ssb-form-grid, .ssb-meta-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}
.ssb-col-span-2{grid-column:1/-1;}

.ssb-register-form{
    max-width:1100px;
    margin:0 auto;
}
.ssb-register-address-row{
    display:grid;
    grid-template-columns:minmax(0,2fr) minmax(85px,.55fr) minmax(110px,.7fr) minmax(0,1.2fr);
    gap:16px;
    align-items:end;
}
.ssb-register-address-row p{
    margin:0;
}
.ssb-register-address-row .ssb-register-city-wrap,
.ssb-register-address-row .ssb-register-zip-wrap,
.ssb-register-address-row .ssb-register-country-wrap,
.ssb-register-address-row .ssb-register-street-wrap{
    margin:0;
}
.ssb-form input[type="text"],
.ssb-form input[type="email"],
.ssb-form input[type="password"],
.ssb-form input[type="date"],
.ssb-form input[type="time"],
.ssb-form input[type="url"],
.ssb-form input[type="file"],
.ssb-form select,
.ssb-form textarea,
.ssb-meta-grid input,
.ssb-meta-grid select{
    width:100%;
    box-sizing:border-box;
    padding:10px 12px;
    border:1px solid #d6d6d6;
    border-radius:10px;
    font:inherit;
}
.button,
.ssb-form button,
.ssb-panel button,
.ssb-filter-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#111;
    color:#fff !important;
    text-decoration:none;
    border:none;
    border-radius:10px;
    padding:10px 14px;
    cursor:pointer;
    font-size:14px;
    line-height:1.2;
    font-weight:600;
}
.button--light{
    background:#fff;
    color:#111 !important;
    border:1px solid #111;
}
.ssb-nav-inline a{
    display:inline-block;
    margin-right:12px;
}
.ssb-badges{
    margin:0;
}
.ssb-badge{
    display:inline-block;
    padding:4px 8px;
    border-radius:999px;
    background:#efefef;
    font-size:12px;
    margin-right:6px;
}
.ssb-filters{
    max-width:900px;
}
.ssb-filter-toggle{
    width:100%;
    justify-content:flex-start;
}
.ssb-filter-content{
    padding-top:16px;
}
.ssb-filter-checkboxes{
    padding-top:28px;
    font-size:1rem;
}
.ssb-filter-actions{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin:0;
}
.ssb-event-detail{
    max-width:900px;
}
.ssb-event-detail__description{
    margin-top:16px;
    padding-top:16px;
    border-top:1px solid rgba(0,0,0,0.08);
}
.ssb-event-detail__description p{
    margin:0 0 12px;
}
body.single-ssb_event .author,
body.single-ssb_event .byline,
body.single-ssb_event .entry-meta,
body.single-ssb_event .post-author,
body.single-ssb_event .wp-block-post-author,
body.single-ssb_event .post-meta,
body.single-ssb_event .author-box{
    display:none !important;
}
.ssb-notice--success{border-left:4px solid #2e8b57;}
.ssb-notice--error{border-left:4px solid #b22222;}
.ssb-notice--info{border-left:4px solid #1e6fb9;}

@media (min-width: 900px){
    .ssb-card-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media (min-width: 1280px){
    .ssb-card-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}
@media (max-width: 767px){
    .ssb-form-grid, .ssb-meta-grid{grid-template-columns:1fr;}
    .ssb-register-address-row{grid-template-columns:1fr;}
    .ssb-agenda-menu{top:16px; right:16px;}
    .ssb-hero{margin-top:64px;}
    .ssb-filter-checkboxes{padding-top:0;}
}


/* v1.5 Eventkarten nach Referenzlayout */
.ssb-card-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:24px;
    align-items:stretch;
}

.ssb-event-card{
    padding:0;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    border-radius:12px;
}

.ssb-event-card--featured{
    border:2px solid #d4af37;
    box-shadow:0 10px 30px rgba(212,175,55,0.18);
}

.ssb-event-card__media{
    position:relative;
}

.ssb-event-card .ssb-card__image{
    width:100%;
    aspect-ratio:3 / 2;
    margin:0;
    border-radius:0;
    object-fit:cover;
    display:block;
}

.ssb-event-card__badges{
    position:absolute;
    top:12px;
    left:12px;
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    max-width:calc(100% - 56px);
}

.ssb-event-chip{
    display:inline-flex;
    align-items:center;
    min-height:24px;
    padding:4px 8px;
    border-radius:6px;
    background:rgba(17,17,17,0.88);
    color:#fff;
    font-size:12px;
    line-height:1.1;
    font-weight:600;
}

.ssb-event-card__star{
    position:absolute;
    top:12px;
    right:12px;
    width:30px;
    height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#d4af37;
    color:#fff;
    font-size:16px;
    box-shadow:0 4px 12px rgba(0,0,0,0.16);
}

.ssb-event-card__content{
    display:grid;
    grid-template-columns:68px 1fr;
    gap:16px;
    padding:16px 18px 18px;
    align-items:start;
}

.ssb-event-card__date{
    text-align:center;
    color:#111;
    line-height:1;
}

.ssb-event-card__month{
    display:block;
    color:#6caf1a;
    font-size:14px;
    font-weight:500;
    text-transform:none;
    margin-bottom:6px;
}

.ssb-event-card__day{
    display:block;
    font-size:44px;
    font-weight:400;
    letter-spacing:-0.03em;
}

.ssb-event-card__text{
    min-width:0;
}

.ssb-event-card h3{
    margin:0 0 6px;
    font-size:28px;
    line-height:1.04;
    font-weight:700;
}

.ssb-event-card h3 a{
    color:#1f1f1f;
    text-decoration:none;
}

.ssb-event-card h3 a:hover{
    text-decoration:underline;
}

.ssb-event-card__excerpt{
    margin:0 0 6px !important;
    color:#5a5a5a;
    font-size:16px !important;
    line-height:1.35 !important;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.ssb-event-card__location{
    margin:0 !important;
    color:#2d2d2d;
    font-size:15px !important;
    line-height:1.35 !important;
}

.ssb-event-card .ssb-card__actions,
.ssb-event-card .button{
    display:none !important;
}

@media (min-width: 900px){
    .ssb-card-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media (min-width: 1280px){
    .ssb-card-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 640px){
    .ssb-event-card__content{
        grid-template-columns:56px 1fr;
        gap:12px;
        padding:14px;
    }

    .ssb-event-card__day{
        font-size:34px;
    }

    .ssb-event-card h3{
        font-size:22px;
    }

    .ssb-event-card__excerpt{
        font-size:14px !important;
    }

    .ssb-event-card__location{
        font-size:14px !important;
    }

    .ssb-event-card__badges{
        top:10px;
        left:10px;
        gap:6px;
    }

    .ssb-event-chip{
        font-size:11px;
        min-height:22px;
    }
}


/* v1.6 pixelgenauer Karten-Fix */
.ssb-card-grid{
    display:grid !important;
    grid-template-columns:repeat(auto-fit, minmax(360px, 1fr)) !important;
    gap:24px !important;
    align-items:start !important;
}

.ssb-event-card{
    padding:0 !important;
    overflow:hidden !important;
    border-radius:14px !important;
    display:flex !important;
    flex-direction:column !important;
    min-width:0 !important;
}

.ssb-event-card .ssb-card__image{
    width:100% !important;
    height:240px !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
    margin:0 !important;
    border-radius:0 !important;
    background:#f3f3f3 !important;
}

.ssb-event-card__media{
    position:relative !important;
    width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
}

.ssb-event-card__badges{
    position:absolute !important;
    top:12px !important;
    left:12px !important;
    right:56px !important;
    display:flex !important;
    flex-wrap:wrap !important;
    flex-direction:row !important;
    gap:8px !important;
    align-items:flex-start !important;
    max-width:none !important;
}

.ssb-event-chip{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:6px 10px !important;
    min-height:28px !important;
    border-radius:8px !important;
    background:rgba(17,17,17,0.88) !important;
    color:#fff !important;
    font-size:12px !important;
    line-height:1 !important;
    font-weight:700 !important;
    white-space:nowrap !important;
    max-width:100% !important;
}

.ssb-event-chip:nth-child(1){ background:rgba(24,74,140,0.92) !important; }
.ssb-event-chip:nth-child(2){ background:rgba(27,94,32,0.92) !important; }
.ssb-event-chip:nth-child(3){ background:rgba(123,31,162,0.92) !important; }

.ssb-event-card__star{
    position:absolute !important;
    top:12px !important;
    right:12px !important;
    width:32px !important;
    height:32px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#d4af37 !important;
    color:#fff !important;
    font-size:18px !important;
    box-shadow:0 4px 12px rgba(0,0,0,0.18) !important;
}

.ssb-event-card--featured{
    border:2px solid #d4af37 !important;
    box-shadow:0 10px 28px rgba(212,175,55,0.20) !important;
}

.ssb-event-card__content{
    display:grid !important;
    grid-template-columns:72px minmax(0,1fr) !important;
    gap:16px !important;
    padding:18px !important;
    align-items:start !important;
}

.ssb-event-card__date{
    text-align:center !important;
    line-height:1 !important;
    width:72px !important;
    flex:0 0 72px !important;
}

.ssb-event-card__month{
    display:block !important;
    margin:0 0 8px !important;
    color:#6caf1a !important;
    font-size:14px !important;
    font-weight:600 !important;
    text-transform:none !important;
}

.ssb-event-card__day{
    display:block !important;
    margin:0 !important;
    color:#111 !important;
    font-size:42px !important;
    font-weight:500 !important;
    letter-spacing:-0.03em !important;
}

.ssb-event-card__text{
    min-width:0 !important;
    overflow:hidden !important;
}

.ssb-event-card h3{
    margin:0 0 6px !important;
    font-size:30px !important;
    line-height:1.02 !important;
    font-weight:700 !important;
    letter-spacing:-0.03em !important;
}

.ssb-event-card h3 a{
    color:#161616 !important;
    text-decoration:none !important;
}

.ssb-event-card h3 a:hover{
    text-decoration:underline !important;
}

.ssb-event-card__excerpt{
    margin:0 0 6px !important;
    color:#636363 !important;
    font-size:16px !important;
    line-height:1.3 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card__location{
    margin:0 !important;
    color:#2f2f2f !important;
    font-size:15px !important;
    line-height:1.3 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card .ssb-card__actions,
.ssb-event-card .button{
    display:none !important;
}

.ssb-filter-toggle,
.ssb-filter-actions .button,
.ssb-filter-actions button{
    font-size:14px !important;
    line-height:1.2 !important;
}

@media (max-width: 899px){
    .ssb-card-grid{
        grid-template-columns:1fr !important;
    }
}

@media (max-width: 640px){
    .ssb-event-card .ssb-card__image{
        height:210px !important;
    }
    .ssb-event-card__content{
        grid-template-columns:60px minmax(0,1fr) !important;
        gap:12px !important;
        padding:14px !important;
    }
    .ssb-event-card__date{
        width:60px !important;
        flex-basis:60px !important;
    }
    .ssb-event-card__day{
        font-size:34px !important;
    }
    .ssb-event-card h3{
        font-size:22px !important;
    }
    .ssb-event-card__excerpt{
        font-size:14px !important;
    }
    .ssb-event-card__location{
        font-size:14px !important;
    }
    .ssb-event-card__badges{
        gap:6px !important;
        right:44px !important;
    }
    .ssb-event-chip{
        font-size:11px !important;
        min-height:24px !important;
        padding:5px 8px !important;
    }
}


/* v1.7 Karten kompakter + feste Badgefarben */

.ssb-card-grid{
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr)) !important;
}

@media (min-width:1200px){
    .ssb-card-grid{
        grid-template-columns:repeat(3,1fr) !important;
    }
}

.ssb-event-card .ssb-card__image{
    height:200px !important;
}

.ssb-event-card h3{
    font-size:22px !important;
}

.ssb-event-card__excerpt{
    font-size:14px !important;
}

.ssb-event-card__location{
    font-size:14px !important;
}

/* feste Farben für Eventtypen */

.ssb-event-chip{
    font-size:11px !important;
    padding:4px 8px !important;
    border-radius:6px !important;
}

/* Aufguss */
.ssb-event-chip:contains("Gastaufguss"){
    background:#1e5aa6 !important;
}

/* Entspannung */
.ssb-event-chip:contains("Entspannung"){
    background:#2e8b57 !important;
}

/* Spezial */
.ssb-event-chip:contains("Spezial"){
    background:#8e24aa !important;
}

/* Thema */
.ssb-event-chip:contains("Themen"){
    background:#6a1b9a !important;
}

/* Damen */
.ssb-event-chip:contains("Damen"){
    background:#e91e63 !important;
}

/* Textil */
.ssb-event-chip:contains("Textil"){
    background:#424242 !important;
}



/* v1.8 UX-Feinschliff */

.ssb-event-card{
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease !important;
}

.ssb-event-card:hover{
    transform: translateY(-4px) !important;
    box-shadow: 0 16px 34px rgba(0,0,0,0.12) !important;
}

.ssb-event-card__badges{
    gap: 7px !important;
}

.ssb-event-chip{
    background: rgba(17,17,17,0.78) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;
}

/* feste Farben je Badge */
.ssb-event-chip:nth-child(1){
    background: rgba(30,90,166,0.88) !important;
}
.ssb-event-chip:nth-child(2){
    background: rgba(46,139,87,0.88) !important;
}
.ssb-event-chip:nth-child(3){
    background: rgba(142,36,170,0.88) !important;
}
.ssb-event-chip:nth-child(4){
    background: rgba(233,30,99,0.88) !important;
}
.ssb-event-chip:nth-child(5){
    background: rgba(66,66,66,0.88) !important;
}

.ssb-event-card--featured:hover{
    box-shadow: 0 18px 38px rgba(212,175,55,0.28) !important;
    border-color: #d4af37 !important;
}

.ssb-event-card__star{
    transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

.ssb-event-card--featured:hover .ssb-event-card__star{
    transform: scale(1.08) !important;
    box-shadow: 0 6px 18px rgba(212,175,55,0.32) !important;
}

.ssb-filter-toggle{
    transition: background 0.18s ease, transform 0.18s ease !important;
}

.ssb-filter-toggle:hover{
    background: #1a1a1a !important;
}

.ssb-event-card h3 a{
    transition: color 0.18s ease !important;
}

.ssb-event-card:hover h3 a{
    color: #0d2c73 !important;
}


/* v1.9 Kartenformat liegend + feste Badgefarben je Typ */
.ssb-card-grid{
    grid-template-columns:repeat(auto-fit,minmax(420px,1fr)) !important;
}

@media (min-width: 1400px){
    .ssb-card-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

.ssb-event-card .ssb-card__image{
    height:170px !important;
}

.ssb-event-card__content{
    grid-template-columns:64px minmax(0,1fr) !important;
    gap:14px !important;
    padding:14px 16px 16px !important;
}

.ssb-event-card__date{
    width:64px !important;
    flex:0 0 64px !important;
}

.ssb-event-card__day{
    font-size:34px !important;
}

.ssb-event-card h3{
    font-size:18px !important;
    line-height:1.02 !important;
    margin:0 0 4px !important;
}

.ssb-event-card__excerpt{
    font-size:13px !important;
    margin:0 0 4px !important;
}

.ssb-event-card__location{
    font-size:13px !important;
}

.ssb-event-card__badges{
    gap:6px !important;
}

.ssb-event-chip{
    background:rgba(17,17,17,0.82) !important;
    font-size:11px !important;
    padding:5px 8px !important;
}

.ssb-event-chip--gastaufguss{
    background:#1e5aa6 !important;
}
.ssb-event-chip--entspannungsevent{
    background:#2e8b57 !important;
}
.ssb-event-chip--spezialevent{
    background:#8e24aa !important;
}
.ssb-event-chip--themenevent{
    background:#6a1b9a !important;
}
.ssb-event-chip--showaufguss{
    background:#ef6c00 !important;
}
.ssb-event-chip--damenevent{
    background:#e91e63 !important;
}
.ssb-event-chip--textilevent{
    background:#424242 !important;
}

@media (max-width: 899px){
    .ssb-card-grid{
        grid-template-columns:1fr !important;
    }
}


/* v1.10 Badge-Leiste oben, eine Zeile, Highlight rechts oben */
.ssb-card-grid{
    grid-template-columns:repeat(auto-fit,minmax(460px,1fr)) !important;
}

@media (min-width: 1440px){
    .ssb-card-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

.ssb-event-card{
    border-radius:14px !important;
}

.ssb-event-card .ssb-card__image{
    height:180px !important;
}

.ssb-event-card__media{
    position:relative !important;
}

.ssb-event-card__badges{
    position:absolute !important;
    top:10px !important;
    left:10px !important;
    right:52px !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    gap:6px !important;
    align-items:center !important;
}

.ssb-event-chip{
    flex:0 0 auto !important;
    max-width:none !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-size:11px !important;
    line-height:1 !important;
    padding:5px 8px !important;
    border-radius:7px !important;
    box-shadow:0 2px 8px rgba(0,0,0,0.14) !important;
}

.ssb-event-card__star{
    top:10px !important;
    right:10px !important;
    width:30px !important;
    height:30px !important;
    z-index:2 !important;
}

.ssb-event-card--featured{
    border:2px solid #d4af37 !important;
    box-shadow:0 10px 28px rgba(212,175,55,0.20) !important;
}

.ssb-event-chip--damenevent{
    background:#e91e63 !important;
}
.ssb-event-chip--textilevent{
    background:#424242 !important;
}
.ssb-event-chip--gastaufguss{
    background:#1e5aa6 !important;
}
.ssb-event-chip--entspannungsevent{
    background:#2e8b57 !important;
}
.ssb-event-chip--spezialevent{
    background:#8e24aa !important;
}
.ssb-event-chip--themenevent{
    background:#6a1b9a !important;
}
.ssb-event-chip--showaufguss{
    background:#ef6c00 !important;
}

@media (max-width: 1024px){
    .ssb-card-grid{
        grid-template-columns:repeat(auto-fit,minmax(380px,1fr)) !important;
    }
}

@media (max-width: 899px){
    .ssb-card-grid{
        grid-template-columns:1fr !important;
    }
    .ssb-event-card .ssb-card__image{
        height:170px !important;
    }
}


/* v1.11 echtes Querformat */
.ssb-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:20px !important;
}

.ssb-event-card{
    display:grid !important;
    grid-template-columns:62% 38% !important;
    align-items:stretch !important;
    padding:0 !important;
    overflow:hidden !important;
    min-height:190px !important;
}

.ssb-event-card__media{
    position:relative !important;
    min-width:0 !important;
    overflow:hidden !important;
}

.ssb-event-card .ssb-card__image{
    width:100% !important;
    height:100% !important;
    min-height:190px !important;
    object-fit:cover !important;
    display:block !important;
    margin:0 !important;
    border-radius:0 !important;
}

.ssb-event-card__side{
    display:grid !important;
    grid-template-columns:62px 1fr !important;
    gap:12px !important;
    padding:14px 14px 12px !important;
    align-items:start !important;
    background:#fff !important;
}

.ssb-event-card__badges{
    position:absolute !important;
    top:10px !important;
    left:10px !important;
    right:44px !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:6px !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    align-items:center !important;
}

.ssb-event-chip{
    flex:0 0 auto !important;
    max-width:none !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:clip !important;
}

.ssb-event-card__date{
    width:62px !important;
    text-align:center !important;
}

.ssb-event-card__month{
    display:block !important;
    margin:0 0 6px !important;
    color:#6caf1a !important;
    font-size:13px !important;
    font-weight:700 !important;
}

.ssb-event-card__day{
    display:block !important;
    font-size:24px !important;
    line-height:1 !important;
    font-weight:700 !important;
    color:#111 !important;
}

.ssb-event-card__text{
    min-width:0 !important;
    overflow:hidden !important;
    align-self:start !important;
}

.ssb-event-card h3{
    margin:0 0 4px !important;
    font-size:18px !important;
    line-height:1.02 !important;
}

.ssb-event-card__excerpt{
    margin:0 0 4px !important;
    font-size:13px !important;
    line-height:1.25 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card__location{
    margin:0 !important;
    font-size:13px !important;
    line-height:1.25 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card__star{
    top:10px !important;
    right:10px !important;
    z-index:3 !important;
}

.ssb-event-card--featured{
    border:2px solid #d4af37 !important;
}

@media (max-width: 1279px){
    .ssb-card-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
}

@media (max-width: 899px){
    .ssb-card-grid{
        grid-template-columns:1fr !important;
    }
    .ssb-event-card{
        grid-template-columns:1fr !important;
    }
    .ssb-event-card__side{
        grid-template-columns:62px 1fr !important;
    }
    .ssb-event-card .ssb-card__image{
        min-height:180px !important;
        height:180px !important;
    }
}


/* v1.12 exaktes Kartenformat 300x200 */
.ssb-card-grid{
    display:grid !important;
    grid-template-columns:repeat(3,300px) !important;
    gap:24px !important;
    justify-content:start !important;
    align-items:start !important;
}

.ssb-event-card{
    width:300px !important;
    height:200px !important;
    min-height:200px !important;
    max-height:200px !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:8px !important;
    display:block !important;
    box-shadow:0 1px 3px rgba(0,0,0,0.14) !important;
}

.ssb-event-card--featured{
    border:2px solid #d4af37 !important;
}

.ssb-event-card__media{
    position:relative !important;
    width:300px !important;
    height:120px !important;
    overflow:hidden !important;
}

.ssb-event-card .ssb-card__image{
    width:300px !important;
    height:120px !important;
    min-height:120px !important;
    max-height:120px !important;
    object-fit:cover !important;
    display:block !important;
    margin:0 !important;
    border-radius:0 !important;
}

.ssb-event-card__badges{
    position:absolute !important;
    top:8px !important;
    left:8px !important;
    right:46px !important;
    height:24px !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:5px !important;
    overflow:hidden !important;
    white-space:nowrap !important;
    align-items:flex-start !important;
}

.ssb-event-chip{
    width:80px !important;
    min-width:80px !important;
    max-width:80px !important;
    height:24px !important;
    min-height:24px !important;
    padding:0 6px !important;
    border-radius:6px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:700 !important;
    color:#fff !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    box-shadow:none !important;
}

/* feste Badgefarben */
.ssb-event-chip--damenevent{ background:#e91e63 !important; }
.ssb-event-chip--textilevent{ background:#424242 !important; }
.ssb-event-chip--gastaufguss{ background:#1e5aa6 !important; }
.ssb-event-chip--entspannungsevent{ background:#2e8b57 !important; }
.ssb-event-chip--spezialevent{ background:#8e24aa !important; }
.ssb-event-chip--themenevent{ background:#6a1b9a !important; }
.ssb-event-chip--showaufguss{ background:#ef6c00 !important; }

.ssb-event-card__star{
    position:absolute !important;
    top:8px !important;
    right:8px !important;
    width:26px !important;
    height:26px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:50% !important;
    background:#d4af37 !important;
    color:#fff !important;
    font-size:15px !important;
    z-index:3 !important;
    box-shadow:0 2px 8px rgba(0,0,0,0.16) !important;
}

.ssb-event-card__bottom{
    display:grid !important;
    grid-template-columns:58px 1fr !important;
    gap:12px !important;
    width:300px !important;
    height:80px !important;
    padding:10px 12px !important;
    background:#fff !important;
    box-sizing:border-box !important;
    align-items:start !important;
}

.ssb-event-card__date{
    width:58px !important;
    text-align:center !important;
}

.ssb-event-card__month{
    display:block !important;
    margin:0 0 4px !important;
    color:#71b518 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
}

.ssb-event-card__day{
    display:block !important;
    font-size:22px !important;
    line-height:1 !important;
    font-weight:700 !important;
    color:#111 !important;
}

.ssb-event-card__text{
    min-width:0 !important;
    overflow:hidden !important;
}

.ssb-event-card h3{
    margin:0 0 4px !important;
    font-size:15px !important;
    line-height:1.05 !important;
    font-weight:700 !important;
    max-height:32px !important;
    overflow:hidden !important;
}

.ssb-event-card h3 a{
    color:#1a1a1a !important;
    text-decoration:none !important;
}

.ssb-event-card h3 a:hover{
    text-decoration:underline !important;
}

.ssb-event-card__excerpt{
    margin:0 0 4px !important;
    font-size:12px !important;
    line-height:1.2 !important;
    color:#6a6a6a !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card__location{
    margin:0 !important;
    font-size:12px !important;
    line-height:1.2 !important;
    color:#2e2e2e !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card .button,
.ssb-event-card .ssb-card__actions{
    display:none !important;
}

@media (max-width: 1100px){
    .ssb-card-grid{
        grid-template-columns:repeat(2,300px) !important;
    }
}

@media (max-width: 760px){
    .ssb-card-grid{
        grid-template-columns:300px !important;
    }
}


/* v1.12.1 nur sichere Feinschliffe auf Basis von v1.12 */
.ssb-card-grid{
    justify-content:center !important;
}

.ssb-event-card--featured{
    border:3px solid #d4af37 !important;
    box-shadow:0 10px 28px rgba(212,175,55,0.24) !important;
}

.ssb-event-card .ssb-card__image{
    transition:transform 0.18s ease !important;
}

.ssb-event-card:hover .ssb-card__image{
    transform:scale(1.03) !important;
}

/* feste Badgefarben nach Typ */
.ssb-event-chip--damenevent{ background:#e91e63 !important; }
.ssb-event-chip--textilevent{ background:#424242 !important; }
.ssb-event-chip--gastaufguss{ background:#1e5aa6 !important; }
.ssb-event-chip--spezialevent{ background:#8e24aa !important; }
.ssb-event-chip--entspannungsevent{ background:#2e8b57 !important; }
.ssb-event-chip--themenevent{ background:#6a1b9a !important; }
.ssb-event-chip--showaufguss{ background:#ef6c00 !important; }

/* Badge-Format strikt */
.ssb-event-chip{
    width:80px !important;
    min-width:80px !important;
    max-width:80px !important;
    height:24px !important;
    min-height:24px !important;
    padding:0 6px !important;
    font-size:11px !important;
    line-height:1 !important;
}


/* v1.12.2 Badge-Fix mit höherer Spezifität */
.ssb-event-card .ssb-event-card__badges .ssb-event-chip.ssb-event-chip--damenevent{ background:#e91e63 !important; }
.ssb-event-card .ssb-event-card__badges .ssb-event-chip.ssb-event-chip--textilevent{ background:#424242 !important; }
.ssb-event-card .ssb-event-card__badges .ssb-event-chip.ssb-event-chip--gastaufguss{ background:#1e5aa6 !important; }
.ssb-event-card .ssb-event-card__badges .ssb-event-chip.ssb-event-chip--spezialevent{ background:#8e24aa !important; }
.ssb-event-card .ssb-event-card__badges .ssb-event-chip.ssb-event-chip--entspannungsevent{ background:#2e8b57 !important; }
.ssb-event-card .ssb-event-card__badges .ssb-event-chip.ssb-event-chip--themenevent{ background:#6a1b9a !important; }
.ssb-event-card .ssb-event-card__badges .ssb-event-chip.ssb-event-chip--showaufguss{ background:#ef6c00 !important; }

/* optionale leichte Lesbarkeitskorrektur */
.ssb-event-card .ssb-event-card__badges .ssb-event-chip{
    color:#fff !important;
    font-weight:700 !important;
}


/* v1.12.3 Badge-Breite optimiert für 3 + Stern */
.ssb-event-card__badges{
    right:36px !important;
}

.ssb-event-chip{
    width:70px !important;
    min-width:70px !important;
    max-width:70px !important;
    height:22px !important;
    min-height:22px !important;
    padding:0 5px !important;
    font-size:10px !important;
    border-radius:5px !important;
}

.ssb-event-card__badges{
    gap:5px !important;
}


/* v1.12.4 Bild klickbar */
.ssb-event-image-link{
display:block;
width:100%;
height:100%;
}

.ssb-event-image-link img{
width:100%;
height:100%;
object-fit:cover;
display:block;
}

/* v1.12.5 placeholder handling */
.ssb-card__image img[src*="placeholder"],
.ssb-card__image img[src*="saunaagenda"]{
    object-fit:contain;
    background:#ffffff;
    padding:8px;
}

/* real event images remain cover */
.ssb-card__image img{
    object-fit:cover;
}


/* GEO Filter UI */
.ssb-geo-filter{
display:flex;
gap:10px;
margin:20px auto;
max-width:960px;
justify-content:center;
}

.ssb-geo-filter input{
padding:6px 10px;
width:220px;
}

.ssb-geo-filter select{
padding:6px 8px;
}

.ssb-geo-filter button{
padding:6px 10px;
cursor:pointer;
}


/* v1.17.1 */
#ssb-map-container{
    max-width:960px;
    border-radius:8px;
    overflow:hidden;
}


/* v1.18.3 hard map bootstrap */
#ssb-map-container{
    width:100% !important;
    max-width:960px !important;
    height:420px !important;
    margin:20px auto !important;
    display:block !important;
    background:#f3f3f3 !important;
    border-radius:8px !important;
}


/* v1.20.3 Kartenfilter-Fix */
.ssb-event-card.ssb-event-card--hidden{
    display:none !important;
}


/* v1.21 Startseite responsive + Pagination */
.ssb-hero{
    display:grid !important;
    grid-template-columns:120px 1fr !important;
    align-items:center !important;
    gap:24px !important;
}
.ssb-hero img,
.ssb-hero .wp-block-image img,
.ssb-hero .custom-logo{
    max-width:100px !important;
    height:auto !important;
}
.ssb-hero h1{
    margin:0 0 8px !important;
    line-height:0.95 !important;
}
.ssb-home-events{
    margin-top:20px !important;
}
.ssb-geo-filter{
    display:grid !important;
    grid-template-columns:minmax(220px, 1fr) 120px 160px 120px !important;
    gap:10px !important;
    align-items:center !important;
    max-width:960px !important;
    margin:20px auto !important;
}
.ssb-geo-filter input,
.ssb-geo-filter select,
.ssb-geo-filter button{
    width:100% !important;
    box-sizing:border-box !important;
    min-height:44px !important;
    font-size:16px !important;
}
.ssb-pagination{
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    gap:8px !important;
    flex-wrap:wrap !important;
    margin:24px auto 10px !important;
}
.ssb-pagination__item a,
.ssb-pagination__item span{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:42px !important;
    min-height:42px !important;
    padding:0 12px !important;
    border:1px solid rgba(0,0,0,0.14) !important;
    border-radius:8px !important;
    text-decoration:none !important;
    color:#111 !important;
    background:#fff !important;
}
.ssb-pagination__item .current{
    background:#111 !important;
    color:#fff !important;
    border-color:#111 !important;
}
@media (max-width: 767px){
    .ssb-hero{
        grid-template-columns:72px 1fr !important;
        gap:14px !important;
        margin-top:20px !important;
        padding:16px !important;
    }
    .ssb-hero img,
    .ssb-hero .wp-block-image img,
    .ssb-hero .custom-logo{
        max-width:64px !important;
    }
    .ssb-hero h1{
        font-size:48px !important;
        line-height:0.95 !important;
        margin:0 0 6px !important;
    }
    .ssb-hero p{
        font-size:20px !important;
        line-height:1.25 !important;
        margin:0 !important;
    }
    .ssb-geo-filter{
        grid-template-columns:1fr !important;
        max-width:none !important;
        width:calc(100% - 32px) !important;
        margin:16px auto !important;
    }
    #ssb-map-container{
        width:calc(100% - 32px) !important;
        max-width:none !important;
        height:320px !important;
        margin:16px auto !important;
    }
    .ssb-card-grid{
        grid-template-columns:300px !important;
        justify-content:center !important;
    }
    .ssb-pagination{
        width:calc(100% - 32px) !important;
    }
}
/* footer mobile cleanup */
@media (max-width: 767px){
    .site-footer,
    .ssb-footer,
    footer{
        padding-left:16px !important;
        padding-right:16px !important;
    }
    .site-footer .wp-block-columns,
    .ssb-footer .wp-block-columns,
    footer .wp-block-columns{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        gap:18px !important;
        text-align:center !important;
    }
    .site-footer img,
    .ssb-footer img,
    footer img{
        max-width:120px !important;
        height:auto !important;
    }
}


.ssb-load-more-wrap{
    display:flex;
    justify-content:center;
    margin:30px 0 40px 0;
}
.ssb-load-more-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:200px;
    padding:12px 28px;
    background:#111;
    color:#fff;
    text-decoration:none;
    border-radius:10px;
    font-weight:600;
    transition:opacity .2s ease, transform .2s ease;
}
.ssb-load-more-button:hover{
    opacity:.92;
}
.ssb-load-more-button.is-loading{
    pointer-events:none;
    opacity:.7;
}


/* --- Event detail v1.23.1 --- */
.ssb-event-detail{
    padding: 32px 16px;
}
.ssb-event-detail__inner{
    max-width: 80rem;
    margin: 0 auto;
}
.ssb-event-detail__header{
    margin-bottom: 24px;
}
.ssb-event-detail__header h1{
    margin: 0 0 12px 0;
}
.ssb-event-detail__chips{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 12px 0;
}
.ssb-event-detail__chip{
    display:inline-flex;
    align-items:center;
    padding:6px 10px;
    border-radius:999px;
    background:#f2f2f2;
    font-size:14px;
}
.ssb-event-detail__meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;
    color:#444;
}
.ssb-event-detail__image{
    margin: 0 0 24px 0;
}
.ssb-event-detail__image img{
    width:100%;
    height:auto;
    border-radius:16px;
    display:block;
}
.ssb-event-detail__content{
    margin: 0 0 24px 0;
}
.ssb-event-detail__info-box,
.ssb-event-detail__map-box,
.ssb-event-detail__venue-box,
.ssb-event-detail__related-box{
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    border-radius:16px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    margin-bottom:20px;
}
.ssb-event-detail__info-box h2,
.ssb-event-detail__map-box h2,
.ssb-event-detail__venue-box h2,
.ssb-event-detail__related-box h2{
    margin-top:0;
    margin-bottom:14px;
}
.ssb-event-detail__info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px 18px;
}
.ssb-event-detail__info-grid div{
    display:flex;
    flex-direction:column;
    gap:4px;
}
.ssb-event-detail__map{
    width:100%;
    height:360px;
    border-radius:12px;
}
.ssb-event-detail__venue-name{
    font-weight:600;
}
.ssb-event-detail__actions{
    margin-top:14px;
}
.ssb-event-detail__button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:180px;
    padding:12px 20px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
    background:#111;
    color:#fff;
}
.ssb-event-detail__related-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
}
.ssb-event-detail__related-item{
    border:1px solid rgba(0,0,0,0.08);
    border-radius:12px;
    padding:16px;
}
.ssb-event-detail__related-item h3{
    margin:0 0 8px 0;
    font-size:1.1rem;
}
.ssb-event-detail__related-item p{
    margin:0;
}
@media (max-width: 768px){
    .ssb-event-detail{
        padding: 24px 16px;
    }
    .ssb-event-detail__info-grid{
        grid-template-columns:1fr;
    }
    .ssb-event-detail__map{
        height:260px;
    }
    .ssb-event-detail__related-grid{
        grid-template-columns:1fr;
    }
}



/* --- Event detail header datebox v1.24.1 --- */
.ssb-event-detail__hero{
    display:grid;
    grid-template-columns:110px 1fr;
    gap:18px;
    align-items:start;
}
.ssb-event-datebox{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    padding-top:6px;
}
.ssb-event-datebox__month{
    color:#7eb21b;
    font-weight:700;
    font-size:1.1rem;
    line-height:1;
    margin-bottom:4px;
    text-transform:none;
}
.ssb-event-datebox__day{
    font-weight:800;
    font-size:3rem;
    line-height:0.95;
    color:#0b103d;
}
.ssb-event-detail__hero-text h1{
    margin:0 0 10px 0;
}
.ssb-event-detail__meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px 18px;
    color:#444;
}
@media (max-width:768px){
    .ssb-event-detail__hero{
        grid-template-columns:1fr;
        gap:12px;
    }
    .ssb-event-datebox{
        align-items:flex-start;
    }
}



/* --- Event detail polish v1.24.2 --- */
.ssb-event-detail__image{
    max-width: 960px;
}
.ssb-event-detail__image img{
    width:100%;
    max-height:560px;
    object-fit:cover;
    object-position:center;
}

.ssb-event-detail__chip--highlight{
    background:#ffe8a3;
    color:#7a5d00;
}
.ssb-event-detail__chip--damen{
    background:#ffd6ee;
    color:#a01363;
}
.ssb-event-detail__chip--entspannungsevent{
    background:#dff6ef;
    color:#0d7a55;
}
.ssb-event-detail__chip--gastaufguss{
    background:#dbe8ff;
    color:#1f57a5;
}
.ssb-event-detail__chip--spezialevent{
    background:#eadcff;
    color:#7a2fc2;
}
.ssb-event-detail__chip--textil{
    background:#ececec;
    color:#444;
}
@media (max-width:768px){
    .ssb-event-detail__image img{
        max-height:360px;
    }
}




/* --- Sticky date --- */
@media (min-width: 900px){
.ssb-event-detail__header{
    position: sticky;
    top: 100px;
    background: var(--wp--preset--color--base, #fff);
    z-index: 5;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.ssb-event-detail__hero{
    align-items: flex-start;
}
}


/* --- Route button --- */
.ssb-route-button{
    margin-top:14px;
}
.ssb-route-link{
    display:inline-block;
    background:#0b103d;
    color:#fff;
    padding:10px 18px;
    border-radius:8px;
    font-weight:600;
    text-decoration:none;
}
.ssb-route-link:hover{
    background:#1d2568;
}


/* related events static grid */
.ssb-event-detail__related-box .ssb-card-grid--related-static{
    display:grid;
    grid-template-columns:repeat(3, minmax(0,1fr));
    gap:18px;
}
.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-card{
    width:100%;
    min-width:0;
    max-width:none;
    margin:0;
}
.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-card__excerpt{
    display:none;
}
@media (max-width: 900px){
    .ssb-event-detail__related-box .ssb-card-grid--related-static{
        grid-template-columns:1fr;
        gap:14px;
    }
}


/* FORCE related events sizing */
.ssb-event-detail__related-box{
max-width:1280px !important;
margin:0 auto !important;
}

.ssb-event-detail__related-box .ssb-card-grid--related-static{
display:grid !important;
grid-template-columns:repeat(4,minmax(0,1fr)) !important;
gap:16px !important;
align-items:start !important;
}

.ssb-event-detail__related-box .ssb-event-card{
width:100% !important;
max-width:none !important;
margin:0 !important;
}

.ssb-event-detail__related-box .ssb-event-card img{
height:160px !important;
object-fit:cover !important;
}

@media (max-width:1200px){
.ssb-event-detail__related-box .ssb-card-grid--related-static{
grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}
}

@media (max-width:900px){
.ssb-event-detail__related-box .ssb-card-grid--related-static{
grid-template-columns:1fr !important;
}
}


/* venue hero */
.ssb-venue-hero{
display:flex;
align-items:center;
gap:20px;
margin-bottom:20px;
}

.ssb-venue-hero-logo img{
max-width:120px;
height:auto;
}

.ssb-venue-icons{
display:flex;
flex-wrap:wrap;
gap:8px;
margin-top:10px;
}

.ssb-venue-badge{
background:#f2f2f2;
padding:6px 10px;
border-radius:6px;
font-size:14px;
}


/* Venue detail v1.30 */
.ssb-venue-detail{max-width:1280px;width:100%;margin:0 auto;}
.ssb-venue-header-card,.ssb-venue-section{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;margin:0 0 22px 0;box-shadow:0 2px 10px rgba(0,0,0,.04);}
.ssb-venue-header-card{display:grid;grid-template-columns:140px 1fr;gap:24px;align-items:center;}
.ssb-venue-header-logo img{width:140px;height:140px;object-fit:contain;border-radius:16px;background:#fff;border:1px solid #e5e7eb;padding:10px;}
.ssb-venue-header-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px;}
.ssb-button{display:inline-block;padding:10px 16px;border-radius:999px;background:#0f4c81;color:#fff;text-decoration:none;}
.ssb-membership-badge{display:inline-block;padding:10px 14px;border-radius:999px;background:#eef6ff;color:#0f4c81;font-weight:600;}
.ssb-venue-featured-wrap{margin:0 0 22px 0;}
.ssb-venue-featured-image{width:100%;height:auto;display:block;border-radius:18px;}
.ssb-venue-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.ssb-venue-badges{display:flex;flex-wrap:wrap;gap:10px;}
.ssb-venue-badge{display:inline-block;padding:8px 12px;border-radius:999px;background:#f3f4f6;}
.ssb-venue-map-wrap{position:relative;padding-top:42%;overflow:hidden;border-radius:16px;}
.ssb-venue-map{position:absolute;inset:0;width:100%;height:100%;border:0;}
.ssb-venue-more summary{cursor:pointer;color:#0f4c81;font-weight:600;}

.ssb-venue-about-text{line-height:1.65;margin:0;}.ssb-venue-about-text p{margin:0 0 1em;}.ssb-venue-about-text p:last-child{margin-bottom:0;}.ssb-venue-about-text ul,.ssb-venue-about-text ol{margin:0 0 1em 1.25em;padding:0;}.ssb-venue-about-text li{margin:0 0 .35em;}
.ssb-venue-more-inline[hidden]{display:none;}
.ssb-venue-more-toggle{display:inline;background:none;border:0;padding:0;margin-left:6px;color:#0f4c81;font-weight:600;cursor:pointer;font:inherit;text-decoration:underline;}
.ssb-venue-more-toggle:hover{color:#0b3d67;}
@media (max-width: 800px){.ssb-venue-header-card{grid-template-columns:1fr;}.ssb-venue-grid{grid-template-columns:1fr;}.ssb-venue-header-logo img{width:110px;height:110px;}}

.ssb-auth-form{max-width:640px;}
.ssb-auth-form-grid{max-width:520px;}
.ssb-auth-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;}
.ssb-auth-link{color:#111;text-decoration:underline;}
.ssb-auth-remember{margin-top:0;}

.ssb-badge--pending{background:#fff4d6;color:#8a5a00;font-weight:700;}
.ssb-badge--blocked{background:#fde8e8;color:#9b1c1c;font-weight:700;}
.ssb-inline-hint{display:inline-block;padding:10px 12px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:14px;}


/* SaunaFinder */
.ssb-venues-page{max-width:1280px;margin:0 auto;padding:8px 0 24px;width:100%;}.ssb-venues-page.alignwide{max-width:1280px !important;}.wp-block-post-content .ssb-venues-page.alignwide{max-width:var(--wp--style--global--wide-size) !important;width:100%;}
.ssb-venues-intro{margin:0 0 18px;max-width:100%;width:100%;text-align:left;color:#22313f;line-height:1.65;}.ssb-venues-intro p{margin:0 0 6px;}.ssb-venues-intro p:last-child{margin-bottom:0;}
.ssb-venues-search{background:#fff;border:1px solid #d9e2ea;border-radius:18px;padding:16px 18px;margin:0 0 18px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.ssb-venues-search__grid{display:grid;grid-template-columns:110px minmax(0,2fr) 180px auto;gap:14px;align-items:end;}
.ssb-venues-search__field label{display:block;font-weight:600;margin:0 0 6px;}
.ssb-venues-search__field input,.ssb-venues-search__field select{width:100%;padding:12px 14px;border:1px solid #cfd8df;border-radius:12px;box-sizing:border-box;}
.ssb-venues-search__actions{display:flex;gap:10px;align-items:end;}
.ssb-venues-amenity-filters{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid #e5edf3;align-items:center;}
.ssb-venues-amenity-filters__label{font-weight:700;color:#22313f;margin-right:4px;}
.ssb-amenity-chip{appearance:none;border:1px solid #d9e2ea;background:#f8fbfd;color:#22313f;border-radius:999px;padding:10px 14px;line-height:1;cursor:pointer;transition:all .18s ease;box-shadow:none;}
.ssb-amenity-chip:hover{border-color:#c7a34b;background:#fff8e8;transform:translateY(-1px);}
.ssb-amenity-chip.is-active{background:#111827;color:#fff;border-color:#111827;box-shadow:0 8px 18px rgba(17,24,39,.14);}
.ssb-venues-meta{display:flex;flex-wrap:wrap;gap:6px 14px;align-items:baseline;margin:10px 0 12px;color:#22313f;font-weight:600;font-size:0.92rem;line-height:1.35;}
.ssb-venues-active-filters,.ssb-venues-count{margin:0;color:#22313f;font-weight:600;}

.ssb-button--secondary{background:#eef3f6;color:#173042;}
.ssb-venues-map{height:520px;border-radius:20px;overflow:hidden;border:1px solid #d9e2ea;box-shadow:0 10px 24px rgba(0,0,0,.06);margin-bottom:14px;}
.ssb-venues-table-wrap{overflow-x:auto;background:#fff;border:1px solid #d9e2ea;border-radius:18px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.ssb-venues-table{width:100%;border-collapse:collapse;min-width:760px;}
.ssb-venues-table th,.ssb-venues-table td{padding:14px 16px;border-bottom:1px solid #edf1f4;text-align:left;vertical-align:middle;}
.ssb-venues-table tbody tr:hover{background:#f8fbfc;}
.ssb-sort-btn{appearance:none;background:none;border:0;padding:0;font:inherit;font-weight:700;cursor:pointer;position:relative;padding-right:14px;}
.ssb-sort-btn.is-asc:after,.ssb-sort-btn.is-desc:after{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:12px;}
.ssb-sort-btn.is-asc:after{content:'↑';}
.ssb-sort-btn.is-desc:after{content:'↓';}
.ssb-inline-badge{display:inline-block;padding:5px 10px;border-radius:999px;font-size:13px;font-weight:600;line-height:1.2;white-space:nowrap;}
.ssb-inline-badge.is-member{background:#e6f5ea;color:#15653a;}
.ssb-inline-badge.is-non-member{background:#edf1f5;color:#4d5d6b;}
.ssb-inline-badge.is-excellence{background:#fff1cc;color:#8a5a00;}
.ssb-inline-badge.is-quality{background:#e8f1ff;color:#1e4fa8;}
.ssb-inline-badge.is-none{background:#f2f4f7;color:#6b7280;}
.ssb-table-link{font-weight:600;text-decoration:none;}
.ssb-map-popup{line-height:1.45;}
@media (max-width: 900px){.ssb-venues-search__grid{grid-template-columns:1fr;}.ssb-venues-search__actions{justify-content:flex-start;}.ssb-venues-map{height:420px;}}

.ssb-label-star{display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;}
.ssb-label-star--gold{color:#c99700;}
.ssb-label-star--silver{color:#9aa4b2;}
.ssb-venue-row.is-quality-row td{border-top:2px solid #c7d0da;border-bottom:2px solid #c7d0da;}
.ssb-venue-row.is-quality-row td:first-child{border-left:2px solid #c7d0da;border-radius:10px 0 0 10px;}
.ssb-venue-row.is-quality-row td:last-child{border-right:2px solid #c7d0da;border-radius:0 10px 10px 0;}
.ssb-venue-row.is-excellence-row td{border-top:2px solid #d4a300;border-bottom:2px solid #d4a300;}
.ssb-venue-row.is-excellence-row td:first-child{border-left:2px solid #d4a300;border-radius:10px 0 0 10px;}
.ssb-venue-row.is-excellence-row td:last-child{border-right:2px solid #d4a300;border-radius:0 10px 10px 0;}

.ssb-venues-legend{display:flex;flex-wrap:wrap;gap:18px;align-items:center;margin:6px 0 14px;padding:0 2px;}
.ssb-venues-legend-wrap{display:flex;flex-direction:column;gap:4px;margin-bottom:12px;}
.ssb-venues-legend--amenities{gap:10px 14px;margin-top:0;margin-bottom:0;}
.ssb-legend-label{font-size:14px;font-weight:600;color:#1f2937;margin-right:2px;}
.ssb-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:14px;}
.ssb-legend-item img{width:14px;height:14px;object-fit:contain;display:inline-block;}
.ssb-inline-icon{width:14px;height:14px;object-fit:contain;display:inline-block;vertical-align:middle;}
.ssb-inline-icon--member{width:13px;height:18px;}
.ssb-venue-name-cell{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.ssb-venue-name-icons{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap;}
.ssb-amenities{display:flex;flex-wrap:wrap;gap:6px;align-items:center;}
.ssb-amenity-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#f3f7fa;border:1px solid #d9e2ea;font-size:13px;line-height:1;}
.ssb-venues-table{min-width:840px;}
.ssb-venues-table th,.ssb-venues-table td{white-space:normal;}
.ssb-venue-row.is-quality-row{box-shadow: inset 3px 0 0 #b8bcc3;}
.ssb-venue-row.is-excellence-row{box-shadow: inset 3px 0 0 #d4af37;}

.ssb-sort-hint{margin:4px 2px 14px;color:#6b7280;font-size:14px;line-height:1.4;}
@media (min-width: 768px){.ssb-sort-hint{font-size:12px;color:#9ca3af;line-height:1.35;margin:2px 2px 10px;font-style:italic;}}

.ssb-venue-row.is-active{background:#eef6fb !important;}
.ssb-venue-row-trigger{appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;text-align:left;width:100%;}
.ssb-venue-row-trigger:hover .ssb-venue-name-text,.ssb-venue-row.is-active .ssb-venue-name-text{text-decoration:underline;}
.ssb-map-popup a{font-weight:600;text-decoration:none;}

/* v2.15.34 saunafinder polish */

.ssb-venues-legend-wrap{gap:10px;margin:8px 0 18px;}
.ssb-venues-legend{gap:20px;align-items:center;}
.ssb-venues-legend--amenities{gap:10px 16px;}
.ssb-legend-label{font-size:.95rem;color:#52606d;font-weight:500;}
.ssb-legend-item{display:inline-flex;align-items:center;gap:8px;line-height:1.2;}
.ssb-inline-icon--member{width:13px;height:auto;vertical-align:middle;}
.ssb-inline-icon--star{width:12px;height:auto;vertical-align:middle;}
.ssb-venue-name-icons{display:inline-flex;align-items:center;gap:2px;margin-left:6px;}
.ssb-amenity-icon{transform:scale(.92);transform-origin:center center;}
.ssb-amenity-chip{display:inline-flex;align-items:center;gap:6px;}


/* v2.15.35 startseite filter/map width sync */
.ssb-home-events{max-width:1280px;margin:0 auto;padding:8px 0 24px;width:100%;}
.ssb-home-events .ssb-filters{max-width:1280px;background:#fff;border:1px solid #d9e2ea;border-radius:18px;padding:16px 18px;margin:0 0 18px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.ssb-home-events .ssb-filter-toggle{width:100%;justify-content:flex-start;background:#fff;color:#173042 !important;border:1px solid #cfd8df;padding:12px 16px;border-radius:12px;font-weight:700;}
.ssb-home-events .ssb-filter-toggle:hover{background:#f8fbfc;}
.ssb-home-events .ssb-filter-content{padding-top:16px;}
.ssb-home-events .ssb-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;}
.ssb-home-events .ssb-filter-checkboxes{padding-top:0;align-self:end;}
.ssb-home-events .ssb-filter-actions{margin-top:4px;}
.ssb-home-events .ssb-filter-actions .button--light{background:#eef3f6;border:1px solid #cfd8df;color:#173042 !important;}
.ssb-home-events .ssb-geo-filter{display:grid !important;grid-template-columns:minmax(0,2fr) 180px 180px 140px;gap:14px;align-items:end;max-width:1280px !important;background:#fff;border:1px solid #d9e2ea;border-radius:18px;padding:16px 18px;margin:0 0 18px !important;box-shadow:0 8px 20px rgba(0,0,0,.04);justify-content:stretch;}
.ssb-home-events .ssb-geo-filter input,.ssb-home-events .ssb-geo-filter select,.ssb-home-events .ssb-geo-filter button{width:100% !important;box-sizing:border-box !important;min-height:46px !important;border-radius:12px !important;}
.ssb-home-events #ssb-map-container{width:100% !important;max-width:1280px !important;height:520px !important;margin:0 0 20px !important;display:block !important;background:#f3f8fb !important;border-radius:20px !important;overflow:hidden !important;border:1px solid #d9e2ea !important;box-shadow:0 10px 24px rgba(0,0,0,.06) !important;}
.ssb-home-events .ssb-card-grid{max-width:1280px;margin:0 auto;}
.ssb-home-events .ssb-load-more-wrap,.ssb-home-events .ssb-pagination{max-width:1280px;margin-left:auto !important;margin-right:auto !important;}
@media (max-width: 900px){
  .ssb-home-events .ssb-form-grid{grid-template-columns:1fr;}
  .ssb-home-events .ssb-geo-filter{grid-template-columns:1fr !important;width:100% !important;max-width:none !important;}
  .ssb-home-events #ssb-map-container{height:360px !important;max-width:none !important;}
}


/* v2.15.36 startseite sync robust */
.ssb-home-sync,
.ssb-home-events{
  max-width:1280px;
  margin:0 auto;
  width:100%;
  padding:8px 0 24px;
  box-sizing:border-box;
}

.ssb-home-sync .ssb-filters,
.ssb-home-events .ssb-filters{
  max-width:1280px !important;
  background:#fff;
  border:1px solid #d9e2ea;
  border-radius:18px;
  padding:16px 18px;
  margin:0 0 18px;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
}

.ssb-home-sync .ssb-filter-toggle,
.ssb-home-events .ssb-filter-toggle{
  width:100%;
  justify-content:center;
  background:#111 !important;
  color:#fff !important;
  border:0 !important;
  padding:12px 16px;
  border-radius:12px;
  font-weight:700;
}

.ssb-home-sync .ssb-filter-content,
.ssb-home-events .ssb-filter-content{
  padding-top:16px;
}

.ssb-home-sync .ssb-form-grid,
.ssb-home-events .ssb-form-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}

.ssb-home-sync .ssb-filter-checkboxes,
.ssb-home-events .ssb-filter-checkboxes{
  padding-top:0;
  align-self:end;
}

.ssb-home-sync .ssb-filter-actions,
.ssb-home-events .ssb-filter-actions{
  margin-top:4px;
}

.ssb-home-sync .ssb-filter-actions .button--light,
.ssb-home-events .ssb-filter-actions .button--light{
  background:#eef3f6;
  border:1px solid #cfd8df;
  color:#173042 !important;
}

.ssb-home-sync .ssb-geo-filter,
.ssb-home-events .ssb-geo-filter{
  display:grid !important;
  grid-template-columns:minmax(0,2fr) 120px 150px 110px;
  gap:10px;
  align-items:end;
  max-width:1280px !important;
  width:100%;
  margin:0 0 18px !important;
}

.ssb-home-sync .ssb-geo-filter input,
.ssb-home-sync .ssb-geo-filter select,
.ssb-home-sync .ssb-geo-filter button,
.ssb-home-events .ssb-geo-filter input,
.ssb-home-events .ssb-geo-filter select,
.ssb-home-events .ssb-geo-filter button{
  width:100% !important;
  box-sizing:border-box !important;
  min-height:46px !important;
  border-radius:12px !important;
}

.ssb-home-sync .ssb-geo-filter input,
.ssb-home-sync .ssb-geo-filter select,
.ssb-home-events .ssb-geo-filter input,
.ssb-home-events .ssb-geo-filter select{
  border:1px solid #cfd8df !important;
  padding:12px 14px !important;
  background:#fff !important;
}

.ssb-home-sync #ssb-geo-use-location,
.ssb-home-events #ssb-geo-use-location{
  background:#fff !important;
  color:#173042 !important;
  border:1px solid #cfd8df !important;
}

.ssb-home-sync #ssb-map-container,
.ssb-home-events #ssb-map-container{
  width:100% !important;
  max-width:1280px !important;
  height:520px !important;
  margin:0 0 20px !important;
  display:block !important;
  background:#f3f8fb !important;
  border-radius:20px !important;
  overflow:hidden !important;
  border:1px solid #d9e2ea !important;
  box-shadow:0 10px 24px rgba(0,0,0,.06) !important;
}

.ssb-home-sync .ssb-card-grid,
.ssb-home-events .ssb-card-grid{
  max-width:1280px;
  margin:0 auto;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:24px !important;
}

.ssb-home-sync .ssb-event-card,
.ssb-home-events .ssb-event-card{
  border:1px solid #d9e2ea !important;
  border-radius:18px !important;
  box-shadow:0 8px 20px rgba(0,0,0,.04) !important;
}

.ssb-home-sync .ssb-load-more-wrap,
.ssb-home-events .ssb-load-more-wrap,
.ssb-home-sync .ssb-pagination,
.ssb-home-events .ssb-pagination{
  max-width:1280px;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media (max-width: 1100px){
  .ssb-home-sync .ssb-card-grid,
  .ssb-home-events .ssb-card-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width: 900px){
  .ssb-home-sync,
  .ssb-home-events{
    padding-left:0;
    padding-right:0;
  }

  .ssb-home-sync .ssb-form-grid,
  .ssb-home-events .ssb-form-grid{
    grid-template-columns:1fr !important;
  }

  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns:1fr !important;
    width:100% !important;
    max-width:none !important;
  }

  .ssb-home-sync .ssb-card-grid,
  .ssb-home-events .ssb-card-grid{
    grid-template-columns:1fr !important;
  }

  .ssb-home-sync #ssb-map-container,
  .ssb-home-events #ssb-map-container{
    height:360px !important;
    max-width:none !important;
  }
}


/* v2.15.38 startseite search final */
.ssb-home-sync .ssb-geo-filter,
.ssb-home-events .ssb-geo-filter{
  display:grid !important;
  grid-template-columns:minmax(0,1.9fr) 180px 250px !important;
  gap:14px !important;
  align-items:end !important;
}

.ssb-home-sync .ssb-geo-filter__field,
.ssb-home-events .ssb-geo-filter__field{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-width:0;
}

.ssb-home-sync .ssb-geo-filter__field label,
.ssb-home-events .ssb-geo-filter__field label{
  display:block;
  font-size:13px;
  font-weight:700;
  color:#173042;
  margin:0;
}

.ssb-home-sync .ssb-geo-filter__actions,
.ssb-home-events .ssb-geo-filter__actions{
  display:flex;
  gap:10px;
  align-items:end;
  justify-content:flex-start;
  flex-wrap:nowrap;
}

.ssb-home-sync .ssb-geo-filter__actions button,
.ssb-home-events .ssb-geo-filter__actions button{
  flex:0 0 auto;
}

.ssb-home-sync .ssb-geo-filter__actions,
.ssb-home-events .ssb-geo-filter__actions{
  width:100%;
  justify-content:flex-start !important;
}

.ssb-home-sync #ssb-search-button,
.ssb-home-events #ssb-search-button{
  background:#0f5b8d !important;
  border:1px solid #0f5b8d !important;
  color:#fff !important;
  min-width:96px !important;
  padding:0 18px !important;
}

.ssb-home-sync #ssb-reset-button,
.ssb-home-events #ssb-reset-button{
  background:#fff !important;
  border:1px solid #bfcdd8 !important;
  color:#173042 !important;
  min-width:120px !important;
  padding:0 18px !important;
}

.ssb-home-sync .ssb-card-grid,
.ssb-home-events .ssb-card-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}

@media (max-width: 1220px){
  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns:minmax(0,1.6fr) 170px 240px !important;
  }

  .ssb-home-sync .ssb-card-grid,
  .ssb-home-events .ssb-card-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media (max-width: 900px){
  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns:1fr !important;
  }

  .ssb-home-sync .ssb-geo-filter__actions,
  .ssb-home-events .ssb-geo-filter__actions{
    flex-direction:column;
    align-items:stretch;
  }

  .ssb-home-sync .ssb-geo-filter__actions button,
  .ssb-home-events .ssb-geo-filter__actions button,
  .ssb-home-sync #ssb-search-button,
  .ssb-home-events #ssb-search-button,
  .ssb-home-sync #ssb-reset-button,
  .ssb-home-events #ssb-reset-button{
    width:100% !important;
    min-width:0;
  }
}


/* v2.15.39 startseite suchfeld exakt wie saunafinder */
.ssb-home-sync .ssb-geo-filter,
.ssb-home-events .ssb-geo-filter{
  display:grid !important;
  grid-template-columns: 90px minmax(0,1.7fr) 150px 120px 140px !important;
  gap:12px !important;
  align-items:end !important;
}

.ssb-home-sync .ssb-geo-filter__actions,
.ssb-home-events .ssb-geo-filter__actions{
  display:contents !important;
}

.ssb-home-sync .ssb-geo-filter__field--country,
.ssb-home-events .ssb-geo-filter__field--country{grid-column:auto;}

.ssb-home-sync .ssb-geo-filter__field--location,
.ssb-home-events .ssb-geo-filter__field--location{grid-column:auto;}

.ssb-home-sync .ssb-geo-filter__field--radius,
.ssb-home-events .ssb-geo-filter__field--radius{grid-column:auto;}

.ssb-home-sync #ssb-search-button,
.ssb-home-events #ssb-search-button,
.ssb-home-sync #ssb-reset-button,
.ssb-home-events #ssb-reset-button{
  width:100% !important;
  min-width:0 !important;
  min-height:46px !important;
  border-radius:12px !important;
  align-self:end !important;
}

.ssb-home-sync #ssb-search-button,
.ssb-home-events #ssb-search-button{
  padding:0 14px !important;
}

.ssb-home-sync #ssb-reset-button,
.ssb-home-events #ssb-reset-button{
  padding:0 14px !important;
}

@media (max-width: 1100px){
  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns: 90px minmax(0,1fr) 140px 110px 130px !important;
  }
}

@media (max-width: 900px){
  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns:1fr !important;
  }

  .ssb-home-sync .ssb-geo-filter__actions,
  .ssb-home-events .ssb-geo-filter__actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .ssb-home-sync #ssb-search-button,
  .ssb-home-events #ssb-search-button,
  .ssb-home-sync #ssb-reset-button,
  .ssb-home-events #ssb-reset-button{
    width:100% !important;
  }
}


/* v2.15.42 mobile grid + menu stability */
.ssb-home-sync .ssb-card-grid,
.ssb-home-events .ssb-card-grid{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:24px !important;
  align-items:stretch !important;
  justify-items:stretch !important;
}
.ssb-home-sync .ssb-event-card,
.ssb-home-events .ssb-event-card{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
}
@media (max-width: 1180px){
  .ssb-home-sync .ssb-card-grid,
  .ssb-home-events .ssb-card-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width: 900px){
  .ssb-home-sync .ssb-card-grid,
  .ssb-home-events .ssb-card-grid{grid-template-columns:1fr !important;}
  .ssb-home-sync .ssb-event-card,
  .ssb-home-events .ssb-event-card{display:flex !important;width:100% !important;}
}


/* --- Event detail fix v2.15.43 --- */
.ssb-event-detail{
    padding:24px 12px;
    box-sizing:border-box;
}
.ssb-event-detail__inner{
    max-width:1280px;
    width:100%;
    margin:0 auto;
}
.ssb-event-detail__header h1,
.ssb-event-detail__description,
.ssb-event-detail__description p,
.ssb-event-detail__info-grid div span,
.ssb-event-detail__venue-box p,
.ssb-event-detail__related-box .ssb-event-card h3,
.ssb-event-detail__related-box .ssb-event-card__location{
    overflow-wrap:anywhere;
    word-break:break-word;
}
.ssb-event-detail__description-box{
    background:#fff;
    border:1px solid rgba(0,0,0,0.08);
    border-radius:16px;
    padding:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    margin-bottom:20px;
}
.ssb-event-detail__description-box h2{
    margin-top:0;
    margin-bottom:14px;
}
.ssb-event-detail__description p{
    margin:0;
}
.ssb-event-detail__more-toggle{
    margin-left:8px;
    padding:0;
    border:0;
    background:none;
    color:#0b103d;
    font-weight:700;
    cursor:pointer;
}
.ssb-event-detail__nav-box{
    margin:0 0 18px;
    display:flex;
    justify-content:space-between;
    gap:12px;
}
.ssb-event-detail__nav-left,
.ssb-event-detail__nav-right{
    flex:1 1 0;
}
.ssb-event-detail__nav-right{
    text-align:right;
}
.ssb-event-detail__nav-link{
    display:inline-block;
    max-width:100%;
    overflow-wrap:anywhere;
}
.ssb-event-detail__related-box .ssb-event-card{
    min-width:0 !important;
}
@media (max-width:768px){
    .ssb-event-detail{
        padding:16px 8px;
    }
    .ssb-event-detail__description-box,
    .ssb-event-detail__info-box,
    .ssb-event-detail__map-box,
    .ssb-event-detail__venue-box,
    .ssb-event-detail__related-box{
        padding:16px;
        border-radius:14px;
    }
    .ssb-event-detail__header{
        margin-bottom:16px;
    }
    .ssb-event-detail__hero-text h1{
        font-size:clamp(2rem, 7vw, 2.5rem);
        line-height:1.05;
    }
    .ssb-event-detail__nav-box{
        flex-direction:column;
        gap:8px;
    }
    .ssb-event-detail__nav-right{
        text-align:left;
    }
}


/* v2.15.47 highlight frame stronger */
.ssb-home-sync .ssb-event-card.ssb-event-card--featured,
.ssb-home-events .ssb-event-card.ssb-event-card--featured,
.ssb-card-grid .ssb-event-card.ssb-event-card--featured{
  border:none !important;
  outline:3px solid #d4af37 !important;
  outline-offset:-3px !important;
  box-shadow: inset 0 0 0 1px rgba(212,175,55,0.45), 0 10px 28px rgba(212,175,55,0.24) !important;
}


/* v2.15.49 map marker click card */
.ssb-map-infowindow{
    min-width: 190px;
    max-width: 240px;
    padding: 2px 0;
}
.ssb-map-infowindow__title{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #111827;
    margin: 0 0 10px 0;
}
.ssb-map-infowindow__actions{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ssb-map-infowindow__button{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    border-radius: 10px;
    background: #111827;
    color: #fff !important;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.ssb-map-infowindow__button:hover{
    background: #1f2937;
}


/* v2.15.53 mobile popup height refine */
@media (max-width: 768px){
    .gm-style .gm-style-iw-c{
        max-width: 228px !important;
        min-width: 0 !important;
        padding: 8px !important;
        border-radius: 12px !important;
    }

    .gm-style .gm-style-iw-d{
        overflow: hidden !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }

    .gm-style .ssb-map-infowindow{
        width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .gm-style .ssb-map-infowindow__title{
        font-size: 14px !important;
        line-height: 1.15 !important;
        margin: 0 16px 6px 0 !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .gm-style .ssb-map-infowindow__actions{
        display: flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 100% !important;
    }

    .gm-style .ssb-map-infowindow__button{
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 7px 10px !important;
        font-size: 13px !important;
        line-height: 1.15 !important;
        text-align: center !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        border-radius: 10px !important;
    }

    .gm-style button[title="Close"]{
        top: 4px !important;
        right: 4px !important;
        width: 28px !important;
        height: 28px !important;
    }
}


/* v2.15.54 venue header spacing */
.ssb-venue-header-card{gap:32px;align-items:start;}
.ssb-venue-header-logo{padding-right:6px;}
.ssb-venue-header-content{padding-left:6px;}
@media (max-width: 800px){
  .ssb-venue-header-card{gap:18px;}
  .ssb-venue-header-logo,.ssb-venue-header-content{padding:0;}
}


/* v2.15.55 Venue label badges */
.ssb-membership-badge--quality{background:#f3f4f6;color:#475569;border:1px solid #d1d5db;}
.ssb-membership-badge--excellence{background:#fff7e6;color:#8a5a00;border:1px solid #e7c46a;}


/* v2.15.60 venue image area compact gallery */
.ssb-venue-featured-wrap.ssb-venue-media-gallery{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;margin:0 0 22px 0;box-shadow:0 2px 10px rgba(0,0,0,.04);}
.ssb-venue-media-stage{overflow:hidden;border-radius:14px;}
.ssb-venue-featured-image.ssb-venue-gallery-main-image{width:100%;height:380px;object-fit:cover;display:block;border-radius:14px;}
.ssb-venue-gallery-thumbs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px;}
.ssb-venue-gallery-thumb{padding:0;border:2px solid transparent;border-radius:12px;background:#fff;overflow:hidden;cursor:pointer;transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;}
.ssb-venue-gallery-thumb:hover,.ssb-venue-gallery-thumb.is-active{border-color:#d4a017;transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.08);}
.ssb-venue-gallery-thumb-image{width:100%;height:88px;object-fit:cover;display:block;}
@media (max-width: 800px){
  .ssb-venue-featured-image.ssb-venue-gallery-main-image{height:260px;}
  .ssb-venue-gallery-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;}
  .ssb-venue-gallery-thumb-image{height:74px;}
}


/* v2.15.61 venue image carousel */
.ssb-venue-featured-wrap.ssb-venue-media-carousel{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:14px;margin:0 0 22px 0;box-shadow:0 2px 10px rgba(0,0,0,.04);}
.ssb-venue-carousel-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;align-items:start;}
.ssb-venue-carousel-layout:not(.has-sidebar){grid-template-columns:minmax(0,1fr);}
.ssb-venue-carousel-stage{position:relative;overflow:hidden;border-radius:14px;background:#f1f5f9;padding:18px;min-width:0;}
.ssb-venue-carousel-slide{display:none;}
.ssb-venue-carousel-slide.is-active{display:block;}
.ssb-venue-featured-image.ssb-venue-carousel-image{width:100%;height:auto;max-height:560px;object-fit:contain;object-position:center;display:block;border-radius:14px;margin:0 auto;}
.ssb-venue-carousel-sidebar{background:#f8fafc;border-radius:14px;padding:10px;min-width:0;}
.ssb-venue-carousel-thumbs-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.ssb-venue-carousel-thumb{display:block;width:100%;padding:0;border:2px solid transparent;border-radius:12px;background:#fff;overflow:hidden;cursor:pointer;transition:border-color .18s ease, transform .18s ease, box-shadow .18s ease;}
.ssb-venue-carousel-thumb:hover,.ssb-venue-carousel-thumb.is-active{border-color:#d4a017;transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.08);}
.ssb-venue-carousel-thumb-image{width:100%;height:96px;object-fit:cover;display:block;}
@media (max-width: 767px){
  .ssb-venue-featured-wrap.ssb-venue-media-carousel{padding:10px;}
  .ssb-venue-carousel-layout{grid-template-columns:minmax(0,2fr) minmax(120px,1fr);gap:10px;}
  .ssb-venue-carousel-stage{padding:12px;}
  .ssb-venue-featured-image.ssb-venue-carousel-image{max-height:420px;}
  .ssb-venue-carousel-sidebar{padding:8px;}
  .ssb-venue-carousel-thumbs-grid{gap:8px;}
  .ssb-venue-carousel-thumb-image{height:74px;}
}

/* v2.15.74 dashboard event action layout */
.ssb-card--event .ssb-card__actions{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:8px !important;
    align-items:stretch;
    margin-top:16px !important;
    padding-top:0 !important;
}

.ssb-card--event .ssb-card__actions .button{
    display:inline-flex !important;
    width:100%;
    min-height:40px;
    text-align:center;
    justify-content:center;
    margin:0 !important;
}

.ssb-card--event .ssb-card__actions .ssb-submit-btn{
    grid-column:1 / -1;
}

/* v2.15.76 dashboard event buttons refined */
.ssb-card--event{display:flex;flex-direction:column;}
.ssb-card--event .ssb-card__body{display:flex;flex-direction:column;flex:1 1 auto;}
.ssb-card--event .ssb-card__status{margin-bottom:12px;}
.ssb-card--event .ssb-card__actions{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px !important;align-items:stretch;margin-top:auto !important;padding-top:0 !important;}
.ssb-card--event .ssb-card__actions .button{display:flex !important;align-items:center;justify-content:center;width:100% !important;min-height:44px !important;padding:10px 12px !important;border-radius:12px !important;margin:0 !important;font-size:15px !important;line-height:1.1 !important;text-align:center !important;box-sizing:border-box;}
.ssb-card--event .ssb-card__actions .ssb-submit-btn{grid-column:1 / -1 !important;margin-top:2px !important;}

/* v2.15.77 Register consent checkbox */
.ssb-register-consent{margin:14px 0 10px;}
.ssb-register-consent label{display:flex;align-items:flex-start;gap:10px;line-height:1.45;font-size:14px;}
.ssb-register-consent input[type="checkbox"]{margin-top:3px;flex:0 0 auto;}
.ssb-register-consent a{text-decoration:underline;}


/* v2.15.79 Event submit notice */
.ssb-event-submit-note{margin:16px 0 10px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;color:#1f2937}
.ssb-event-submit-note strong{display:block;margin-bottom:6px;font-size:15px}
.ssb-event-submit-note p{margin:0 0 8px;line-height:1.5}
.ssb-event-submit-note p:last-child{margin-bottom:0;color:#475569}


.ssb-event-cutoff-note{margin:0 0 14px;padding:0;border:1px solid #f5d48f;border-radius:16px;background:linear-gradient(135deg,#fff8e8 0%,#fff3d1 100%);color:#6b4f00;box-shadow:0 12px 28px rgba(107,79,0,0.08)}
.ssb-event-cutoff-note__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px}
.ssb-event-cutoff-note__content{flex:1 1 auto;min-width:0}
.ssb-event-cutoff-note__eyebrow{display:inline-block;margin-bottom:8px;padding:6px 10px;border-radius:999px;background:rgba(107,79,0,0.08);font-size:12px;font-weight:700;line-height:1.2}
.ssb-event-cutoff-note strong{display:block;margin-bottom:8px;font-size:18px;line-height:1.25;color:#5b3f00}
.ssb-event-cutoff-note p{margin:0;line-height:1.55;max-width:760px}
.ssb-event-cutoff-note__actions{flex:0 0 auto}
.ssb-event-cutoff-note__button{white-space:nowrap}
.ssb-event-cutoff-note.is-hidden{display:none !important}
@media (max-width: 760px){
  .ssb-event-cutoff-note__inner{flex-direction:column;align-items:flex-start}
  .ssb-event-cutoff-note__actions{width:100%}
  .ssb-event-cutoff-note__button{display:inline-flex;width:100%;justify-content:center}
}


/* Eventpaket Booking UI Upgrade v2.15.85 */
.ssb-eventpackage-booking{
    max-width:980px;
}
.ssb-eventpackage-hero{
    margin:18px 0 22px;
}
.ssb-eventpackage-card{
    border:2px solid #1ca54a;
    border-radius:18px;
    padding:22px;
    background:linear-gradient(180deg,#ffffff 0%,#f8fcf9 100%);
    box-shadow:0 14px 36px rgba(0,0,0,0.06);
}
.ssb-eventpackage-card__eyebrow{
    display:inline-flex;
    align-items:center;
    padding:6px 10px;
    border-radius:999px;
    background:#eef7f0;
    color:#0f6b2e;
    font-size:13px;
    font-weight:700;
    margin-bottom:10px;
}
.ssb-eventpackage-card h4{
    margin:0 0 10px;
    font-size:clamp(1.25rem,2.2vw,1.8rem);
    line-height:1.15;
    color:#060a3a;
}
.ssb-eventpackage-card__features{
    margin:14px 0 0;
    padding-left:20px;
}
.ssb-eventpackage-card__features li{
    margin:0 0 8px;
}
.ssb-eventpackage-card__runtime{
    margin-top:12px;
    font-size:14px;
    color:#4b5563;
    font-weight:600;
}
.ssb-eventpackage-card__footer{
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
    margin-top:18px;
    padding-top:16px;
    border-top:1px solid rgba(0,0,0,0.08);
    flex-wrap:wrap;
}
.ssb-eventpackage-card__price{
    font-size:1.5rem;
    font-weight:800;
    color:#060a3a;
}
.ssb-eventpackage-card__selected{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 12px;
    border-radius:999px;
    background:#1ca54a;
    color:#fff;
    font-weight:700;
}
@media (max-width: 640px){
    .ssb-eventpackage-card{
        padding:18px;
    }
    .ssb-eventpackage-card__runtime{
    margin-top:12px;
    font-size:14px;
    color:#4b5563;
    font-weight:600;
}
.ssb-eventpackage-card__footer{
        align-items:flex-start;
        flex-direction:column;
    }
}


/* v2.15.89 Event submit cutoff note and event type pills */
.ssb-event-submit-cutoff-note{margin:12px 0 0;padding:14px 16px;border:1px solid #f0d39a;border-radius:14px;background:#fff8e8;color:#6b4f00}
.ssb-event-submit-cutoff-note p{margin:0 0 10px;line-height:1.5}
.ssb-event-submit-cutoff-note p:last-child{margin-bottom:0}
.ssb-event-submit-cutoff-note__button{display:inline-flex;align-items:center;justify-content:center}
.ssb-eventtype-picker{display:block}
.ssb-field-label{display:block;margin-bottom:10px;font-weight:700;color:#111827}
.ssb-eventtype-picker__grid{display:flex;flex-wrap:wrap;gap:10px}
.ssb-eventtype-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #d1d5db;border-radius:999px;background:#fff;cursor:pointer;transition:all .2s ease;line-height:1.2}
.ssb-eventtype-pill input{position:absolute;opacity:0;pointer-events:none}
.ssb-eventtype-pill:hover{border-color:#111827;transform:translateY(-1px)}
.ssb-eventtype-pill.is-selected{border-color:#111827;background:#111827;color:#fff}
.ssb-eventtype-pill.is-disabled{opacity:.45;cursor:not-allowed;transform:none}
.ssb-eventtype-picker__hint{margin:10px 0 0;color:#6b7280}
@media (max-width: 640px){.ssb-eventtype-picker__grid{gap:8px}.ssb-eventtype-pill{width:100%;justify-content:flex-start;border-radius:14px}}


/* v2.15.90 – Form container stability */
.ssb-panel,
.ssb-card,
.ssb-notice,
.ssb-form.ssb-panel,
.ssb-form-grid,
.ssb-date-time-row,
.ssb-eventtype-picker,
.ssb-event-submit-note,
.ssb-event-submit-cutoff-note,
.ssb-event-cutoff-note{
    box-sizing:border-box;
    max-width:100%;
}

.ssb-form.ssb-panel{
    width:100%;
    margin-left:0;
    margin-right:0;
    overflow:hidden;
}

.ssb-form.ssb-panel > *{
    max-width:100%;
}

@media (max-width: 768px){
  .ssb-venues-meta{gap:8px 12px;}
}


/* v2.16.14 saunafinder mobile only */
.ssb-venues-intro-mobile{display:none;}
.ssb-venues-amenity-filters__head{display:flex;align-items:center;gap:10px;}
.ssb-venues-amenity-filters__body{display:flex;flex-wrap:wrap;gap:10px;align-items:center;}
.ssb-venues-amenity-toggle{display:none;appearance:none;width:100%;justify-content:space-between;align-items:center;background:#fff;border:2px solid #22313f;border-radius:0;padding:14px 16px;font:inherit;font-weight:700;color:#22313f;cursor:pointer;}
.ssb-venues-amenity-toggle__icon{font-size:32px;line-height:1;font-weight:400;display:inline-flex;align-items:center;justify-content:center;min-width:24px;}

@media (max-width: 767px){
  .ssb-venues-intro{display:none;}
  .ssb-venues-intro-mobile{display:block;margin:0 0 18px;max-width:100%;width:100%;text-align:left;color:#22313f;line-height:1.65;}
  .ssb-venues-intro-mobile p{margin:0 0 6px;}
  .ssb-venues-intro-mobile p:last-child{margin-bottom:0;}
  .ssb-venues-map{height:340px;}
  .ssb-venues-amenity-filters{display:block;}
  .ssb-venues-amenity-filters__label{display:none;}
  .ssb-venues-amenity-toggle{display:flex;}
  .ssb-venues-amenity-filters__body{display:none;margin-top:14px;}
  .ssb-venues-amenity-filters.is-open .ssb-venues-amenity-filters__body{display:flex;}
  .ssb-venues-amenity-filters.is-open .ssb-venues-amenity-toggle__icon{font-size:24px;}
}


/* v2.16.16 saunafinder mobile only refinements */
.ssb-venues-mobile-compact-intro{display:none;}
@media (max-width: 767px){
  .ssb-venues-intro, .ssb-venues-intro-mobile{display:none !important;}
  .ssb-venues-mobile-compact-intro{display:block;margin:0 0 18px;max-width:100%;width:100%;text-align:left;color:#22313f;line-height:1.55;}
  .ssb-venues-mobile-compact-intro p{margin:0 0 6px;}
  .ssb-venues-mobile-compact-intro p:last-child{margin-bottom:0;}
  .ssb-venues-map{height:280px !important;min-height:280px !important;}
  .ssb-venues-amenity-toggle{border:1px solid #d7dee4;border-radius:16px;padding:10px 14px;background:#fbfcfd;color:#22313f;box-shadow:none;}
  .ssb-venues-amenity-toggle__text{font-size:0.98rem;line-height:1.3;font-weight:600;}
  .ssb-venues-amenity-toggle__icon{font-size:22px;min-width:20px;opacity:.75;}
  .ssb-venues-map{height:340px;}
}


/* v2.16.24 saunafinder mobile view switch + cards */
.ssb-venues-mobile-view-switch{display:none;}
.ssb-venues-cards{display:none;}
.ssb-venue-card{border:1px solid #dfe5ea;border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,0.05);padding:18px 18px 16px;margin:0 0 14px;}
.ssb-venue-card__title{margin:0 0 8px;font-size:1.15rem;line-height:1.3;color:#111827;}
.ssb-venue-card__location{margin:0 0 12px;color:#475569;font-size:0.95rem;line-height:1.45;}
.ssb-venue-card__amenities{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 14px;}
.ssb-venue-card__amenity{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#22313f;font-size:1rem;line-height:1;}
.ssb-venue-card__amenity--empty{width:auto;height:auto;padding:7px 10px;border-style:dashed;border-radius:999px;color:#64748b;font-size:0.86rem;line-height:1.2;}
.ssb-venue-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:stretch;}
.ssb-venue-card__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:40px;padding:9px 12px;border-radius:12px;text-decoration:none;font-weight:600;line-height:1.2;transition:background-color .2s ease,color .2s ease,border-color .2s ease;appearance:none;cursor:pointer;font:inherit;}
.ssb-venue-card__button--primary{background:#22313f;color:#fff;border:1px solid #22313f;}
.ssb-venue-card__button--primary:hover,.ssb-venue-card__button--primary:focus{background:#1a2935;color:#fff;border-color:#1a2935;}
.ssb-venue-card__button--secondary{background:#fbfcfd;color:#22313f;border:1px solid #d7dee4;}
.ssb-venue-card__button--secondary:hover,.ssb-venue-card__button--secondary:focus{background:#f3f6f8;color:#22313f;border-color:#c5d0d8;}

@media (max-width: 767px){
  .ssb-venues-mobile-view-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:8px 0 14px;}
  .ssb-venues-mobile-view-switch__btn{appearance:none;border:1px solid #dfe5ea;background:#f6f8fa;color:#22313f;border-radius:18px;padding:12px 14px;font:inherit;font-weight:600;line-height:1.2;cursor:pointer;box-shadow:none;transition:background .18s ease,color .18s ease,border-color .18s ease;}
  .ssb-venues-mobile-view-switch__btn[aria-pressed="true"]{background:#22313f;color:#fff;border-color:#22313f;}
  .ssb-venues-mobile-view-switch__btn[aria-pressed="false"]{background:#fbfcfd;color:#22313f;border-color:#d7dee4;}
  .ssb-venues-cards{display:block;margin:18px 0 0;}
  .ssb-venues-table-wrap{display:none !important;}
  .ssb-venues-page.is-mobile-list-view .ssb-venues-map{display:none !important;}
  .ssb-venues-page.is-mobile-map-view .ssb-venues-map{display:block !important;height:340px !important;min-height:340px !important;}
  .ssb-venues-page.is-mobile-map-view #ssb-venues-empty{display:none !important;}
}


@media (max-width: 767px){
  .ssb-home-sync .ssb-geo-filter__actions,
  .ssb-home-events .ssb-geo-filter__actions,
  .ssb-venues-mobile-view-switch,
  .ssb-card-buttons{
    gap:10px !important;
  }

  .ssb-home-sync #ssb-search-button,
  .ssb-home-events #ssb-search-button,
  .ssb-home-sync #ssb-reset-button,
  .ssb-home-events #ssb-reset-button,
  .ssb-venues-mobile-view-switch__btn,
  .ssb-venue-card__button{
    min-height:54px !important;
    padding:12px 16px !important;
    border-radius:16px !important;
    font-size:16px !important;
    font-weight:600 !important;
    line-height:1.2 !important;
    box-shadow:none !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    text-decoration:none !important;
    -webkit-appearance:none !important;
    appearance:none !important;
  }

  .ssb-home-sync #ssb-search-button,
  .ssb-home-events #ssb-search-button,
  .ssb-venues-mobile-view-switch__btn[aria-pressed="true"],
  .ssb-venue-card__button--primary{
    background:#22313f !important;
    border:1px solid #22313f !important;
    color:#fff !important;
  }

  .ssb-home-sync #ssb-reset-button,
  .ssb-home-events #ssb-reset-button,
  .ssb-venues-mobile-view-switch__btn[aria-pressed="false"],
  .ssb-venue-card__button--secondary{
    background:#fbfcfd !important;
    border:1px solid #d7dee4 !important;
    color:#22313f !important;
  }

  .ssb-venues-mobile-view-switch{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    margin:8px 0 14px !important;
  }

  .ssb-venues-mobile-view-switch__btn{
    width:100% !important;
  }

  .ssb-card-buttons{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    margin-top:10px !important;
  }

  .ssb-card-buttons .ssb-venue-card__button{
    width:100% !important;
    margin:0 !important;
  }
}

/* v2.16.29 saunafinder mobile unified button system fix */
@media (max-width: 767px){
  .ssb-venues-page .ssb-geo-filter__actions,
  .ssb-venues-page .ssb-venues-mobile-view-switch,
  .ssb-venues-page .ssb-card-buttons{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  .ssb-venues-page .ssb-geo-filter__actions{
    margin-top:10px !important;
    margin-bottom:14px !important;
  }

  .ssb-venues-page .ssb-geo-filter__actions button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn,
  .ssb-venues-page .ssb-card-buttons .ssb-venue-card__button{
    min-height:52px !important;
    height:52px !important;
    width:100% !important;
    padding:0 16px !important;
    border-radius:16px !important;
    font-size:16px !important;
    font-weight:600 !important;
    line-height:1.15 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    box-sizing:border-box !important;
    box-shadow:none !important;
    text-decoration:none !important;
    white-space:nowrap !important;
    margin:0 !important;
  }

  .ssb-venues-page #ssb-search-button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn[aria-pressed="true"],
  .ssb-venues-page .ssb-card-buttons .ssb-venue-card__button--primary{
    background:#22313f !important;
    border:1px solid #22313f !important;
    color:#fff !important;
  }

  .ssb-venues-page #ssb-reset-button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn[aria-pressed="false"],
  .ssb-venues-page .ssb-card-buttons .ssb-venue-card__button--secondary{
    background:#fbfcfd !important;
    border:1px solid #d7dee4 !important;
    color:#22313f !important;
  }

  .ssb-venues-page .ssb-card-buttons .ssb-venue-card__button--secondary{
    white-space:normal !important;
  }
}


/* v2.16.30 saunafinder mobile final unified button system */
@media (max-width: 767px){
  .ssb-venues-page .ssb-venues-search__actions,
  .ssb-venues-page .ssb-venues-mobile-view-switch,
  .ssb-venues-page .ssb-venue-card__actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  .ssb-venues-page .ssb-venues-search__actions{
    margin-top:10px !important;
    margin-bottom:14px !important;
  }

  .ssb-venues-page .ssb-venues-search__actions .ssb-button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn,
  .ssb-venues-page .ssb-venue-card__actions .ssb-venue-card__button{
    width:100% !important;
    min-height:50px !important;
    height:50px !important;
    padding:0 14px !important;
    border-radius:16px !important;
    font-size:15px !important;
    font-weight:600 !important;
    line-height:1.15 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    box-sizing:border-box !important;
    box-shadow:none !important;
    text-decoration:none !important;
    white-space:normal !important;
    word-break:normal !important;
    margin:0 !important;
  }

  .ssb-venues-page .ssb-venues-search__actions .ssb-button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn{
    white-space:nowrap !important;
  }

  .ssb-venues-page .ssb-venues-search__actions #ssb-venues-search-btn,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn[aria-pressed="true"],
  .ssb-venues-page .ssb-venue-card__actions .ssb-venue-card__button--primary{
    background:#22313f !important;
    border:1px solid #22313f !important;
    color:#fff !important;
  }

  .ssb-venues-page .ssb-venues-search__actions #ssb-venues-reset-btn,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn[aria-pressed="false"],
  .ssb-venues-page .ssb-venue-card__actions .ssb-venue-card__button--secondary{
    background:#fbfcfd !important;
    border:1px solid #d7dee4 !important;
    color:#22313f !important;
  }

  .ssb-venues-page .ssb-venue-card__actions{
    margin-top:10px !important;
  }
}


/* v2.16.34 saunafinder stable rebuild */
@media (max-width: 767px){
  .ssb-venues-page .ssb-venues-search__actions,
  .ssb-venues-page .ssb-venues-mobile-view-switch,
  .ssb-venues-page .ssb-venue-card__actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    align-items:stretch !important;
  }
  .ssb-venues-page .ssb-venues-search__actions .ssb-button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn,
  .ssb-venues-page .ssb-venue-card__actions .ssb-venue-card__button{
    width:100% !important;
    min-height:50px !important;
    height:auto !important;
    padding:10px 14px !important;
    border-radius:16px !important;
    font-size:15px !important;
    font-weight:600 !important;
    line-height:1.15 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    box-sizing:border-box !important;
    box-shadow:none !important;
    text-decoration:none !important;
    margin:0 !important;
  }
  .ssb-venues-page .ssb-venues-search__actions .ssb-button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn{
    white-space:nowrap !important;
  }
  .ssb-venues-page .ssb-venue-card__actions .ssb-venue-card__button{
    white-space:normal !important;
  }
}


/* v2.16.35 saunafinder mobile button height split */
@media (max-width: 767px){
  .ssb-venues-page .ssb-venues-search__actions .ssb-button,
  .ssb-venues-page .ssb-venues-mobile-view-switch__btn{
    min-height:44px !important;
    height:44px !important;
    padding:0 14px !important;
    border-radius:16px !important;
    font-size:15px !important;
    line-height:1.1 !important;
    white-space:nowrap !important;
  }

  .ssb-venues-page .ssb-venue-card__actions .ssb-venue-card__button{
    min-height:52px !important;
    height:52px !important;
    padding:0 14px !important;
    border-radius:16px !important;
    font-size:15px !important;
    line-height:1.15 !important;
    white-space:normal !important;
  }
}


/* v2.16.36 mobile venue detail refinements */

.ssb-venue-opening-hours__row{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;}
.ssb-venue-opening-hours__value{display:block;min-width:0;}
.ssb-venue-opening-hours__primary,.ssb-venue-opening-hours__secondary{display:inline;}
.ssb-venue-opening-hours__secondary::before{content:' · ';}

@media (max-width: 800px){
  .ssb-venue-opening-hours__row{grid-template-columns:1fr;gap:2px;}
  .ssb-venue-opening-hours__row strong{display:block;}
  .ssb-venue-opening-hours__value{display:block;}
  .ssb-venue-opening-hours__primary,.ssb-venue-opening-hours__secondary{display:block;}
  .ssb-venue-opening-hours__secondary::before{content:none;}
  .ssb-venue-map-wrap{padding-top:0;height:420px;}
  .ssb-venue-map{position:relative;height:100%;}
}


/* Mobile venue equipment list */
.ssb-venue-equipment-list{display:none;list-style:none;margin:0;padding:0;}
.ssb-venue-equipment-list__item{display:flex;align-items:flex-start;gap:15px;}
.ssb-venue-equipment-list__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;border-radius:999px;background:#dcfce7;color:#166534;font-weight:700;font-size:13px;line-height:1;margin-top:2px;}
.ssb-venue-equipment-list__label{display:block;min-width:0;line-height:1.35;}
@media (max-width: 767px){
  .ssb-venue-section .ssb-venue-badges{display:none;}
  .ssb-venue-equipment-list{display:flex;flex-direction:column;gap:10px;}
}


/* v2.16.40 mobile venue header refinement */
@media (max-width: 800px){
  .ssb-venue-header-card{gap:10px;align-items:start;padding:26px 22px;}
  .ssb-venue-header-logo{display:flex;justify-content:center;align-items:center;padding:0;margin:0 auto 2px;max-width:100%;}
  .ssb-venue-header-logo img{width:118px;height:118px;padding:8px;margin:0 auto;display:block;}
  .ssb-venue-title{margin:0 0 10px 0;font-size:clamp(34px,9.2vw,46px);line-height:1.00;letter-spacing:-0.03em;text-wrap:balance;}
  .ssb-venue-address{margin:0;font-size:18px;line-height:1.28;}
  .ssb-venue-header-actions{margin-top:10px;gap:10px;align-items:flex-start;}
  .ssb-venue-header-actions .ssb-button{padding:10px 18px;font-size:16px;line-height:1.2;}
  .ssb-membership-badge{padding:7px 14px;border-radius:18px;font-size:14px;line-height:1.32;background:#f2f7fc;border:1px solid #d9e8f7;display:inline-flex;align-items:center;gap:8px;}
}


/* v2.16.42 saunafinder card status line */
.ssb-venues-page .ssb-venue-card__status{display:flex;flex-direction:column;gap:6px;margin:10px 0 12px;}
.ssb-venues-page .ssb-venue-card__status-line{display:flex;align-items:center;gap:8px;min-width:0;font-size:14px;line-height:1.3;color:#16324f;}
.ssb-venues-page .ssb-venue-card__status-icon{display:block;width:16px;height:16px;object-fit:contain;flex:0 0 16px;}
.ssb-venues-page .ssb-venue-card__status-stars{display:inline-flex;align-items:center;gap:2px;flex:0 0 auto;}
.ssb-venues-page .ssb-venue-card__status-stars .ssb-inline-icon--star{width:14px;height:14px;margin:0;}
.ssb-venues-page .ssb-venue-card__status-text{display:block;min-width:0;font-weight:600;color:#16324f;}
@media (max-width: 767px){
  .ssb-venues-page .ssb-venue-card__status{margin:8px 0 10px;gap:5px;}
  .ssb-venues-page .ssb-venue-card__status-line{font-size:13px;gap:7px;}
  .ssb-venues-page .ssb-venue-card__status-icon{width:15px;height:15px;flex-basis:15px;}
  .ssb-venues-page .ssb-venue-card__status-stars .ssb-inline-icon--star{width:13px;height:13px;}
}


/* v2.16.49 saunafinder final polish */
.ssb-venues-map-stage{position:relative;margin-bottom:8px;}
.ssb-venues-meta--attached{display:none;position:absolute;left:16px;right:16px;bottom:14px;z-index:3;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.96);backdrop-filter:blur(6px);box-shadow:0 8px 18px rgba(15,23,42,.10);border:1px solid rgba(217,226,234,.95);color:#22313f;}
.ssb-venues-meta--listonly{display:none;}
.ssb-venues-toolbar{display:block;margin:0 0 14px;}
.ssb-venues-desktop-view-switch{display:none;}
@media (min-width:768px){
  .ssb-venues-map-stage{position:sticky;top:16px;z-index:2;}
  .ssb-venues-meta--attached{left:0;right:0;bottom:0;padding:7px 12px;border-radius:0 0 12px 12px;background:rgba(255,255,255,.94);backdrop-filter:none;box-shadow:none;border:1px solid rgba(217,226,234,.95);border-top:0;color:#344454;font-size:.9rem;line-height:1.3;}
  .ssb-venues-meta--attached .ssb-venues-meta-line,
  .ssb-venues-meta--attached .ssb-venues-active-filters,
  .ssb-venues-meta--attached .ssb-venues-count{font-weight:600;}
  .ssb-venues-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:4px 0 10px;}
  .ssb-venues-toolbar .ssb-sort-hint{margin:0;flex:1 1 auto;}
  .ssb-venues-desktop-view-switch{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid #d9e2ea;border-radius:999px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.04);}
  .ssb-venues-desktop-view-switch__btn{appearance:none;border:0;background:transparent;color:#52606d;font:inherit;font-size:13px;line-height:1.2;padding:8px 12px;border-radius:999px;cursor:pointer;transition:all .18s ease;}
  .ssb-venues-desktop-view-switch__btn.is-active{background:#173042;color:#fff;font-weight:700;box-shadow:0 6px 14px rgba(23,48,66,.18);}
  .ssb-venues-page.has-active-filters:not(.is-desktop-list-only) .ssb-venues-meta--attached{display:flex !important;align-items:center;gap:6px 12px;flex-wrap:wrap;}
  .ssb-venues-page.has-active-filters.is-desktop-list-only .ssb-venues-meta--listonly{display:flex !important;align-items:center;gap:6px 12px;flex-wrap:wrap;margin:8px 0 10px;padding:7px 12px;border:1px solid rgba(217,226,234,.95);border-radius:12px;background:rgba(255,255,255,.94);box-shadow:none;color:#344454;font-size:.9rem;line-height:1.3;}
  .ssb-venues-page.has-active-filters.is-desktop-list-only .ssb-venues-meta--listonly .ssb-venues-meta-line{font-weight:600;}
  .ssb-venues-page.has-active-filters.is-desktop-list-only .ssb-venues-table-wrap{margin-top:0;}
  .ssb-venues-page.has-active-filters.is-desktop-list-only .ssb-venues-meta--listonly::after{content:'';display:block;flex:1 1 100%;height:1px;background:#e5e7eb;margin-top:2px;}
  .ssb-venues-page.is-desktop-list-only .ssb-venues-map-stage,
  .ssb-venues-page.is-desktop-list-only .ssb-venues-legend-wrap{display:none;}
}
@media (max-width:767px){
  .ssb-venues-meta--attached{position:static;left:auto;right:auto;bottom:auto;padding:0;background:transparent;backdrop-filter:none;box-shadow:none;border:0;border-radius:0;margin:0;}
  .ssb-venues-page.has-active-filters .ssb-venues-meta--attached{display:flex !important;}
  .ssb-venues-meta--listonly{display:none !important;}
  .ssb-venues-toolbar{margin-top:8px;}
}


/* --- v2.16.51 Event cards v2: calmer hierarchy, full image visible, quieter badges --- */
.ssb-card-grid{
    grid-template-columns:repeat(auto-fit,minmax(210px,1fr)) !important;
    gap:20px !important;
}

.ssb-event-card{
    display:flex !important;
    flex-direction:column !important;
    min-height:0 !important;
    background:#fff !important;
    border-radius:16px !important;
    overflow:hidden !important;
}

.ssb-event-card__media{
    display:flex !important;
    flex-direction:column !important;
    position:relative !important;
    min-width:0 !important;
    overflow:hidden !important;
    background:#fff !important;
}

.ssb-event-image-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:210px !important;
    background:#fff !important;
}

.ssb-event-card .ssb-card__image,
.ssb-event-image-link img{
    width:100% !important;
    height:100% !important;
    min-height:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    margin:0 !important;
    border-radius:0 !important;
    background:#fff !important;
}

.ssb-event-card__badges{
    position:static !important;
    top:auto !important;
    right:auto !important;
    bottom:auto !important;
    left:auto !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    align-items:center !important;
    max-width:none !important;
    overflow:visible !important;
    white-space:normal !important;
    padding:10px 12px 0 !important;
    background:#fff !important;
}

.ssb-event-chip{
    min-height:20px !important;
    padding:4px 8px !important;
    border-radius:999px !important;
    font-size:11px !important;
    line-height:1.1 !important;
    font-weight:700 !important;
    box-shadow:none !important;
}

.ssb-event-card__star{
    top:10px !important;
    right:10px !important;
    width:28px !important;
    height:28px !important;
}

.ssb-event-card__bottom{
    display:grid !important;
    grid-template-columns:64px 1fr !important;
    gap:14px !important;
    width:auto !important;
    height:auto !important;
    padding:14px 14px 16px !important;
    background:#fff !important;
    box-sizing:border-box !important;
    align-items:start !important;
}

.ssb-event-card__date{
    width:64px !important;
    text-align:center !important;
    color:#111 !important;
    line-height:1 !important;
}

.ssb-event-card__month{
    display:block !important;
    margin:0 0 5px !important;
    color:#71b518 !important;
    font-size:12px !important;
    font-weight:700 !important;
    line-height:1 !important;
}

.ssb-event-card__day{
    display:block !important;
    font-size:32px !important;
    line-height:0.95 !important;
    font-weight:800 !important;
    color:#111 !important;
}

.ssb-event-card__text{
    min-width:0 !important;
    overflow:hidden !important;
}

.ssb-event-card h3{
    margin:0 0 8px !important;
    font-size:20px !important;
    line-height:1.06 !important;
    font-weight:700 !important;
    color:#1f1f1f !important;
}

.ssb-event-card h3 a{
    color:#1f1f1f !important;
    text-decoration:none !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
}

.ssb-event-card__excerpt{
    margin:0 0 8px !important;
    color:#4b5563 !important;
    font-size:14px !important;
    line-height:1.25 !important;
    white-space:normal !important;
    overflow:visible !important;
    text-overflow:clip !important;
}

.ssb-event-card__location{
    margin:0 !important;
    color:#2d2d2d !important;
    font-size:15px !important;
    line-height:1.3 !important;
}

@media (min-width: 1280px){
    .ssb-card-grid{
        grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    }
}

@media (max-width: 899px){
    .ssb-card-grid{
        grid-template-columns:1fr !important;
        gap:18px !important;
    }

    .ssb-event-image-link{
        height:180px !important;
    }

    .ssb-event-card__badges{
        padding:10px 12px 0 !important;
        gap:6px !important;
    }

    .ssb-event-chip{
        font-size:10px !important;
        padding:4px 7px !important;
    }

    .ssb-event-card__bottom{
        grid-template-columns:58px 1fr !important;
        gap:12px !important;
        padding:12px 12px 14px !important;
    }

    .ssb-event-card__date{
        width:58px !important;
    }

    .ssb-event-card__day{
        font-size:28px !important;
    }

    .ssb-event-card h3{
        font-size:18px !important;
        margin:0 0 6px !important;
    }

    .ssb-event-card__excerpt{
        font-size:13px !important;
        margin:0 0 6px !important;
    }

    .ssb-event-card__location{
        font-size:14px !important;
    }
}


/* v2.16.52 Eventkarten v3 – fixes Raster, ruhiger Datumsblock, stabile Titel */
.ssb-card-grid{
    grid-template-columns:repeat(auto-fit, 300px) !important;
    justify-content:center !important;
    gap:22px !important;
}

.ssb-event-card{
    width:300px !important;
    min-width:300px !important;
    max-width:300px !important;
    height:252px !important;
    min-height:252px !important;
    max-height:252px !important;
    border-radius:14px !important;
    overflow:hidden !important;
    background:#fff !important;
}

.ssb-event-card__media{
    width:300px !important;
    height:126px !important;
    min-height:126px !important;
    max-height:126px !important;
    background:#f4f6f8 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-bottom:1px solid #edf1f4 !important;
}

.ssb-event-image-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
    background:transparent !important;
}

.ssb-event-card .ssb-card__image,
.ssb-event-image-link img,
.ssb-event-card .ssb-card__image img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    background:transparent !important;
    padding:10px 12px !important;
    box-sizing:border-box !important;
}

.ssb-event-card__bottom{
    grid-template-columns:64px 1fr !important;
    gap:14px !important;
    width:300px !important;
    height:126px !important;
    min-height:126px !important;
    max-height:126px !important;
    padding:14px 16px 14px 14px !important;
    align-items:start !important;
}

.ssb-event-card__date{
    width:64px !important;
    min-width:64px !important;
    max-width:64px !important;
    text-align:center !important;
}

.ssb-event-card__month{
    display:block !important;
    width:64px !important;
    min-width:64px !important;
    max-width:64px !important;
    margin:0 0 4px !important;
    text-align:center !important;
    color:#71b518 !important;
    font-size:13px !important;
    font-weight:700 !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
}

.ssb-event-card__day{
    display:block !important;
    width:64px !important;
    min-width:64px !important;
    max-width:64px !important;
    text-align:center !important;
    font-size:36px !important;
    line-height:0.92 !important;
    font-weight:800 !important;
    color:#111 !important;
    letter-spacing:-0.02em !important;
}

.ssb-event-card__text{
    min-width:0 !important;
    overflow:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
}

.ssb-event-card h3{
    margin:0 0 8px !important;
    min-height:50px !important;
    max-height:none !important;
    overflow:hidden !important;
    font-size:17px !important;
    line-height:1.12 !important;
    font-weight:700 !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    line-clamp:2 !important;
}

.ssb-event-card h3 a{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    line-clamp:2 !important;
    overflow:hidden !important;
}

.ssb-event-card__excerpt{
    margin:0 0 6px !important;
    min-height:18px !important;
    font-size:13px !important;
    line-height:1.3 !important;
    color:#5f6670 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card__location{
    margin:0 !important;
    min-height:20px !important;
    font-size:14px !important;
    line-height:1.3 !important;
    color:#2e2e2e !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

@media (max-width: 1100px){
    .ssb-card-grid{
        grid-template-columns:repeat(2, 300px) !important;
    }
}

@media (max-width: 760px){
    .ssb-card-grid{
        grid-template-columns:300px !important;
        gap:18px !important;
    }

    .ssb-event-card{
        width:300px !important;
        min-width:300px !important;
        max-width:300px !important;
        height:252px !important;
        min-height:252px !important;
        max-height:252px !important;
    }

    .ssb-event-card__media{
        height:128px !important;
        min-height:128px !important;
        max-height:128px !important;
    }

    .ssb-event-card__bottom{
        height:124px !important;
        min-height:124px !important;
        max-height:124px !important;
        grid-template-columns:62px 1fr !important;
        gap:12px !important;
        padding:14px 14px 12px 12px !important;
    }

    .ssb-event-card__date,
    .ssb-event-card__month,
    .ssb-event-card__day{
        width:62px !important;
        min-width:62px !important;
        max-width:62px !important;
    }

    .ssb-event-card__month{
        font-size:13px !important;
    }

    .ssb-event-card__day{
        font-size:34px !important;
    }

    .ssb-event-card h3{
        font-size:16px !important;
        min-height:46px !important;
        margin-bottom:6px !important;
    }

    .ssb-event-card__excerpt{
        font-size:13px !important;
        margin-bottom:4px !important;
    }

    .ssb-event-card__location{
        font-size:14px !important;
    }
}


/* v2.16.53 final eventcards */
.ssb-card-grid{
    grid-template-columns:repeat(3, 300px) !important;
    justify-content:flex-start !important;
    gap:24px !important;
}

@media (max-width: 1100px){
    .ssb-card-grid{
        grid-template-columns:repeat(2, 300px) !important;
    }
}

@media (max-width: 760px){
    .ssb-card-grid{
        grid-template-columns:300px !important;
        justify-content:center !important;
    }
}

.ssb-event-card{
    width:300px !important;
    min-width:300px !important;
    max-width:300px !important;
    min-height:276px !important;
    height:276px !important;
    max-height:276px !important;
    display:flex !important;
    flex-direction:column !important;
}

.ssb-event-card__media{
    height:118px !important;
    min-height:118px !important;
    max-height:118px !important;
    background:#f5f6f8 !important;
    border-bottom:1px solid #edf0f3 !important;
}

.ssb-event-image-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
}

.ssb-event-card .ssb-card__image,
.ssb-event-image-link img,
.ssb-event-card .ssb-card__image img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    padding:10px 14px !important;
    box-sizing:border-box !important;
    background:transparent !important;
}

.ssb-event-card__badges--row{
    position:static !important;
    display:flex !important;
    flex-wrap:wrap !important;
    gap:6px !important;
    padding:8px 14px 0 !important;
    min-height:30px !important;
    max-width:none !important;
}

.ssb-event-chip{
    min-height:22px !important;
    padding:4px 8px !important;
    border-radius:8px !important;
    font-size:11px !important;
    line-height:1.05 !important;
}

.ssb-event-card__bottom{
    display:grid !important;
    grid-template-columns:72px minmax(0,1fr) !important;
    gap:14px !important;
    width:auto !important;
    height:auto !important;
    min-height:128px !important;
    max-height:none !important;
    padding:10px 16px 16px 14px !important;
    align-items:start !important;
    flex:1 1 auto !important;
}

.ssb-event-card__date,
.ssb-event-card__month,
.ssb-event-card__day{
    width:72px !important;
    min-width:72px !important;
    max-width:72px !important;
    text-align:center !important;
}

.ssb-event-card__month{
    display:block !important;
    margin:0 0 4px !important;
    font-size:14px !important;
    font-weight:700 !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
}

.ssb-event-card__day{
    display:block !important;
    font-size:40px !important;
    line-height:0.92 !important;
    font-weight:800 !important;
    letter-spacing:-0.02em !important;
}

.ssb-event-card__text{
    min-width:0 !important;
    overflow:hidden !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
}

.ssb-event-card h3{
    margin:0 0 8px !important;
    min-height:38px !important;
    font-size:15px !important;
    line-height:1.14 !important;
    font-weight:700 !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
}

.ssb-event-card h3 a{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
}

.ssb-event-card__excerpt{
    margin:0 0 6px !important;
    min-height:18px !important;
    font-size:13px !important;
    line-height:1.3 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

.ssb-event-card__location{
    margin:0 !important;
    min-height:20px !important;
    font-size:14px !important;
    line-height:1.3 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}

@media (max-width: 760px){
    .ssb-event-card{
        min-height:276px !important;
        height:276px !important;
        max-height:276px !important;
    }
    .ssb-event-card__media{
        height:118px !important;
        min-height:118px !important;
        max-height:118px !important;
    }
    .ssb-event-card__bottom{
        grid-template-columns:72px minmax(0,1fr) !important;
        min-height:128px !important;
        padding:10px 14px 14px 12px !important;
    }
}


/* --- v2.16.54 highlight + date alignment fix --- */
.ssb-event-card{box-sizing:border-box !important; min-height:286px !important;}
.ssb-event-card__badges{display:flex !important; flex-wrap:nowrap !important; gap:4px !important; align-items:stretch !important; overflow:hidden !important; min-width:0 !important;}
.ssb-event-card__badges .ssb-event-chip{flex:1 1 0 !important; min-width:0 !important; max-width:none !important; white-space:nowrap !important; overflow:hidden !important; text-overflow:ellipsis !important; text-align:center !important; justify-content:center !important; padding:4px 6px !important; font-size:10px !important; letter-spacing:0 !important;}
.ssb-event-card__date{width:72px !important; min-width:72px !important; display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:flex-start !important;}
.ssb-event-card__month{width:100% !important; min-height:16px !important; margin:0 0 6px !important; text-align:center !important; display:flex !important; align-items:center !important; justify-content:center !important; font-size:14px !important; line-height:1 !important;}
.ssb-event-card__day{width:100% !important; text-align:center !important; font-size:34px !important; line-height:0.92 !important;}
.ssb-event-card__bottom{grid-template-columns:72px 1fr !important; align-items:start !important;}
.ssb-event-card h3{min-height:2.2em !important;}
@media (max-width: 899px){
  .ssb-event-card{min-height:0 !important;}
  .ssb-event-card__badges{gap:4px !important;}
  .ssb-event-card__badges .ssb-event-chip{font-size:10px !important; padding:4px 6px !important;}
  .ssb-event-card__date{width:64px !important; min-width:64px !important;}
  .ssb-event-card__month{font-size:13px !important; min-height:15px !important;}
  .ssb-event-card__day{font-size:32px !important;}
  .ssb-event-card__bottom{grid-template-columns:64px 1fr !important;}
}


/* --- v2.16.55 event cards micro-fix: full badge rows, single-line title, compact bottom block --- */
.ssb-event-card{min-height:274px !important;}
.ssb-event-card--featured{box-sizing:border-box !important;}
.ssb-event-card__star{
  width:26px !important;
  height:26px !important;
  top:10px !important;
  right:10px !important;
}
.ssb-event-card__badges{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  gap:6px !important;
}
.ssb-event-card__badges .ssb-event-chip{
  min-width:0 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  justify-content:center !important;
  text-align:center !important;
  padding:5px 8px !important;
  font-size:11px !important;
  line-height:1.1 !important;
}
.ssb-event-card__badges > .ssb-event-chip:only-child{
  flex:1 1 100% !important;
  max-width:100% !important;
}
.ssb-event-card__badges > .ssb-event-chip:first-child:nth-last-child(2),
.ssb-event-card__badges > .ssb-event-chip:first-child:nth-last-child(2) ~ .ssb-event-chip{
  flex:1 1 calc(50% - 3px) !important;
  max-width:calc(50% - 3px) !important;
}
.ssb-event-card__badges > .ssb-event-chip:first-child:nth-last-child(3),
.ssb-event-card__badges > .ssb-event-chip:first-child:nth-last-child(3) ~ .ssb-event-chip{
  flex:1 1 calc((100% - 12px) / 3) !important;
  max-width:calc((100% - 12px) / 3) !important;
}
.ssb-event-card__bottom{
  grid-template-columns:72px 1fr !important;
  column-gap:14px !important;
  align-items:center !important;
  min-height:92px !important;
  padding-top:12px !important;
  padding-bottom:12px !important;
}
.ssb-event-card__date{
  width:72px !important;
  min-width:72px !important;
  align-self:center !important;
}
.ssb-event-card__month{
  width:100% !important;
  min-height:18px !important;
  margin:0 0 4px !important;
  text-align:center !important;
  font-size:16px !important;
  font-weight:700 !important;
  letter-spacing:.02em !important;
}
.ssb-event-card__day{
  width:100% !important;
  text-align:center !important;
  font-size:36px !important;
  line-height:.92 !important;
}
.ssb-event-card__text{
  min-height:72px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:5px !important;
}
.ssb-event-card h3{
  margin:0 !important;
  min-height:0 !important;
  font-size:17px !important;
  line-height:1.15 !important;
}
.ssb-event-card h3 a{
  display:block !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.ssb-event-card__excerpt,
.ssb-event-card__location{
  margin:0 !important;
  line-height:1.2 !important;
}
@media (max-width: 767px){
  .ssb-event-card{min-height:auto !important;}
  .ssb-event-card__badges{
    gap:4px !important;
  }
  .ssb-event-card__badges .ssb-event-chip{
    font-size:10px !important;
    padding:5px 6px !important;
  }
  .ssb-event-card__bottom{
    column-gap:12px !important;
    min-height:88px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
  }
  .ssb-event-card__date{
    width:68px !important;
    min-width:68px !important;
  }
  .ssb-event-card__month{
    font-size:15px !important;
  }
  .ssb-event-card__day{
    font-size:34px !important;
  }
  .ssb-event-card h3{
    font-size:16px !important;
  }
}


/* v2.16.64 highlight frame only true fix */
.ssb-home-sync .ssb-event-card.ssb-event-card--featured,
.ssb-home-events .ssb-event-card.ssb-event-card--featured,
.ssb-card-grid .ssb-event-card.ssb-event-card--featured{
  position:relative !important;
  outline:none !important;
  border:none !important;
  box-shadow:0 10px 28px rgba(212,175,55,0.24) !important;
}
.ssb-home-sync .ssb-event-card.ssb-event-card--featured::after,
.ssb-home-events .ssb-event-card.ssb-event-card--featured::after,
.ssb-card-grid .ssb-event-card.ssb-event-card--featured::after{
  content:"";
  position:absolute;
  inset:0;
  border:2px solid #d4af37;
  border-radius:inherit;
  pointer-events:none;
  box-sizing:border-box;
  z-index:4;
}


/* v2.16.65 date up only */
@media (min-width: 768px){
  .ssb-event-card__date{
    transform: translateY(-6px) !important;
  }
}


/* --- v2.16.66 desktop badge clipping fix --- */
@media (min-width: 900px){
  .ssb-home-sync .ssb-event-card__badges,
  .ssb-home-events .ssb-event-card__badges,
  .ssb-card-grid .ssb-event-card__badges{
    box-sizing:border-box !important;
    min-height:34px !important;
    padding:8px 12px 6px !important;
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    overflow:visible !important;
  }

  .ssb-home-sync .ssb-event-card__badges .ssb-event-chip,
  .ssb-home-events .ssb-event-card__badges .ssb-event-chip,
  .ssb-card-grid .ssb-event-card__badges .ssb-event-chip{
    box-sizing:border-box !important;
    height:28px !important;
    min-height:28px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1.1 !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
    border-radius:6px !important;
  }
}


/* --- v2.16.68 desktop date fine-tune --- */
@media (min-width: 900px){
  .ssb-home-sync .ssb-event-card__bottom,
  .ssb-home-events .ssb-event-card__bottom,
  .ssb-card-grid .ssb-event-card__bottom{
    align-items:center !important;
  }

  .ssb-home-sync .ssb-event-card__date,
  .ssb-home-events .ssb-event-card__date,
  .ssb-card-grid .ssb-event-card__date{
    align-self:center !important;
    transform:translateY(-4px) !important;
  }

  .ssb-home-sync .ssb-event-card__text,
  .ssb-home-events .ssb-event-card__text,
  .ssb-card-grid .ssb-event-card__text{
    justify-content:center !important;
  }
}


/* --- v2.16.69 desktop card balance fix --- */
@media (min-width: 900px){
  .ssb-home-sync .ssb-event-card__bottom,
  .ssb-home-events .ssb-event-card__bottom,
  .ssb-card-grid .ssb-event-card__bottom{
    grid-template-columns:72px minmax(0,1fr) !important;
    column-gap:14px !important;
    min-height:112px !important;
    padding-top:14px !important;
    padding-bottom:14px !important;
    align-items:center !important;
  }

  .ssb-home-sync .ssb-event-card__date,
  .ssb-home-events .ssb-event-card__date,
  .ssb-card-grid .ssb-event-card__date{
    width:72px !important;
    min-width:72px !important;
    align-self:center !important;
    justify-content:center !important;
    transform:none !important;
  }

  .ssb-home-sync .ssb-event-card__text,
  .ssb-home-events .ssb-event-card__text,
  .ssb-card-grid .ssb-event-card__text{
    min-height:0 !important;
    align-self:center !important;
    justify-content:center !important;
    gap:5px !important;
  }

  .ssb-home-sync .ssb-event-card h3,
  .ssb-home-events .ssb-event-card h3,
  .ssb-card-grid .ssb-event-card h3{
    margin:0 !important;
  }

  .ssb-home-sync .ssb-event-card__excerpt,
  .ssb-home-sync .ssb-event-card__location,
  .ssb-home-events .ssb-event-card__excerpt,
  .ssb-home-events .ssb-event-card__location,
  .ssb-card-grid .ssb-event-card__excerpt,
  .ssb-card-grid .ssb-event-card__location{
    margin:0 !important;
  }
}


/* v2.16.71 eventdetail full-width final */
@media (min-width: 901px){
  .entry-content > .ssb-event-detail,
  .site-content .entry-content > .ssb-event-detail,
  .ast-container .entry-content > .ssb-event-detail,
  .ast-container .ssb-event-detail,
  .site-main .ssb-event-detail{
    width:min(1280px, calc(100vw - 48px));
    max-width:min(1280px, calc(100vw - 48px));
    margin-left:calc(50% - min(640px, (100vw - 48px) / 2));
    margin-right:0;
    padding-left:0;
    padding-right:0;
    box-sizing:border-box;
  }
  .entry-content > .ssb-event-detail .ssb-event-detail__inner,
  .site-main .ssb-event-detail .ssb-event-detail__inner{
    max-width:1280px;
    width:100%;
    margin:0 auto;
  }
}


/* v2.16.72 eventdetail desktop split hero */
@media (min-width: 1100px){
  .entry-content > .ssb-event-detail,
  .site-content .entry-content > .ssb-event-detail,
  .ast-container .entry-content > .ssb-event-detail,
  .ast-container .ssb-event-detail,
  .site-main .ssb-event-detail{
    width:min(1280px, calc(100vw - 48px));
    max-width:min(1280px, calc(100vw - 48px));
    margin-left:calc(50% - min(640px, (100vw - 48px) / 2));
    margin-right:0;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__inner,
  .site-main .ssb-event-detail .ssb-event-detail__inner{
    display:grid;
    grid-template-columns:minmax(0, 1fr) clamp(320px, 34vw, 460px);
    grid-template-areas:
      "header image"
      "nav nav"
      "desc desc"
      "info info"
      "map map"
      "venue venue"
      "related related";
    align-items:start;
    column-gap:40px;
    row-gap:18px;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__header,
  .site-main .ssb-event-detail .ssb-event-detail__header{
    grid-area:header;
    margin:0;
    align-self:start;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__hero,
  .site-main .ssb-event-detail .ssb-event-detail__hero{
    grid-template-columns:96px minmax(0, 1fr);
    gap:20px;
    align-items:start;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__hero-text h1,
  .site-main .ssb-event-detail .ssb-event-detail__hero-text h1{
    font-size:clamp(2.4rem, 3.1vw, 4rem);
    line-height:1.02;
    margin:0 0 14px;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__meta,
  .site-main .ssb-event-detail .ssb-event-detail__meta{
    gap:8px 18px;
    font-size:1.02rem;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__nav-box,
  .site-main .ssb-event-detail .ssb-event-detail__nav-box{
    grid-area:nav;
    margin:0;
    padding-top:4px;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__image,
  .site-main .ssb-event-detail .ssb-event-detail__image{
    grid-area:image;
    width:100%;
    max-width:none;
    margin:0;
    align-self:start;
    justify-self:end;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__image img,
  .site-main .ssb-event-detail .ssb-event-detail__image img{
    display:block;
    width:100%;
    max-height:420px;
    min-height:280px;
    object-fit:contain;
    object-position:center top;
    background:#fff;
    border:1px solid rgba(11,16,61,0.08);
    border-radius:18px;
    padding:18px;
    box-shadow:0 12px 34px rgba(0,0,0,0.07);
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__description-box,
  .entry-content > .ssb-event-detail .ssb-event-detail__info-box,
  .entry-content > .ssb-event-detail .ssb-event-detail__map-box,
  .entry-content > .ssb-event-detail .ssb-event-detail__venue-box,
  .entry-content > .ssb-event-detail .ssb-event-detail__related-box,
  .site-main .ssb-event-detail .ssb-event-detail__description-box,
  .site-main .ssb-event-detail .ssb-event-detail__info-box,
  .site-main .ssb-event-detail .ssb-event-detail__map-box,
  .site-main .ssb-event-detail .ssb-event-detail__venue-box,
  .site-main .ssb-event-detail .ssb-event-detail__related-box{
    margin:0;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__description-box,
  .site-main .ssb-event-detail .ssb-event-detail__description-box{ grid-area:desc; }
  .entry-content > .ssb-event-detail .ssb-event-detail__info-box,
  .site-main .ssb-event-detail .ssb-event-detail__info-box{ grid-area:info; }
  .entry-content > .ssb-event-detail .ssb-event-detail__map-box,
  .site-main .ssb-event-detail .ssb-event-detail__map-box{ grid-area:map; }
  .entry-content > .ssb-event-detail .ssb-event-detail__venue-box,
  .site-main .ssb-event-detail .ssb-event-detail__venue-box{ grid-area:venue; }
  .entry-content > .ssb-event-detail .ssb-event-detail__related-box,
  .site-main .ssb-event-detail .ssb-event-detail__related-box{ grid-area:related; }
}


/* v2.16.73 eventdetail split hero refined */
@media (min-width: 1100px){
  .entry-content > .ssb-event-detail .ssb-event-detail__inner,
  .site-main .ssb-event-detail .ssb-event-detail__inner{
    column-gap:44px;
    row-gap:20px;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__header,
  .site-main .ssb-event-detail .ssb-event-detail__header{
    padding-top:4px;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__image,
  .site-main .ssb-event-detail .ssb-event-detail__image{
    width:min(100%, 380px);
    max-width:380px;
    justify-self:end;
    align-self:start;
    overflow:hidden;
    border-radius:20px;
    background:linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
    border:1px solid rgba(11,16,61,0.08);
    box-shadow:0 18px 42px rgba(11,16,61,0.08), 0 4px 12px rgba(11,16,61,0.04);
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__image img,
  .site-main .ssb-event-detail .ssb-event-detail__image img{
    display:block;
    width:100%;
    height:auto;
    min-height:0;
    max-height:320px;
    object-fit:contain;
    object-position:center center;
    background:transparent;
    border:0;
    border-radius:0;
    padding:20px;
    box-shadow:none;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__nav-box,
  .site-main .ssb-event-detail .ssb-event-detail__nav-box{
    padding-top:0;
    margin-top:-2px;
  }
}


/* v2.16.74 eventdetail no-sticky + full image */
@media (min-width: 1100px){
  .ssb-event-detail__header{
    position:static !important;
    top:auto !important;
    z-index:auto !important;
    background:transparent !important;
    padding-bottom:0 !important;
    margin-bottom:0 !important;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__inner,
  .site-main .ssb-event-detail .ssb-event-detail__inner{
    align-items:start;
    grid-template-columns:minmax(0, 1fr) minmax(300px, 380px);
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__image,
  .site-main .ssb-event-detail .ssb-event-detail__image{
    width:min(100%, 360px);
    max-width:360px;
    min-height:0;
    max-height:300px;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__image img,
  .site-main .ssb-event-detail .ssb-event-detail__image img{
    display:block;
    width:auto;
    max-width:100%;
    height:auto;
    max-height:260px;
    aspect-ratio:auto;
    object-fit:contain;
    object-position:center center;
    box-sizing:border-box;
    padding:18px;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__nav-box,
  .site-main .ssb-event-detail .ssb-event-detail__nav-box{
    margin-top:0;
    padding-top:2px;
  }
}


/* v2.16.75 eventdetail description readability + 4-col related grid */
.ssb-event-detail__description,
.ssb-event-detail__description-paragraph,
.ssb-event-detail__description-text{
  white-space:pre-line;
}
.ssb-event-detail__description-paragraph{
  margin:0;
  line-height:1.65;
}
.ssb-event-detail__description-text{
  display:inline;
}
.ssb-event-detail__more-toggle{
  margin-left:8px;
  vertical-align:baseline;
}

@media (min-width: 1100px){
  .ssb-event-detail__related-box .ssb-card-grid--related-static{
    grid-template-columns:repeat(4, minmax(0,1fr));
  }
}
@media (min-width: 768px) and (max-width: 1099px){
  .ssb-event-detail__related-box .ssb-card-grid--related-static{
    grid-template-columns:repeat(3, minmax(0,1fr));
  }
}


/* v2.16.76b eventdetail related box full-width alignment */
@media (min-width: 1100px){
  .entry-content > .ssb-event-detail .ssb-event-detail__related-box,
  .site-main .ssb-event-detail .ssb-event-detail__related-box{
    width:100% !important;
    max-width:none !important;
    justify-self:stretch !important;
    align-self:stretch !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box;
  }

  .entry-content > .ssb-event-detail .ssb-event-detail__related-box .ssb-card-grid--related-static,
  .site-main .ssb-event-detail .ssb-event-detail__related-box .ssb-card-grid--related-static{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
  }
}



/* v2.16.79 final related cards = event page parity */
.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-card__excerpt{
  display:block !important;
}

.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-card__media{
  height:118px !important;
  min-height:118px !important;
  max-height:118px !important;
  background:#f5f6f8 !important;
  border-bottom:1px solid #edf0f3 !important;
}

.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-image-link{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
}

.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-card .ssb-card__image,
.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-image-link img,
.ssb-event-detail__related-box .ssb-card-grid--related-static .ssb-event-card .ssb-card__image img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:10px 14px !important;
  box-sizing:border-box !important;
  background:transparent !important;
}


/* v2.16.80 final UX fix: compact related grid + whole card clickable */
.ssb-event-card{
  position:relative !important;
}

.ssb-event-card__title-text{
  color:inherit;
}

.ssb-event-card__link-overlay{
  position:absolute;
  inset:0;
  z-index:5;
  display:block;
  border-radius:inherit;
  text-indent:-9999px;
  overflow:hidden;
}

.ssb-event-card__media,
.ssb-event-card__badges,
.ssb-event-card__bottom,
.ssb-event-card__star{
  position:relative;
  z-index:1;
}

.ssb-event-card__link-overlay:focus-visible{
  outline:3px solid rgba(20,76,190,0.32);
  outline-offset:3px;
}

@media (min-width: 1100px){
  .ssb-event-detail__related-box .ssb-card-grid--related-static{
    gap:16px !important;
  }
}


/* --- v2.16.81 related cards title restore: keep full-card link, restore single-line ellipsis --- */
.ssb-event-detail__related-box .ssb-event-card h3,
.ssb-event-detail__related-box .ssb-event-card .ssb-event-card__title-text{
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
.ssb-event-detail__related-box .ssb-event-card h3{
  display:block !important;
  min-height:0 !important;
}


/* v2.16.83 venue hero */
.ssb-venue-hero{position:relative;overflow:hidden;border-radius:22px;margin:0 0 22px 0;min-height:320px;background:linear-gradient(135deg,#16324f 0%,#0f4c81 100%);box-shadow:0 10px 28px rgba(0,0,0,.10);}
.ssb-venue-hero.has-cover{background-size:cover;background-position:center center;background-repeat:no-repeat;}
.ssb-venue-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,34,.90) 0%,rgba(7,20,34,.82) 28%,rgba(7,20,34,.56) 52%,rgba(7,20,34,.20) 74%,rgba(7,20,34,.04) 100%);}
.ssb-venue-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(170px,230px) minmax(0,620px) minmax(220px,260px);column-gap:44px;row-gap:24px;align-items:center;padding:34px 36px;min-height:320px;}
.ssb-venue-hero__logo{align-self:center;display:flex;align-items:center;justify-content:center;width:220px;min-width:220px;height:164px;padding:16px;background:#fff;border-radius:20px;border:1px solid rgba(255,255,255,.82);box-shadow:0 8px 20px rgba(0,0,0,.18);overflow:hidden;}
.ssb-venue-hero__logo img,.ssb-venue-hero__logo-fallback-image{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;background:transparent;border:0;padding:0;box-shadow:none;}
.ssb-venue-hero__logo.is-placeholder{background:#fff;border:1px solid rgba(255,255,255,.82);}
.ssb-venue-hero__logo-fallback{display:none;}

.ssb-venue-hero__content{min-width:0;color:#fff;align-self:center;max-width:620px;}
.ssb-venue-hero__meta{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0;}
.ssb-venue-hero__title{margin:0 0 12px;color:#fff;font-size:clamp(34px,5vw,52px);line-height:1.06;letter-spacing:-0.03em;font-weight:700;text-wrap:balance;}
.ssb-venue-hero__address{margin:0;color:rgba(255,255,255,.95);font-size:17px;line-height:1.5;}
.ssb-venue-hero__summary{max-width:560px;margin:18px 0 0;color:rgba(255,255,255,.94);font-size:15px;line-height:1.55;opacity:.95;}
.ssb-venue-hero__actions{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:12px;min-width:220px;justify-self:end;}
.ssb-button--hero,.ssb-button--hero-secondary{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:12px 18px;border-radius:999px;text-decoration:none;font-weight:600;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;}
.ssb-button--hero{box-shadow:0 8px 20px rgba(0,0,0,.18);}
.ssb-button--hero-secondary{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.32);color:#fff;backdrop-filter:blur(4px);}
.ssb-button--hero:hover,.ssb-button--hero-secondary:hover{transform:translateY(-1px);}
.ssb-membership-badge--hero{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.26);backdrop-filter:blur(4px);}
.ssb-membership-badge--hero.ssb-membership-badge--quality{background:rgba(229,243,255,.18);color:#fff;}
.ssb-membership-badge--hero.ssb-membership-badge--excellence{background:rgba(255,237,192,.20);color:#fff;}
@media (max-width: 980px){
  .ssb-venue-hero__inner{grid-template-columns:1fr;align-items:start;gap:18px;min-height:0;padding:24px;}
  .ssb-venue-hero__actions{align-items:flex-start;flex-direction:row;flex-wrap:wrap;}
}
@media (max-width: 800px){
  .ssb-venue-hero{min-height:0;border-radius:18px;}
  .ssb-venue-hero__overlay{background:linear-gradient(180deg,rgba(12,23,36,.55) 0%,rgba(12,23,36,.72) 42%,rgba(12,23,36,.84) 100%);}
  .ssb-venue-hero__inner{padding:22px 20px;gap:16px;}
  .ssb-venue-hero__logo{min-height:0;width:180px;min-width:180px;height:132px;max-width:180px;padding:12px;border-radius:18px;overflow:hidden;}
  .ssb-venue-hero__logo-fallback{max-width:156px;min-height:96px;font-size:32px;border-radius:12px;}
  .ssb-venue-hero__logo img,.ssb-venue-hero__logo-fallback-image{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain;object-position:center;border-radius:0;}
  .ssb-venue-hero__title{font-size:clamp(30px,8.8vw,42px);}
  .ssb-venue-hero__address{font-size:16px;}
  .ssb-venue-hero__summary{font-size:15px;line-height:1.55;}
  .ssb-venue-hero__actions{width:100%;}
  .ssb-button--hero,.ssb-button--hero-secondary{min-width:0;width:auto;max-width:100%;}
}


/* v2.16.94 venue detail cleanup */
.ssb-venue-badges,.ssb-venue-badge{display:none !important;}
.ssb-venue-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start;}
.ssb-venue-equipment-list{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;list-style:none;margin:0;padding:0;}
.ssb-venue-equipment-list__item{display:flex;align-items:flex-start;gap:12px;}
.ssb-venue-equipment-list__item.is-empty{grid-column:1 / -1;}
.ssb-venue-equipment-list__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:20px;height:20px;border-radius:999px;background:#dcfce7;color:#166534;font-weight:700;font-size:13px;line-height:1;margin-top:2px;}
.ssb-venue-equipment-list__label{display:block;min-width:0;line-height:1.45;}
.ssb-venue-opening-hours{display:flex;flex-direction:column;gap:10px;}
.ssb-venue-opening-hours__row{display:grid;grid-template-columns:44px minmax(0,1fr);column-gap:12px;align-items:start;}
.ssb-venue-opening-hours__day{font-weight:700;}
.ssb-venue-opening-hours__value{display:flex;flex-direction:column;gap:2px;min-width:0;}
.ssb-venue-opening-hours__primary,.ssb-venue-opening-hours__secondary{display:block;}
.ssb-venue-opening-hours__secondary::before{content:none !important;}
.ssb-venue-opening-hours__secondary{font-size:13px;color:#64748b;}
.ssb-venue-opening-hours__note{margin:14px 0 0;font-size:13px;line-height:1.45;color:#6b7280;}
.ssb-venue-opening-hours__empty{margin:0;font-size:15px;line-height:1.5;color:#64748b;font-style:italic;}
.ssb-venue-opening-hours--text p{margin:0 0 8px;}
.ssb-venue-opening-hours--text p:last-child{margin-bottom:0;}
@media (max-width:768px){
  .ssb-venue-grid{grid-template-columns:1fr;}
  .ssb-venue-equipment-list{grid-template-columns:1fr;}
  .ssb-venue-opening-hours__row{grid-template-columns:40px minmax(0,1fr);column-gap:10px;}
}


.ssb-venue-about-text > *:last-child { margin-bottom: 0; }
.ssb-venue-about-preview.has-more p:last-of-type,
.ssb-venue-about-full p:last-of-type { display: inline; }
.ssb-venue-about-preview.has-more .ssb-venue-more-ellipsis,
.ssb-venue-about-preview.has-more .ssb-venue-more-toggle { display: inline; }
.ssb-venue-about-full .ssb-venue-more-toggle--less { margin-top: 12px; }

.ssb-venue-carousel-more{display:block;width:100%;margin-top:10px;padding:10px 12px;border:1px solid #d1d5db;border-radius:12px;background:#fff;color:#0f172a;font-size:22px;line-height:1;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .18s ease;}
.ssb-venue-carousel-more:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);}
@media (max-width: 767px){
  .ssb-venue-carousel-more{margin-top:8px;padding:9px 10px;font-size:20px;}
}


/* v2.16.101: venue event cards layout + finer carousel paging button text */
.ssb-venue-carousel-more{font-size:15px;font-weight:500;line-height:1.35;letter-spacing:.01em;}
@media (max-width:767px){
  .ssb-venue-carousel-more{font-size:14px;}
}
.ssb-venue-detail .ssb-card-grid.ssb-card-grid--venue-events{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:20px;
  align-items:stretch;
}
@media (max-width:1199px){
  .ssb-venue-detail .ssb-card-grid.ssb-card-grid--venue-events{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:899px){
  .ssb-venue-detail .ssb-card-grid.ssb-card-grid--venue-events{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:767px){
  .ssb-venue-detail .ssb-card-grid.ssb-card-grid--venue-events{grid-template-columns:1fr !important;}
}


/* Mein Bereich: Eventkarten im Design der Eventstartseite + Status/Aktionen */
.ssb-dashboard-wrap .ssb-card-grid .ssb-event-card{
  height:100%;
}
.ssb-dashboard-wrap .ssb-card-grid .ssb-event-card .ssb-event-card__link-overlay{
  display:none !important;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__footer{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:0 14px 14px;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__status{
  margin:0;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__actions .button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:44px;
  padding:10px 12px;
  border-radius:12px;
  margin:0;
  text-align:center;
  box-sizing:border-box;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__actions .ssb-submit-btn{
  grid-column:1 / -1;
  background:#22c55e !important;
  border-color:#22c55e !important;
  color:#ffffff !important;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__actions .ssb-submit-btn:hover{
  background:#16a34a !important;
  border-color:#16a34a !important;
  color:#ffffff !important;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__actions .ssb-delete-btn{
  background:#ef2323 !important;
  border-color:#ef2323 !important;
  color:#ffffff !important;
}
.ssb-dashboard-wrap .ssb-dashboard-event-card__actions .ssb-delete-btn:hover{
  background:#d91f1f !important;
  border-color:#d91f1f !important;
  color:#ffffff !important;
}


/* v2.16.141 agenda filter rebuild */
.ssb-agenda-filter-v2{display:block;margin:0 0 18px;}
.ssb-agenda-filter-v2 .ssb-filters{max-width:1280px;background:#fff;border:1px solid #d9e2ea;border-radius:18px;padding:16px 18px;margin:0 0 18px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.ssb-agenda-filter-v2 .ssb-filter-toggle{width:100%;justify-content:center;background:#050505;color:#fff !important;border:0;padding:12px 16px;border-radius:12px;font-weight:700;display:flex;}
.ssb-agenda-filter-v2 .ssb-filter-content{padding-top:16px;}
.ssb-agenda-filter-v2 .ssb-geo-filter{display:grid;grid-template-columns:110px minmax(0,1fr) 180px 270px;gap:14px;align-items:end;max-width:1280px;background:#fff;border:1px solid #d9e2ea;border-radius:18px;padding:16px 18px;margin:0 0 18px;box-shadow:0 8px 20px rgba(0,0,0,.04);}
.ssb-agenda-filter-v2 .ssb-geo-filter__field{margin:0;}
.ssb-agenda-filter-v2 .ssb-geo-filter__field label,.ssb-agenda-filter-v2__label{display:block;margin:0 0 8px;font-weight:700;color:#173042;}
.ssb-agenda-filter-v2 .ssb-geo-filter input,.ssb-agenda-filter-v2 .ssb-geo-filter select,.ssb-agenda-filter-v2__date-row input,.ssb-agenda-filter-v2__search-row input{width:100%;min-height:46px;border:1px solid #cfd8df;border-radius:12px;padding:0 14px;box-sizing:border-box;background:#fff;}
.ssb-agenda-filter-v2 .ssb-geo-filter__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end;}
.ssb-agenda-filter-v2 .ssb-geo-filter__actions button,.ssb-agenda-filter-v2 .ssb-geo-filter__actions a{min-height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:600;box-sizing:border-box;padding:0 16px;}
.ssb-agenda-filter-v2 .ssb-geo-filter__actions button{background:#1f5f92;color:#fff;border:0;cursor:pointer;}
.ssb-agenda-filter-v2 .ssb-geo-filter__actions a{background:#fff;color:#173042;border:1px solid #98a6b5;}
.ssb-agenda-filter-v2__rows{display:grid;gap:18px;}
.ssb-agenda-badges{display:flex;flex-wrap:wrap;gap:10px;}
.ssb-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border:1px solid #cfd8df;border-radius:999px;background:#fff;color:#173042;cursor:pointer;transition:all .15s ease;font-weight:600;}
.ssb-filter-badge input{position:absolute;opacity:0;pointer-events:none;}
.ssb-filter-badge.is-active{background:#1d3d91;border-color:#1d3d91;color:#fff;}
.ssb-agenda-filter-v2__date-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) 220px;gap:14px;align-items:end;}
.ssb-agenda-filter-v2__date-row p,.ssb-agenda-filter-v2__search-row p{margin:0;}
.ssb-agenda-filter-v2__date-row label,.ssb-agenda-filter-v2__search-row label{display:block;font-weight:700;color:#173042;}
.ssb-agenda-filter-v2__weekend-wrap{display:flex;flex-direction:column;gap:8px;align-self:end;}
.ssb-agenda-filter-v2__search-row{max-width:360px;}
@media (max-width: 900px){
  .ssb-agenda-filter-v2 .ssb-geo-filter{grid-template-columns:1fr;}
  .ssb-agenda-filter-v2 .ssb-geo-filter__actions{grid-template-columns:1fr 1fr;}
  .ssb-agenda-filter-v2__date-row{grid-template-columns:1fr;}
  .ssb-agenda-filter-v2__search-row{max-width:none;}
}
@media (max-width: 640px){
  .ssb-agenda-filter-v2 .ssb-geo-filter__actions{grid-template-columns:1fr;}
}


/* Agenda Geo Search Auto-Run */
.ssb-agenda-filter-v2 #ssb-search-button{
    display:none !important;
}


/* v2.16.148 agenda geo row + filter width alignment */
.ssb-home-sync .ssb-agenda-filter-v2,
.ssb-home-events .ssb-agenda-filter-v2{
  max-width:1280px !important;
  margin:0 auto !important;
}

.ssb-home-sync .ssb-panel.ssb-filters,
.ssb-home-events .ssb-panel.ssb-filters{
  max-width:1280px !important;
  width:100% !important;
  margin:0 auto 18px !important;
  box-sizing:border-box !important;
}

.ssb-home-sync .ssb-geo-filter,
.ssb-home-events .ssb-geo-filter{
  grid-template-columns:90px minmax(0,1fr) 150px 140px !important;
  max-width:1280px !important;
  width:100% !important;
  margin:0 auto 18px !important;
}

.ssb-home-sync .ssb-geo-filter__actions,
.ssb-home-events .ssb-geo-filter__actions{
  display:block !important;
  width:140px !important;
  min-width:140px !important;
}

.ssb-home-sync #ssb-reset-button,
.ssb-home-events #ssb-reset-button{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:140px !important;
  min-width:140px !important;
  padding:0 18px !important;
  white-space:nowrap !important;
  overflow:visible !important;
}

@media (max-width: 1100px){
  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns:90px minmax(0,1fr) 140px 140px !important;
  }
}

@media (max-width: 900px){
  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns:1fr !important;
  }

  .ssb-home-sync .ssb-geo-filter__actions,
  .ssb-home-events .ssb-geo-filter__actions,
  .ssb-home-sync #ssb-reset-button,
  .ssb-home-events #ssb-reset-button{
    width:100% !important;
    min-width:0 !important;
  }
}


/* v2.16.149 top row sizing + date placeholder + weekend alignment */
.ssb-home-sync .ssb-geo-filter,
.ssb-home-events .ssb-geo-filter{
  grid-template-columns: 90px minmax(0,0.82fr) 140px 140px !important;
}

.ssb-home-sync .ssb-geo-filter__field--location,
.ssb-home-events .ssb-geo-filter__field--location{
  max-width: 760px !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 input[type="date"],
.ssb-home-events .ssb-agenda-filter-v2 input[type="date"]{
  font-family: Arial, Helvetica, sans-serif !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 input[type="date"]::placeholder,
.ssb-home-events .ssb-agenda-filter-v2 input[type="date"]::placeholder{
  font-family: Arial, Helvetica, sans-serif !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

.ssb-home-sync .ssb-agenda-filter-v2__weekend-wrap .ssb-filter-badge,
.ssb-home-events .ssb-agenda-filter-v2__weekend-wrap .ssb-filter-badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  min-height: 46px !important;
  line-height: 1.2 !important;
}

.ssb-home-sync .ssb-agenda-filter-v2__weekend-wrap .ssb-filter-badge span,
.ssb-home-events .ssb-agenda-filter-v2__weekend-wrap .ssb-filter-badge span{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 100% !important;
  text-align: center !important;
}

@media (max-width: 1100px){
  .ssb-home-sync .ssb-geo-filter,
  .ssb-home-events .ssb-geo-filter{
    grid-template-columns: 90px minmax(0,0.78fr) 140px 140px !important;
  }

  .ssb-home-sync .ssb-geo-filter__field--location,
  .ssb-home-events .ssb-geo-filter__field--location{
    max-width: 640px !important;
  }
}


/* v2.16.156 requested fixes only */
.ssb-home-sync .ssb-agenda-filter-v2,
.ssb-home-events .ssb-agenda-filter-v2,
.ssb-home-sync .ssb-panel.ssb-filters,
.ssb-home-events .ssb-panel.ssb-filters,
.ssb-home-sync .ssb-geo-filter--agenda-top,
.ssb-home-events .ssb-geo-filter--agenda-top,
.ssb-home-sync #ssb-map-container,
.ssb-home-events #ssb-map-container{
  max-width:1280px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

.ssb-home-sync .ssb-geo-filter--agenda-top,
.ssb-home-events .ssb-geo-filter--agenda-top{
  grid-template-columns:90px minmax(0,1fr) 140px 140px !important;
}

.ssb-home-sync .ssb-agenda-filter-v2__weekend-wrap,
.ssb-home-events .ssb-agenda-filter-v2__weekend-wrap{
  justify-content:flex-end !important;
}

.ssb-home-sync .ssb-agenda-filter-v2__weekend-wrap > .ssb-filter-badge,
.ssb-home-events .ssb-agenda-filter-v2__weekend-wrap > .ssb-filter-badge{
  margin-top:0 !important;
}

@media (max-width: 900px){
  .ssb-home-sync .ssb-geo-filter--agenda-top,
  .ssb-home-events .ssb-geo-filter--agenda-top{
    grid-template-columns:1fr !important;
  }
}


/* v2.16.157 date search actions */
.ssb-agenda-filter-v2__date-actions{
  display:flex;
  gap:12px;
  margin-top:12px;
}

.ssb-agenda-filter-v2__date-actions .ssb-agenda-date-search-button,
.ssb-agenda-filter-v2__date-actions .ssb-agenda-date-reset-button{
  min-height:46px;
  border-radius:12px;
  padding:0 18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  cursor:pointer;
}

.ssb-agenda-filter-v2__date-actions .ssb-agenda-date-search-button{
  background:#1f5f92;
  color:#fff;
  border:0;
}

.ssb-agenda-filter-v2__date-actions .ssb-agenda-date-reset-button{
  background:#fff;
  color:#173042;
  border:1px solid #98a6b5;
}

@media (max-width: 640px){
  .ssb-agenda-filter-v2__date-actions{
    flex-direction:column;
  }
}


/* v2.16.159 date row compact */
.ssb-agenda-filter-v2__date-row{
  display:grid !important;
  grid-template-columns: minmax(0,0.8fr) minmax(0,0.8fr) auto !important;
  gap:12px !important;
  align-items:end !important;
}

.ssb-agenda-filter-v2__date-row p{
  margin:0 !important;
}

.ssb-agenda-filter-v2__date-row input{
  width:100% !important;
}

/* keep everything on one line */
@media (min-width: 768px){
  .ssb-agenda-filter-v2__date-actions{
    margin-top:0 !important;
    align-items:end !important;
  }
}


/* v2.16.160 FINAL DATE ROW FIX */
.ssb-agenda-filter-v2__date-row{
  display:flex !important;
  gap:12px !important;
  align-items:end !important;
  flex-wrap:nowrap !important;
}

.ssb-agenda-filter-v2__date-row p{
  flex:1 !important;
  margin:0 !important;
}

.ssb-agenda-filter-v2__weekend-wrap{
  flex:0 0 auto !important;
}

.ssb-agenda-filter-v2__date-actions{
  display:flex !important;
  gap:12px !important;
  margin-top:10px !important;
}

.ssb-agenda-filter-v2__date-actions button{
  min-height:46px !important;
  padding:0 18px !important;
}



/* v2.16.161 date row only */
.ssb-agenda-filter-v2__date-row{
  display:grid !important;
  grid-template-columns:minmax(0,0.72fr) minmax(0,0.72fr) 220px !important;
  gap:12px !important;
  align-items:end !important;
}

.ssb-agenda-filter-v2__date-row p{
  margin:0 !important;
  min-width:0 !important;
}

.ssb-agenda-filter-v2__date-actions{
  display:flex !important;
  flex-direction:row !important;
  gap:12px !important;
  margin-top:12px !important;
  align-items:center !important;
}

.ssb-agenda-filter-v2__date-actions .ssb-agenda-date-search-button,
.ssb-agenda-filter-v2__date-actions .ssb-agenda-date-reset-button{
  min-height:46px !important;
  height:46px !important;
  padding:0 18px !important;
  border-radius:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
}

.ssb-agenda-filter-v2__date-actions .ssb-agenda-date-reset-button{
  background:#fff !important;
  color:#173042 !important;
  border:1px solid #98a6b5 !important;
}

@media (max-width: 900px){
  .ssb-agenda-filter-v2__date-row{
    grid-template-columns:1fr !important;
  }
  .ssb-agenda-filter-v2__date-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }
}


/* v2.16.167 startseite badges exakt wie saunafinder */
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-geo-filter__field--country select,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-geo-filter__field--country select,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-geo-filter__field--radius select,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-geo-filter__field--radius select{
  background:#f1f3f5 !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge{
  appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:0 !important;
  min-height:0 !important;
  height:auto !important;
  padding:10px 14px !important;
  border:1px solid #d9e2ea !important;
  background:#f8fbfd !important;
  color:#22313f !important;
  border-radius:999px !important;
  font-size:16px !important;
  font-weight:500 !important;
  line-height:1 !important;
  box-shadow:none !important;
  transform:none !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge:hover,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge:hover{
  border-color:#d9e2ea !important;
  background:#f8fbfd !important;
  color:#22313f !important;
  transform:none !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge span{
  font-size:16px !important;
  font-weight:500 !important;
  line-height:1 !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge.is-active,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge.is-active{
  background:#111827 !important;
  border-color:#111827 !important;
  color:#ffffff !important;
  box-shadow:0 8px 18px rgba(17,24,39,.14) !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge.is-active span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge.is-active span{
  color:#ffffff !important;
}


/* v2.16.169 startseite badge row + weights */
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge{
  font-weight:400 !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge span{
  font-weight:400 !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--textile,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--textile,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight{
  font-weight:600 !important;
}

.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women span,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--textile span,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--textile span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight span{
  font-weight:600 !important;
}


/* v2.16.171 date row: buttons in same row */
.ssb-agenda-filter-v2__date-row{
  display:grid !important;
  grid-template-columns:minmax(0,0.62fr) minmax(0,0.62fr) 220px auto !important;
  gap:12px !important;
  align-items:end !important;
}

.ssb-agenda-filter-v2__date-row p{
  margin:0 !important;
  min-width:0 !important;
}

.ssb-agenda-filter-v2__date-row .ssb-agenda-filter-v2__date-actions{
  display:flex !important;
  flex-direction:row !important;
  gap:12px !important;
  margin-top:0 !important;
  align-items:end !important;
  justify-content:flex-start !important;
}

.ssb-agenda-filter-v2__date-row .ssb-agenda-date-search-button,
.ssb-agenda-filter-v2__date-row .ssb-agenda-date-reset-button{
  min-height:46px !important;
  height:46px !important;
  padding:0 18px !important;
  border-radius:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
}

@media (max-width: 900px){
  .ssb-agenda-filter-v2__date-row{
    grid-template-columns:1fr !important;
  }

  .ssb-agenda-filter-v2__date-row .ssb-agenda-filter-v2__date-actions{
    flex-direction:column !important;
    align-items:stretch !important;
    margin-top:12px !important;
  }
}


/* v2.16.172 unified filter typography */
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-geo-filter__field label,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-filter-v2__label,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-filter-v2__date-row label,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-filter-v2__search-row label,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-geo-filter__field label,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-filter-v2__label,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-filter-v2__date-row label,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-filter-v2__search-row label{font-size:14px !important;line-height:1.25 !important;font-weight:700 !important;letter-spacing:0 !important;}
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge span,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-toggle,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-geo-filter__actions button,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-geo-filter__actions a,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-toggle,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-geo-filter__actions button,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-geo-filter__actions a{font-size:14px !important;line-height:1.2 !important;letter-spacing:0 !important;}
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-toggle,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-geo-filter__actions button,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-geo-filter__actions a,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge--women,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge--women span,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge--textile,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge--textile span,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge--highlight,
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge--highlight span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-toggle,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-geo-filter__actions button,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-geo-filter__actions a,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge--women,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge--women span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge--textile,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge--textile span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge--highlight,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge--highlight span{font-weight:700 !important;}
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge:not(.ssb-filter-badge--women):not(.ssb-filter-badge--textile):not(.ssb-filter-badge--highlight),
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-filter-badge:not(.ssb-filter-badge--women):not(.ssb-filter-badge--textile):not(.ssb-filter-badge--highlight) span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge:not(.ssb-filter-badge--women):not(.ssb-filter-badge--textile):not(.ssb-filter-badge--highlight),
.ssb-home-events .ssb-agenda-filter-v2 .ssb-filter-badge:not(.ssb-filter-badge--women):not(.ssb-filter-badge--textile):not(.ssb-filter-badge--highlight) span{font-weight:400 !important;}


/* v2.16.173 date row grey + compact */
.ssb-home-sync .ssb-agenda-filter-v2__date-row,
.ssb-home-events .ssb-agenda-filter-v2__date-row{
  display:grid !important;
  grid-template-columns:minmax(0,180px) minmax(0,180px) max-content minmax(0,1fr) !important;
  gap:12px !important;
  align-items:end !important;
}
.ssb-home-sync .ssb-agenda-filter-v2__date-row p,
.ssb-home-events .ssb-agenda-filter-v2__date-row p{
  margin:0 !important;
  min-width:0 !important;
}
.ssb-home-sync .ssb-agenda-filter-v2__date-row input[type="date"],
.ssb-home-events .ssb-agenda-filter-v2__date-row input[type="date"]{
  width:100% !important;
  background:#f1f3f5 !important;
}
.ssb-home-sync .ssb-agenda-filter-v2__weekend-wrap,
.ssb-home-events .ssb-agenda-filter-v2__weekend-wrap{
  flex:0 0 auto !important;
  width:auto !important;
  min-width:0 !important;
}
.ssb-home-sync .ssb-agenda-filter-v2__weekend-wrap > .ssb-filter-badge,
.ssb-home-events .ssb-agenda-filter-v2__weekend-wrap > .ssb-filter-badge{
  width:auto !important;
  min-width:0 !important;
  padding:0 18px !important;
  font-weight:700 !important;
}
.ssb-home-sync .ssb-agenda-filter-v2__weekend-wrap > .ssb-filter-badge span,
.ssb-home-events .ssb-agenda-filter-v2__weekend-wrap > .ssb-filter-badge span{
  font-weight:700 !important;
}
.ssb-home-sync .ssb-agenda-filter-v2__date-row .ssb-agenda-filter-v2__date-actions,
.ssb-home-events .ssb-agenda-filter-v2__date-row .ssb-agenda-filter-v2__date-actions{
  display:flex !important;
  flex-direction:row !important;
  gap:12px !important;
  margin:0 !important;
  align-items:end !important;
  justify-content:flex-end !important;
  justify-self:end !important;
}
.ssb-home-sync .ssb-agenda-filter-v2__date-row .ssb-agenda-date-search-button,
.ssb-home-sync .ssb-agenda-filter-v2__date-row .ssb-agenda-date-reset-button,
.ssb-home-events .ssb-agenda-filter-v2__date-row .ssb-agenda-date-search-button,
.ssb-home-events .ssb-agenda-filter-v2__date-row .ssb-agenda-date-reset-button{
  min-height:46px !important;
  height:46px !important;
  white-space:nowrap !important;
}
@media (max-width: 900px){
  .ssb-home-sync .ssb-agenda-filter-v2__date-row,
  .ssb-home-events .ssb-agenda-filter-v2__date-row{
    grid-template-columns:1fr !important;
  }
  .ssb-home-sync .ssb-agenda-filter-v2__date-row .ssb-agenda-filter-v2__date-actions,
  .ssb-home-events .ssb-agenda-filter-v2__date-row .ssb-agenda-filter-v2__date-actions{
    margin:12px 0 0 0 !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }
}


/* v2.16.175 badge split right + soft colours */
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:12px !important;}
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women{margin-left:auto !important;background:#f8e8ef !important;border-color:#e7c8d5 !important;color:#173042 !important;}
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--women span{color:#173042 !important;}
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight{background:#f2e4a3 !important;border-color:#dec97a !important;color:#173042 !important;}
.ssb-home-sync .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight span,
.ssb-home-events .ssb-agenda-filter-v2 .ssb-agenda-badges .ssb-filter-badge--highlight span{color:#173042 !important;}


/* v2.16.178 mobile event cards image/frame + badge fit only */
@media (max-width: 767px){
  .ssb-home-sync .ssb-event-card .ssb-card__image,
  .ssb-home-events .ssb-event-card .ssb-card__image,
  .ssb-card-grid .ssb-event-card .ssb-card__image{
    height:188px !important;
    min-height:188px !important;
    max-height:188px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:#fff !important;
    padding:8px !important;
    box-sizing:border-box !important;
  }

  .ssb-home-sync .ssb-event-card .ssb-card__image img,
  .ssb-home-events .ssb-event-card .ssb-card__image img,
  .ssb-card-grid .ssb-event-card .ssb-card__image img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    margin:0 auto !important;
    background:#fff !important;
  }

  .ssb-home-sync .ssb-event-card__badges,
  .ssb-home-events .ssb-event-card__badges,
  .ssb-card-grid .ssb-event-card__badges{
    display:flex !important;
    flex-wrap:nowrap !important;
    align-items:stretch !important;
    gap:4px !important;
    overflow:hidden !important;
    min-width:0 !important;
    padding:0 4px !important;
    box-sizing:border-box !important;
  }

  .ssb-home-sync .ssb-event-card__badges .ssb-event-chip,
  .ssb-home-events .ssb-event-card__badges .ssb-event-chip,
  .ssb-card-grid .ssb-event-card__badges .ssb-event-chip{
    flex:1 1 0 !important;
    min-width:0 !important;
    max-width:none !important;
    height:34px !important;
    min-height:34px !important;
    padding:4px 6px !important;
    font-size:10px !important;
    line-height:1.05 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    justify-content:center !important;
    text-align:center !important;
    border-radius:8px !important;
    box-sizing:border-box !important;
  }
}


/* v2.16.180 mobile event card media + badge fit */
@media (max-width: 767px){
    .ssb-event-card,
    .ssb-event-card__bottom,
    .ssb-event-card__badges{
        overflow:visible !important;
    }
    .ssb-event-card__media{
        height:220px !important;
        min-height:220px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        padding:10px !important;
        box-sizing:border-box !important;
        background:#f5f6f8 !important;
        overflow:hidden !important;
    }
    .ssb-event-image-link{
        width:100% !important;
        height:100% !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        overflow:hidden !important;
    }
    .ssb-event-card .ssb-card__image,
    .ssb-event-image-link .ssb-card__image,
    .ssb-event-image-link img.ssb-card__image{
        width:auto !important;
        height:auto !important;
        max-width:100% !important;
        max-height:100% !important;
        display:block !important;
        margin:0 auto !important;
        object-fit:contain !important;
        object-position:center center !important;
        background:#f5f6f8 !important;
    }
    .ssb-event-card__badges{
        display:grid !important;
        grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
        gap:6px !important;
        padding:0 10px 4px !important;
        align-items:stretch !important;
        overflow:visible !important;
    }
    .ssb-event-card__badges .ssb-event-chip{
        width:100% !important;
        min-width:0 !important;
        height:30px !important;
        min-height:30px !important;
        padding:0 6px !important;
        font-size:10px !important;
        line-height:1 !important;
        border-radius:8px !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
        white-space:nowrap !important;
        overflow:hidden !important;
        text-overflow:ellipsis !important;
        box-sizing:border-box !important;
    }
}

/* v2.16.196 Top-Highlights auf SaunaAgenda */
.ssb-agenda-top-highlights{
    margin: 0 0 18px;
    padding: 14px 16px 16px;
    border: 1px solid #d9e1ec;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(18, 41, 76, 0.05);
}
.ssb-agenda-top-highlights__header{
    margin: 0 0 12px;
}
.ssb-agenda-top-highlights__header h2{
    margin: 0 0 3px;
    font-size: 22px;
    line-height: 1.2;
}
.ssb-agenda-top-highlights__header p{
    margin: 0;
    color: #6d7a90;
    font-size: 13px;
}
.ssb-agenda-top-highlights__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.ssb-agenda-top-highlight-card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #dcc37a;
    border-radius: 14px;
    background: linear-gradient(180deg, #fffdf7 0%, #ffffff 100%);
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(18, 41, 76, 0.08);
    text-decoration: none;
    color: inherit;
}
.ssb-agenda-top-highlight-card:hover{
    text-decoration: none;
    color: inherit;
}
.ssb-agenda-top-highlight-card__image{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    overflow: hidden;
    background: #efefef;
}
.ssb-agenda-top-highlight-card__image img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.ssb-agenda-top-highlight-card__logo{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 4px 12px rgba(18, 41, 76, 0.12);
}
.ssb-agenda-top-highlight-card__logo img{
    display: block;
    width: auto;
    height: 22px;
}
.ssb-agenda-top-highlight-card__content{
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 11px 12px 12px;
}
.ssb-agenda-top-highlight-card__top{
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
}
.ssb-agenda-top-highlight-card__date{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: end;
    width: 74px;
    min-width: 74px;
    max-width: 74px;
    height: 74px;
    min-height: 74px;
    max-height: 74px;
    border-radius: 12px;
    background: #f6f8fb;
    border: 1px solid #e2e8f0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    flex: 0 0 74px;
}
.ssb-agenda-top-highlight-card__month{
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #7a8aa2;
    text-align: center;
}
.ssb-agenda-top-highlight-card__day{
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: #0b1f44;
    margin-top: 4px;
    text-align: center;
}
.ssb-agenda-top-highlight-card__side{
    display: flex;
    min-width: 0;
    min-height: 100%;
    flex-direction: column;
}
.ssb-agenda-top-highlight-card__meta{
    min-width: 0;
}
.ssb-agenda-top-highlight-card__meta h3{
    margin: 0 0 4px;
    font-size: 16px;
    line-height: 1.25;
    min-height: 20px;
}
.ssb-agenda-top-highlight-card__meta h3 a{
    color: #0b1f44;
    text-decoration: none;
}
.ssb-agenda-top-highlight-card__meta h3 a:hover{
    color: #1d3d91;
}
.ssb-agenda-top-highlight-card__excerpt,
.ssb-agenda-top-highlight-card__location{
    margin: 0;
    font-size: 13px;
    line-height: 1.35;
    color: #4b5871;
}
.ssb-agenda-top-highlight-card__location{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ssb-agenda-top-highlight-card__badges{
    display: flex;
    gap: 8px;
    width: 100%;
    margin-top: 10px;
}
.ssb-agenda-top-highlight-card__badges .ssb-event-chip{
    display: inline-flex;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 28px;
    font-size: 11px;
    line-height: 1.1;
    padding: 7px 8px;
    box-sizing: border-box;
    text-align: center;
}
@media (max-width: 1024px){
    .ssb-agenda-top-highlights__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px){
    .ssb-agenda-top-highlights{
        padding: 13px;
    }
    .ssb-agenda-top-highlights__grid{
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .ssb-agenda-top-highlight-card__image{
        height: 170px;
    }
    .ssb-agenda-top-highlight-card__logo{
        top: 8px;
        left: 8px;
        padding: 4px 7px;
    }
    .ssb-agenda-top-highlight-card__logo img{
        height: 20px;
    }
    .ssb-agenda-top-highlight-card__top{
        grid-template-columns: 66px minmax(0, 1fr);
        gap: 9px;
    }
    .ssb-agenda-top-highlight-card__date{
        width: 66px;
        min-width: 66px;
        max-width: 66px;
        height: 66px;
        min-height: 66px;
        max-height: 66px;
        flex: 0 0 66px;
    }
    .ssb-agenda-top-highlight-card__day{
        font-size: 31px;
    }
    .ssb-agenda-top-highlight-card__meta h3{
        font-size: 15px;
    }
}


/* v2.16.202 restore single-line event card titles */
.ssb-event-card h3,
.ssb-home-sync .ssb-event-card h3,
.ssb-home-events .ssb-event-card h3,
.ssb-card-grid .ssb-event-card h3,
.ssb-top-highlights .ssb-event-card h3{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}

.ssb-event-card__title-text,
.ssb-event-card h3 a,
.ssb-top-highlights .ssb-event-card__title-text{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  white-space:inherit !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

/* v2.16.203 Regular event date box square sync */
.ssb-event-card__bottom{
    align-items:stretch !important;
}
.ssb-event-card__date{
    align-self:stretch !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    box-sizing:border-box !important;
    text-align:center !important;
    padding:0 !important;
    overflow:hidden !important;
}
.ssb-event-card__month,
.ssb-event-card__day{
    width:100% !important;
    text-align:center !important;
}


/* v2.16.208 agenda toolbar below map */
.ssb-agenda-events-stage{max-width:1280px;margin:0 auto;}
.ssb-agenda-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:10px 0 14px;}
.ssb-sort-hint--agenda{margin:0;display:flex;align-items:center;gap:8px;flex:1 1 auto;}
.ssb-sort-hint__highlight{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#d4af37;color:#fff;font-size:12px;line-height:1;font-style:normal;box-shadow:0 2px 6px rgba(212,175,55,.28);flex:0 0 18px;}
.ssb-agenda-desktop-view-switch{display:inline-flex;align-items:center;gap:6px;padding:4px;border:1px solid #d9e2ea;border-radius:999px;background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.04);}
.ssb-agenda-desktop-view-switch__btn{appearance:none;border:0;background:transparent;color:#52606d;font:inherit;font-size:13px;line-height:1.2;padding:8px 12px;border-radius:999px;cursor:pointer;transition:all .18s ease;}
.ssb-agenda-desktop-view-switch__btn.is-active{background:#173042;color:#fff;font-weight:700;box-shadow:0 6px 14px rgba(23,48,66,.18);}
.ssb-agenda-events-stage.is-desktop-list-only #ssb-map-container{display:none !important;}
@media (max-width:767px){
  .ssb-agenda-toolbar{margin:8px 0 12px;}
  .ssb-agenda-desktop-view-switch{display:none;}
  .ssb-sort-hint--agenda{font-size:12px;line-height:1.35;}
}


/* v2.16.225 split top-highlight desktop/mobile variants */
.ssb-agenda-top-highlight-card__mobile{display:none;}
.ssb-agenda-top-highlight-card__desktop{display:block;}

@media (max-width: 767px){
  .ssb-agenda-top-highlight-card__desktop{display:none;}
  .ssb-agenda-top-highlight-card__mobile{display:block;}
  .ssb-agenda-top-highlight-card__mobile-image{
    height:150px;
    margin:12px 12px 0;
    border:2px solid #d9d9d9;
    border-radius:18px;
    background:#efefef;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .ssb-agenda-top-highlight-card__mobile-image img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
  }
  .ssb-agenda-top-highlight-card__mobile-content{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:12px;
  }
  .ssb-agenda-top-highlight-card__mobile-badges{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    width:100%;
  }
  .ssb-agenda-top-highlight-card__mobile-badges .ssb-event-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-width:0;
    min-height:24px;
    padding:5px 4px;
    font-size:10px;
    line-height:1.1;
    border-radius:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    box-sizing:border-box;
  }
  .ssb-agenda-top-highlight-card__mobile-title{
    margin:0;
    font-size:17px;
    line-height:1.2;
    color:#0b1f44;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .ssb-agenda-top-highlight-card__mobile-meta{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    align-items:start;
  }
  .ssb-agenda-top-highlight-card__mobile-date{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    border-radius:14px;
    background:#f6f8fb;
    border:1px solid #e2e8f0;
    box-sizing:border-box;
  }
  .ssb-agenda-top-highlight-card__mobile-month{
    font-size:9px;
    line-height:1;
    font-weight:700;
    text-transform:uppercase;
    color:#7a8aa2;
  }
  .ssb-agenda-top-highlight-card__mobile-day{
    font-size:28px;
    line-height:1;
    font-weight:800;
    color:#0b1f44;
    margin-top:2px;
  }
  .ssb-agenda-top-highlight-card__mobile-side{
    min-width:0;
  }
  .ssb-agenda-top-highlight-card__mobile-time,
  .ssb-agenda-top-highlight-card__mobile-venue,
  .ssb-agenda-top-highlight-card__mobile-location{
    margin:0;
    font-size:12px;
    line-height:1.3;
    color:#4b5871;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .ssb-agenda-top-highlight-card__mobile-venue{margin-top:2px;}
  .ssb-agenda-top-highlight-card__mobile-location{margin-top:2px;}
}

/* v2.16.226 mobile event cards aligned to mobile highlight cards */
.ssb-event-card__mobile{display:none;}
.ssb-event-card__desktop{display:block;}

@media (max-width: 767px){
  .ssb-event-card__desktop{display:none;}
  .ssb-event-card__mobile{display:block;}

  .ssb-event-card{
    min-height:auto !important;
    height:auto !important;
    max-height:none !important;
    overflow:hidden;
  }

  .ssb-event-card__mobile-image{
    position:relative;
    height:150px;
    margin:12px 12px 0;
    border:2px solid #d9d9d9;
    border-radius:18px;
    background:#efefef;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .ssb-event-card__mobile-image img,
  .ssb-event-card__mobile-image .ssb-card__image,
  .ssb-event-card__mobile-image .ssb-card__image img{
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
  }

  .ssb-event-card__mobile-star{
    position:absolute;
    top:10px;
    right:10px;
    width:34px;
    height:34px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#d4af37;
    color:#fff;
    font-size:20px;
    line-height:1;
    box-shadow:0 2px 8px rgba(0,0,0,.12);
  }

  .ssb-event-card__mobile-content{
    display:flex;
    flex-direction:column;
    gap:10px;
    padding:12px;
  }

  .ssb-event-card__mobile-badges{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    width:100%;
  }

  .ssb-event-card__mobile-badges .ssb-event-chip{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-width:0;
    min-height:24px;
    padding:5px 4px;
    font-size:10px;
    line-height:1.1;
    border-radius:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    box-sizing:border-box;
  }

  .ssb-event-card__mobile-title{
    margin:0;
    font-size:17px;
    line-height:1.2;
    color:#0b1f44;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .ssb-event-card__mobile-meta{
    display:grid;
    grid-template-columns:58px minmax(0,1fr);
    gap:10px;
    align-items:start;
  }

  .ssb-event-card__mobile-date{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:58px;
    height:58px;
    border-radius:14px;
    background:#f6f8fb;
    border:1px solid #e2e8f0;
    box-sizing:border-box;
  }

  .ssb-event-card__mobile-month{
    font-size:9px;
    line-height:1;
    font-weight:700;
    text-transform:uppercase;
    color:#7a8aa2;
  }

  .ssb-event-card__mobile-day{
    font-size:28px;
    line-height:1;
    font-weight:800;
    color:#0b1f44;
    margin-top:2px;
  }

  .ssb-event-card__mobile-side{min-width:0;}

  .ssb-event-card__mobile-time,
  .ssb-event-card__mobile-venue,
  .ssb-event-card__mobile-location{
    margin:0;
    font-size:12px;
    line-height:1.3;
    color:#4b5871;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }

  .ssb-event-card__mobile-venue,
  .ssb-event-card__mobile-location{margin-top:2px;}
}


.ssb-register-honeypot{position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;overflow:hidden !important;}
.ssb-register-turnstile{margin:16px 0 10px;}
