/* ══════════════════════════════════════════════════════════════
   Ausflugsziel Detail · Dark Redesign v2
   Mobile-first · WCAG-AA Farben
   Token-Referenz:
     bg        #121821   card       #232C3A
     amber     #FFB547   mint       #7DD3B7   coral  #F97C7C
     text      #F5F2EB   muted      #9AA4B2   border #2E3847
   ══════════════════════════════════════════════════════════════ */

body.single-ausflugsziel,
body.single-ausflugsziel main.wp-block-group {
    background: #121821;
    color: #F5F2EB;
}

body.single-ausflugsziel .wp-block-post-title,
body.single-ausflugsziel h1,
body.single-ausflugsziel h2,
body.single-ausflugsziel h3 {
    color: #F5F2EB;
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}
body.single-ausflugsziel .wp-block-post-title {
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    line-height: 1.15;
    margin: 0.75rem 0 1rem;
}
body.single-ausflugsziel .wp-block-post-content p,
body.single-ausflugsziel .wp-block-post-content li {
    color: #DDD6C8;
    font-family: "Nunito Sans", ui-sans-serif, system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
}
body.single-ausflugsziel .wp-block-post-content h2 {
    font-size: 1.375rem;
    margin: 2rem 0 0.75rem;
    color: #FFB547;
}

/* ─── Hero Featured Image ─── */
body.single-ausflugsziel .wp-block-post-featured-image img {
    border-radius: 16px;
    display: block;
}

/* ─── Badges (Top-Row) ──────────────────────────────────── */
.ks-az-sv-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 20px;
}
.ks-az-sv-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    color: #121821;
    white-space: nowrap;
}
.ks-az-sv-badge-kat     { background: #FFB547; }
.ks-az-sv-badge-alter   { background: #7DD3B7; }
.ks-az-sv-badge-wetter  { background: #7DD3B7; }
.ks-az-sv-badge-dauer   { background: transparent; color: #F5F2EB; border: 1px solid #3C4A5C; }
.ks-az-sv-badge-budget  { background: #FFB547; }
.ks-az-sv-badge-anzeige { background: #2E3847; color: #9AA4B2; }

/* ─── Body Layout ──────────────────────────────────────── */
.ks-az-sv-body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    margin: 0 0 32px;
}
@media (min-width: 900px) {
    .ks-az-sv-body {
        grid-template-columns: 1fr 340px;
        gap: 32px;
    }
}

.ks-az-sv-main { min-width: 0; }

/* ─── Highlights ──────────────────────────────────────── */
.ks-az-sv-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
@media (min-width: 500px) {
    .ks-az-sv-highlights { grid-template-columns: 1fr 1fr; }
}
.ks-az-sv-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #1B222D;
    border: 1px solid #2E3847;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #DDD6C8;
    font-weight: 500;
}
.ks-az-sv-highlights li::before {
    content: "";
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: #7DD3B7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #121821;
    font-size: 11px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    content: "✓";
    padding: 0;
}

/* ─── Pro-Tipp Box ────────────────────────────────────── */
.ks-az-sv-protipp {
    background: linear-gradient(135deg, rgba(255,181,71,0.12) 0%, rgba(255,181,71,0.04) 100%);
    border: 1px solid rgba(255,181,71,0.30);
    border-radius: 16px;
    padding: 16px 18px;
    margin: 24px 0;
}
.ks-az-sv-protipp strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #FFB547;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.ks-az-sv-protipp p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #F5F2EB;
}

/* ─── Besucher-mögen-besonders Box ────────────────────── */
.ks-az-sv-besucher {
    background: linear-gradient(135deg, rgba(125,211,183,0.12) 0%, rgba(125,211,183,0.04) 100%);
    border: 1px solid rgba(125,211,183,0.30);
    border-radius: 16px;
    padding: 16px 18px;
    margin: 24px 0;
}
.ks-az-sv-besucher strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #7DD3B7;
    margin-bottom: 8px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.ks-az-sv-besucher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.ks-az-sv-besucher li {
    display: inline-block;
    background: rgba(125,211,183,0.10);
    border: 1px solid rgba(125,211,183,0.25);
    color: #F5F2EB;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
}

/* ─── Ad-Block Wrapper ────────────────────────────────── */
.ks-az-sv-ad {
    margin: 32px 0;
    text-align: center;
}
.ks-az-sv-ad:empty {
    display: none;
}

/* ─── Merkmale Chips ─────────────────────────────────── */
.ks-az-sv-merkmale {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 16px 0 0;
}
.ks-az-sv-merkmal-chip {
    display: inline-block;
    background: #232C3A;
    border: 1px solid #2E3847;
    color: #9AA4B2;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 11px;
    border-radius: 999px;
}

/* ─── Sidebar Facts Box ──────────────────────────────── */
.ks-az-sv-sidebar { min-width: 0; }
.ks-az-sv-facts-box {
    background: #232C3A;
    border: 1px solid #2E3847;
    border-radius: 16px;
    padding: 20px;
}
.ks-az-sv-facts-box h3 {
    margin: 0 0 12px;
    font-size: 13px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9AA4B2 !important;
    font-family: "Plus Jakarta Sans", sans-serif !important;
}

.ks-az-sv-facts-list {
    margin: 0 0 16px;
    padding: 0;
    display: grid;
    gap: 12px;
}
.ks-az-sv-facts-list dt {
    font-size: 11px;
    font-weight: 700;
    color: #9AA4B2;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
}
.ks-az-sv-facts-list dd {
    margin: 0;
    font-size: 14px;
    color: #F5F2EB;
    line-height: 1.45;
}
.ks-az-sv-preis {
    display: inline-block;
    margin-top: 4px;
    color: #FFB547;
    font-weight: 600;
    font-size: 13px;
}

/* Quick Facts icon grid */
.ks-az-sv-qf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin: 12px 0;
}
.ks-az-sv-qf-item {
    background: #1B222D;
    border: 1px solid #2E3847;
    border-radius: 12px;
    padding: 10px 6px;
    text-align: center;
    font-size: 11px;
    color: #9AA4B2;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.ks-az-sv-qf-item.yes {
    background: rgba(125,211,183,0.10);
    border-color: rgba(125,211,183,0.30);
    color: #7DD3B7;
    font-weight: 600;
}
.ks-az-sv-qf-item.no {
    opacity: 0.45;
    text-decoration: line-through;
}
.ks-az-sv-qf-icon {
    font-size: 20px;
}

.ks-az-sv-fact-row {
    font-size: 13px;
    color: #DDD6C8;
    padding: 8px 0;
    border-top: 1px solid #2E3847;
    line-height: 1.4;
}
.ks-az-sv-fact-row strong {
    color: #9AA4B2;
    font-weight: 600;
}
.ks-az-sv-fact-row a {
    color: #FFB547;
    text-decoration: none;
    font-weight: 600;
}

/* CTA Button */
.ks-az-sv-cta {
    display: block;
    text-align: center;
    background: #FFB547;
    color: #121821 !important;
    text-decoration: none !important;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    margin-top: 16px;
    transition: transform 0.15s, background 0.15s;
}
.ks-az-sv-cta:hover {
    background: #FFC76B;
    transform: translateY(-1px);
}
.ks-az-sv-website-link {
    display: block;
    text-align: center;
    color: #9AA4B2 !important;
    text-decoration: none !important;
    padding: 10px;
    font-size: 13px;
    margin-top: 8px;
    border-top: 1px solid #2E3847;
}
.ks-az-sv-website-link:hover { color: #F5F2EB !important; }

/* ─── Map ─────────────────────────────────────────── */
.ks-az-sv-map {
    margin: 32px 0;
}
.ks-az-sv-map h3 {
    font-size: 1.125rem !important;
    color: #F5F2EB !important;
    margin: 0 0 12px;
}
.ks-az-sv-map iframe {
    width: 100%;
    border-radius: 16px;
    border: 1px solid #2E3847;
    filter: hue-rotate(180deg) invert(0.92) brightness(0.92);
}
.ks-az-sv-map-link {
    display: inline-block;
    margin-top: 8px;
    color: #9AA4B2;
    font-size: 13px;
    text-decoration: none;
}
.ks-az-sv-map-link::after {
    content: " →";
    color: #FFB547;
    font-weight: 600;
}
.ks-az-sv-map-link:hover { color: #FFB547; }

/* ─── Related Stories ─────────────────────────────── */
.ks-az-sv-related {
    margin: 40px 0 16px;
    padding: 24px 0;
    border-top: 1px solid #2E3847;
}
.ks-az-sv-related h3 {
    font-size: 1.125rem !important;
    color: #F5F2EB !important;
    margin: 0 0 16px;
}
.ks-az-sv-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}
.ks-az-sv-related-card {
    display: block;
    background: #232C3A;
    border: 1px solid #2E3847;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    color: #F5F2EB !important;
    transition: transform 0.15s, border-color 0.15s;
}
.ks-az-sv-related-card:hover {
    transform: translateY(-2px);
    border-color: #FFB547;
}
.ks-az-sv-related-card img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.ks-az-sv-related-card span {
    display: block;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3;
}

/* ─── Symbolbild Caption (overrides plugin) ──────── */
body.single-ausflugsziel .ks-aze-symbolbild-wrap {
    margin: 0 0 1.5rem;
}
body.single-ausflugsziel .ks-aze-symbolbild-caption {
    bottom: 16px;
    left: 16px;
    background: rgba(18,24,33,0.82);
    color: #F5F2EB;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(245,242,235,0.15);
    font-family: "Nunito Sans", sans-serif;
}

/* ─── Breadcrumbs ─────────────────────────────────────── */
.ks-az-sv-breadcrumbs {
    margin: 0 0 16px;
    font-size: 13px;
    color: #9AA4B2;
    font-family: "Nunito Sans", sans-serif;
}
.ks-az-sv-breadcrumbs ol {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.ks-az-sv-breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ks-az-sv-breadcrumbs li:not(:last-child)::after {
    content: "›";
    color: #2E3847;
    margin-left: 6px;
}
.ks-az-sv-breadcrumbs a {
    color: #9AA4B2;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}
.ks-az-sv-breadcrumbs a:hover {
    color: #7DD3B7;
    border-bottom-color: #7DD3B7;
}
.ks-az-sv-breadcrumbs [aria-current="page"] {
    color: #F5F2EB;
}

/* ─── Open / Rating Badges ────────────────────────────── */
.ks-az-sv-badge-open {
    background: #232C3A;
    border: 1px solid #2E3847;
    color: #9AA4B2;
    font-weight: 600;
}
.ks-az-sv-badge-open.is-open {
    background: rgba(125,211,183,0.14);
    border-color: rgba(125,211,183,0.40);
    color: #7DD3B7;
}
.ks-az-sv-badge-open.is-closed {
    background: rgba(249,124,124,0.10);
    border-color: rgba(249,124,124,0.35);
    color: #F97C7C;
}
.ks-az-sv-badge-rating {
    background: rgba(255,181,71,0.14);
    border: 1px solid rgba(255,181,71,0.40);
    color: #FFB547;
    font-weight: 700;
}
.ks-az-sv-badge-rating small {
    font-weight: 500;
    opacity: 0.8;
}

/* ─── Saison-Warnung ──────────────────────────────────── */
.ks-az-sv-saison-warn {
    background: rgba(249,124,124,0.08);
    border: 1px solid rgba(249,124,124,0.30);
    border-radius: 12px;
    padding: 12px 14px;
    margin: 0 0 20px;
    color: #F5F2EB;
    font-size: 14px;
    font-weight: 500;
}

/* ─── Route-Button / Telefon / Barrierefreiheit ───────── */
.ks-az-sv-route-btn {
    display: block;
    margin-top: 10px;
    padding: 10px 14px;
    background: #232C3A;
    border: 1px solid #2E3847;
    border-radius: 10px;
    color: #7DD3B7 !important;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.15s ease;
}
.ks-az-sv-route-btn:hover {
    background: #2A3444;
    border-color: #7DD3B7;
}
.ks-az-sv-barr-hinweis {
    color: #9AA4B2;
    font-size: 13px;
    font-weight: 400;
}

/* ─── FAQ Accordion ──────────────────────────────────── */
.ks-az-sv-faqs {
    margin: 40px 0 24px;
}
.ks-az-sv-faqs h3 {
    font-size: 22px !important;
    color: #FFB547 !important;
    margin-bottom: 16px !important;
}
.ks-az-sv-faq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ks-az-sv-faq {
    background: #232C3A;
    border: 1px solid #2E3847;
    border-radius: 12px;
    overflow: hidden;
}
.ks-az-sv-faq summary {
    padding: 14px 16px;
    font-weight: 600;
    color: #F5F2EB;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-right: 42px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.ks-az-sv-faq summary::-webkit-details-marker { display: none; }
.ks-az-sv-faq summary::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #FFB547;
    transition: transform 0.2s ease;
}
.ks-az-sv-faq[open] summary::after {
    content: "−";
}
.ks-az-sv-faq summary:hover {
    background: rgba(255,181,71,0.05);
}
.ks-az-sv-faq > div {
    padding: 0 16px 14px;
    color: #DDD6C8;
    font-size: 15px;
    line-height: 1.6;
}
.ks-az-sv-faq > div p { margin: 0 0 8px; }
.ks-az-sv-faq > div p:last-child { margin-bottom: 0; }

/* ─── Ähnliche Ausflugsziele ─────────────────────────── */
.ks-az-sv-similar {
    margin: 40px 0 24px;
}
.ks-az-sv-similar h3 {
    font-size: 22px !important;
    color: #FFB547 !important;
    margin-bottom: 16px !important;
}
.ks-az-sv-similar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 14px;
}
.ks-az-sv-similar-card {
    display: flex;
    flex-direction: column;
    background: #232C3A;
    border: 1px solid #2E3847;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.15s ease, border-color 0.15s ease;
}
.ks-az-sv-similar-card:hover {
    transform: translateY(-2px);
    border-color: #7DD3B7;
}
.ks-az-sv-similar-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}
.ks-az-sv-similar-noimg {
    width: 100%;
    height: 140px;
    background: linear-gradient(135deg, #1a222e 0%, #2A3444 100%);
}
.ks-az-sv-similar-body {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.ks-az-sv-similar-title {
    color: #F5F2EB;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.ks-az-sv-similar-ort {
    color: #9AA4B2;
    font-size: 12px;
}

/* ─── Share-Buttons ──────────────────────────────────── */
.ks-az-sv-share {
    margin: 40px 0 16px;
}
.ks-az-sv-share h3 {
    font-size: 15px !important;
    color: #9AA4B2 !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px !important;
    font-weight: 700 !important;
}
.ks-az-sv-share-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.ks-az-sv-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #232C3A;
    border: 1px solid #2E3847;
    border-radius: 999px;
    color: #F5F2EB !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    transition: border-color 0.15s ease;
}
.ks-az-sv-share-btn:hover { border-color: #7DD3B7; }
.ks-az-sv-share-wa:hover { border-color: #25D366; }
.ks-az-sv-share-fb:hover { border-color: #1877F2; }

/* ─── Zuletzt aktualisiert ───────────────────────────── */
.ks-az-sv-updated {
    margin: 32px 0 0;
    font-size: 13px;
    color: #9AA4B2;
    text-align: right;
    font-style: normal;
}
.ks-az-sv-updated time {
    color: #9AA4B2;
}
.ks-az-sv-updated:hover { color: #FFB547; }

/* ─── Sidebar Ad Spacing ─────────────────────────────── */
.ks-az-sv-sidebar-ad {
    margin-top: 16px;
}
.ks-az-sv-sidebar-ad:empty {
    display: none;
}

/* ─── Symbolbild-Disclaimer (Map-Link-Style) ─────────── */
body.single-ausflugsziel .ks-aze-symbolbild-disclaimer {
    margin: 24px 0 0 !important;
    font-size: 13px !important;
    color: #9AA4B2 !important;
    text-align: right !important;
    font-style: normal !important;
}
body.single-ausflugsziel .ks-aze-symbolbild-disclaimer:hover {
    color: #FFB547 !important;
}
