/* Podcast-Suche – gleiches Formular-/Pager-Muster wie screen-seotool-suche / screen-seoagentur-suche */

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Suche per Enter, kein Suchbutton */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Trefferliste: Abstände, Headlines, Karten-Grid */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | RSS-Feed als Icon-Link mit aria-label */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Beschreibung/Headlines/Letzte Episode nicht gequetscht */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | KI-Profil-Block statt podcast.de-Beschreibung */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Pager-Hover sichtbar (Prev/Next/Seiten) */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Pager wie screen-seo-agenturen */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Mehr Padding/Abstände gesamt */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Formularfelder hochwertig (Labels, Focus, volle Breite) */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Stats/Letzte Episode: mehr Luft in Kacheln */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Karte kompakter, Innenblöcke moderat */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Abstands-Rhythmus: 8px-Skala, eine Meta-Fläche */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | H1 wie seotool/seoagentur-suche (base-headline-h1) */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Karten-Intro: Titel, KI-Text, Stat-Labels als Pills */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Technische Metadaten als Tag-Pills */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Ergebnis-H1 über Formular, Trefferzahl als Unterzeile */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Headline-Block vor Suchformular (DOM-Reihenfolge) */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Formularfelder: weniger Abstand, kein 1fr-Leerraum */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Pager flach wie seotool-suche, ohne Gradienten */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Karten-H2: Typo auf h2 und Titel-Link */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Mobile: Actions nicht mit Titel überlagern (grid-row) */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Sort-Leiste Mobile/iPad: Chips statt Pipe-Zeile */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Sort-Leiste: kompakte Inline-Links, mehr nebeneinander */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Letzte Episoden: Mobile/iPad/Desktop-Layout */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | Sort-Leiste: kein negativer Listen-Abstand (Browser-Overlap) */

/*
 * Lesbarkeits-Rhythmus (8px-Basis): tight 8 | inner 12 | block 16 | section 20 | area 24 | page 32
 * Regel: Eine Karte = eine Fläche; Kennzahlen in EINEM Panel (keine Kachel-in-Kachel);
 * Sektionen nur durch Abstand + max. eine Trennlinie, nicht durch doppelte Rahmen.
 */
.podcast-suche {
    --podcast-rhythm-tight: 8px;
    --podcast-rhythm-inner: 12px;
    --podcast-rhythm-block: 16px;
    --podcast-rhythm-section: 20px;
    --podcast-rhythm-area: 24px;
    --podcast-rhythm-page: 32px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: var(--podcast-rhythm-area) var(--podcast-rhythm-block) var(--podcast-rhythm-page);
    box-sizing: border-box;
}

.podcast-suche-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-area);
}

.podcast-suche-main-content {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-area);
}

.podcast-suche-form-wrapper {
    margin-bottom: 0;
}

/* Ergebnis-Headline oberhalb des Suchformulars */
.podcast-suche-results-headline {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--podcast-rhythm-inner);
    margin: 0 0 var(--podcast-rhythm-tight);
    padding: 0;
    width: 100%;
    text-align: center;
}

.podcast-suche-results-title-wrapper {
    margin: 0;
    width: 100%;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-ki-image | Hero 16:9 unter H1 */
.podcast-suche-hero-section {
    width: 100%;
    max-width: 960px;
    margin: 0;
    aspect-ratio: 16 / 9;
    border-radius: 18px;
    border: 1.5px solid var(--glass-border-edge);
    box-shadow: var(--surface-shadow-glass);
    overflow: hidden;
    box-sizing: border-box;
}

.podcast-suche-hero-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.podcast-suche-results-count-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin: var(--podcast-rhythm-block) 0 var(--podcast-rhythm-tight);
    width: 100%;
    box-sizing: border-box;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | AJAX-Ladeindikator: CSS-Ring statt pixeligem GIF */
.podcast-suche-results-loading-spinner {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
    box-sizing: border-box;
    border: 2px solid var(--color-border-light-mode);
    border-top-color: var(--color-primary);
    border-radius: 50%;
    animation: podcast-suche-results-spinner-rotate 0.65s linear infinite;
}

.podcast-suche-results-loading-spinner[hidden] {
    display: none;
}

@keyframes podcast-suche-results-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | Trefferzahl direkt über Sortier-Leiste */

.podcast-suche-results-count {
    margin: 0;
    padding: 0;
    width: auto;
    flex: 1 1 auto;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-normal);
    color: var(--color-text-secondary);
    letter-spacing: 0.02em;
    text-align: left;
    box-sizing: border-box;
}

.podcast-suche-form {
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-inner);
    padding: var(--podcast-rhythm-block) var(--podcast-rhythm-section);
    background: var(--color-background-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    box-sizing: border-box;
}

.podcast-suche-form-fields {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: var(--podcast-rhythm-tight);
    width: 100%;
    align-items: stretch;
    padding-top: 0;
}

.podcast-suche-form-field-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
    width: 100%;
}

.podcast-suche-form-field-wrapper-query,
.podcast-suche-form-field-wrapper-topic {
    width: 100%;
    max-width: 100%;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Aktualitäts-Select wie Themen-Select */
.podcast-suche-form-field-wrapper-freshness {
    width: 100%;
    max-width: 100%;
}

.podcast-suche-form-label {
    display: block;
    margin: 0;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.02em;
    line-height: 1.4;
    color: var(--color-text-primary);
}

/* Optik wie widgets-forms (.base-form-input / .base-form-select), screen-eigene Klassen */
.podcast-suche-query-input,
.podcast-suche-form-topic-select,
.podcast-suche-form-freshness-select {
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    font-size: var(--font-size-base);
    font-family: var(--font-family-primary);
    line-height: var(--line-height-normal);
    color: var(--color-text-dark);
    background-color: var(--color-white);
    box-sizing: border-box;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.2s ease;
}

.podcast-suche-query-input::placeholder {
    color: var(--color-text-muted);
}

.podcast-suche-form-topic-select,
.podcast-suche-form-freshness-select {
    padding-right: 2.75rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 12px 8px;
}

.podcast-suche-query-input:hover,
.podcast-suche-form-topic-select:hover,
.podcast-suche-form-freshness-select:hover {
    border-color: var(--color-border-light-mode);
}

.podcast-suche-query-input:focus,
.podcast-suche-form-topic-select:focus,
.podcast-suche-form-freshness-select:focus {
    outline: none;
    border-color: var(--color-accent);
    background-color: var(--color-white);
    box-shadow: 0 0 0 2px rgba(243, 147, 36, 0.25);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Freitext-Autosuggest unter Suchfeld */
.podcast-suche-query-input-wrap {
    position: relative;
    width: 100%;
}

.podcast-suche-query-suggest-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    max-height: 280px;
    overflow-y: auto;
    margin: 0;
    padding: 4px 0;
    border: 1px solid var(--color-border);
    border-radius: 6px;
    background-color: var(--color-white);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.podcast-suche-query-suggest-list[hidden] {
    display: none;
}

.podcast-suche-query-suggest-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    background: transparent;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-normal);
    color: var(--color-text-dark);
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.podcast-suche-query-suggest-item:hover,
.podcast-suche-query-suggest-item:focus-visible {
    outline: none;
    background-color: rgba(243, 147, 36, 0.12);
    color: var(--color-primary);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Sortierung klassisch als Text-Links (Tabellen-Toolbar) */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Sortier-Select durch Link-Leiste ersetzt */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | Liste näher an Sortier-Leiste */
.podcast-suche-sort-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0 var(--podcast-rhythm-inner);
    width: 100%;
    margin: 0;
    padding: 0 0 var(--podcast-rhythm-tight);
    border-bottom: 1px solid var(--color-border);
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.podcast-suche-sort-bar + .podcast-suche-list-wrapper,
.podcast-suche-sort-bar + .no-podcasts-message {
    margin-top: var(--podcast-rhythm-block);
}

.podcast-suche-sort-bar-label {
    margin: 0;
    flex: 0 0 auto;
    width: auto;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: var(--color-text-secondary);
    text-align: left;
}

.podcast-suche-sort-bar-label::after {
    content: ":";
}

.podcast-suche-sort-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    line-height: 1.5;
}

.podcast-suche-sort-nav > * + *::before {
    content: "|";
    margin: 0 10px;
    color: var(--color-text-muted);
    font-weight: var(--font-weight-normal);
    pointer-events: none;
}

.podcast-suche-sort-link {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    min-height: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
    color: var(--color-primary);
    background-color: transparent;
    text-decoration: underline;
    text-underline-offset: 2px;
    box-sizing: border-box;
    cursor: pointer;
}

a.podcast-suche-sort-link {
    text-decoration: underline;
}

.podcast-suche-sort-link-text {
    display: inline;
}

.podcast-suche-sort-link-arrow {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 11px;
    height: 11px;
    margin-left: 3px;
    vertical-align: middle;
    color: inherit;
}

.podcast-suche-sort-arrow-svg {
    display: block;
    width: 11px;
    height: 11px;
}

.podcast-suche-sort-link:focus-visible {
    color: var(--color-orange);
    text-decoration: underline;
    outline: 2px solid rgba(243, 147, 36, 0.35);
    outline-offset: 2px;
}

.podcast-suche-sort-link-active {
    display: inline-flex;
    font-weight: var(--font-weight-semibold);
    color: var(--color-text-primary);
    background-color: transparent;
    text-decoration: none;
    cursor: default;
}

.podcast-suche-sort-link-active .podcast-suche-sort-link-arrow {
    color: var(--color-text-secondary);
}

.podcast-suche-sort-link-active:focus-visible {
    color: var(--color-text-primary);
    outline-color: rgba(243, 147, 36, 0.35);
}

/* Ergebnis-Karten */
.podcast-suche-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-area);
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.podcast-suche-card {
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-section);
    padding: var(--podcast-rhythm-area);
    background: var(--color-background-card);
    border: 1px solid var(--color-border);
    border-left: 4px solid var(--color-primary);
    border-radius: var(--radius-md);
    box-sizing: border-box;
}

.podcast-suche-card:hover {
    border-left-color: var(--color-primary-hover);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* Intro: Titelzeile + KI-Beschreibung direkt darunter */
.podcast-suche-card-intro {
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-block);
    margin: 0;
    padding: 0 0 var(--podcast-rhythm-section);
    border: none;
    border-bottom: 1px solid var(--color-border);
}

.podcast-suche-card-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: var(--podcast-rhythm-block);
    row-gap: var(--podcast-rhythm-inner);
    align-items: start;
    margin: 0;
    padding: 0;
    border: none;
}

.podcast-suche-card-title-block {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.podcast-suche-card-actions {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    flex-shrink: 0;
}

.podcast-suche-card-headline {
    margin: 0;
    width: 100%;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | Podcast-Titel: nur h2, kein Link (Briefing 007.007) */
/* Podcast-Titel: Listenzeile (nur h2, Gradient, kein Section-::after; Titel niemals verlinken) */
.podcast-suche-card-headline .base-headline-h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.podcast-suche-card-headline h2,
.podcast-suche-card-headline .podcast-suche-card-title {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 var(--podcast-rhythm-tight);
    text-align: left;
    text-transform: none;
    letter-spacing: -0.02em;
    font-size: clamp(1.3125rem, 2.4vw, 1.75rem);
    font-weight: var(--font-weight-bold);
    line-height: 1.28;
    text-shadow: none;
    hyphens: auto;
    word-break: break-word;
    text-decoration: none;
    background: linear-gradient(120deg, var(--color-primary) 0%, var(--color-primary-hover) 42%, var(--color-teal) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--color-primary);
}

.podcast-suche-card-headline h2::after {
    display: none;
}

.podcast-suche-card-subtitle {
    margin: var(--podcast-rhythm-tight) 0 0;
    font-size: var(--font-size-base);
    color: var(--color-text-secondary);
    line-height: var(--line-height-relaxed);
}

.podcast-suche-card-author {
    margin: var(--podcast-rhythm-tight) 0 0;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-normal);
    color: var(--color-text-secondary);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | 1px Abstand Website/RSS-Icons */
.podcast-suche-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: flex-end;
}

.podcast-suche-card-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--color-primary);
    background: transparent;
    border: 1px solid var(--color-primary);
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.podcast-suche-card-action-link:hover {
    background: var(--color-background-light);
    color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Publisher-Website-Icon neben RSS */
/* Website/RSS: nur Icon, Beschriftung über aria-label/title */
.podcast-suche-card-action-link-website,
.podcast-suche-card-action-link-rss {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 0;
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.podcast-suche-card-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    line-height: 0;
}

.podcast-suche-website-icon-svg,
.podcast-suche-rss-icon-svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.podcast-suche-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--podcast-rhythm-tight);
    margin: 0;
    padding: 0;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | Themen-Tags Primary wie Episodentitel-Link (Kanal + Episode) */
.podcast-suche-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    color: var(--color-primary);
    background: color-mix(in srgb, var(--color-primary) 12%, var(--color-background-light));
    border: 1px solid var(--color-primary);
    border-radius: 999px;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | User, @skill-css-rules, @skill-change-provenance | Klickbare Themen-Tags (Filter vorausfuellen) */
.podcast-suche-tag--clickable {
    cursor: pointer;
}

.podcast-suche-tag--clickable:hover,
.podcast-suche-tag--clickable:focus-visible {
    background: color-mix(in srgb, var(--color-primary) 22%, var(--color-background-light));
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* KI-Profil (ai_profile_text) – direkt unter dem Titel im Intro */
.podcast-suche-card-intro .podcast-suche-ai-profile {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: var(--podcast-rhythm-block) 0 0;
    background: transparent;
    border: none;
    border-radius: 0;
    border-top: 1px solid var(--color-border);
    box-sizing: border-box;
}

.podcast-suche-ai-profile-heading {
    margin: var(--podcast-rhythm-block) 0 var(--podcast-rhythm-inner);
    padding: 0;
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-normal);
    color: var(--color-text-primary);
}

.podcast-suche-ai-profile-heading:first-child {
    margin-top: 0;
}

.podcast-suche-ai-profile-paragraph {
    margin: 0 0 var(--podcast-rhythm-inner);
    font-size: var(--font-size-base);
    line-height: var(--line-height-relaxed);
    color: var(--color-text-secondary);
    word-break: break-word;
    overflow-wrap: break-word;
}

.podcast-suche-ai-profile-paragraph:last-child {
    margin-bottom: 0;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | KI-Profil Markdown strong und Listen */
.podcast-suche-ai-profile-strong {
    font-weight: var(--font-weight-bold);
    color: var(--color-text-primary);
}

.podcast-suche-ai-profile-list {
    margin: 0 0 var(--podcast-rhythm-inner);
    padding: 0 0 0 1.25rem;
    list-style: disc;
}

.podcast-suche-ai-profile-list-item {
    margin: 0 0 var(--podcast-rhythm-tight);
    font-size: var(--font-size-base);
    line-height: var(--line-height-relaxed);
    color: var(--color-text-secondary);
    word-break: break-word;
    overflow-wrap: break-word;
}

.podcast-suche-ai-profile-list-item:last-child {
    margin-bottom: 0;
}

.podcast-suche-ai-profile-list:last-child {
    margin-bottom: 0;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | KI-Profil Teaser Mehr/Weniger */
.podcast-suche-ai-profile-preview {
    margin: 0 0 var(--podcast-rhythm-inner);
    font-size: var(--font-size-base);
    line-height: var(--line-height-relaxed);
    color: var(--color-text-secondary);
    word-break: break-word;
    overflow-wrap: break-word;
}

.podcast-suche-ai-profile-toggle {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-normal);
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.podcast-suche-ai-profile-toggle:hover {
    color: var(--color-text-primary);
}

.podcast-suche-ai-profile-toggle:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.podcast-suche-ai-profile--collapsible.podcast-suche-ai-profile--collapsed .podcast-suche-ai-profile-preview {
    display: block;
}

.podcast-suche-ai-profile--collapsible.podcast-suche-ai-profile--collapsed .podcast-suche-ai-profile-body {
    display: none;
}

.podcast-suche-ai-profile--collapsible.podcast-suche-ai-profile--expanded .podcast-suche-ai-profile-preview {
    display: none;
}

.podcast-suche-ai-profile--collapsible.podcast-suche-ai-profile--expanded .podcast-suche-ai-profile-body {
    display: block;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Kennzahlen als Meta-Tags statt Stats-Panel */
.podcast-suche-card-latest {
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-inner);
    margin: 0;
    padding: var(--podcast-rhythm-section);
    background: var(--color-background-light);
    border: 1px solid var(--color-border);
    border-left: 3px solid var(--color-primary);
    border-radius: var(--radius-sm);
    box-sizing: border-box;
}

.podcast-suche-card-latest-label {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: var(--line-height-normal);
    color: var(--color-primary);
}

.podcast-suche-card-latest-content {
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-tight);
    width: 100%;
    min-width: 0;
    padding-top: 0;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Liste letzte 3 Episoden */
.podcast-suche-card-recent-episodes-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.podcast-suche-card-recent-episode-item {
    margin: 0;
    padding: var(--podcast-rhythm-inner) 0;
    border-bottom: 1px solid color-mix(in srgb, var(--color-border) 85%, transparent);
}

.podcast-suche-card-recent-episode-item:first-child {
    padding-top: 0;
}

.podcast-suche-card-recent-episode-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Episodenzeile Grid Mobile/Desktop */
.podcast-suche-card-recent-episode-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    gap: var(--podcast-rhythm-tight);
    width: 100%;
    min-width: 0;
    align-items: start;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules, @skill-change-provenance | Episoden-Themen als Tag-Pills */
.podcast-suche-card-recent-episode-topics {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    min-width: 0;
}

.podcast-suche-card-recent-episode-topic-list {
    margin: 0;
}

.podcast-suche-card-recent-episode-row .podcast-suche-card-latest-title,
.podcast-suche-card-recent-episode-row .podcast-suche-card-latest-title-link {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Episoden-Meta Datum + Laufzeit */
.podcast-suche-card-recent-episode-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--podcast-rhythm-tight);
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
}

.podcast-suche-card-latest-duration {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.03em;
    line-height: 1.25;
    color: var(--color-text-secondary);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Mehr-Episoden als base-button-standard */
.podcast-suche-card-more-episodes-link {
    align-self: flex-start;
    margin: 0;
    white-space: normal;
    text-transform: none;
    letter-spacing: normal;
    font-weight: var(--font-weight-bold);
}

.podcast-suche-card-latest-title {
    margin: 0;
    padding: 0;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-relaxed);
    color: var(--color-text-primary);
    word-break: break-word;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Episodentitel-Link nofollow */
.podcast-suche-card-latest-title-link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--color-primary);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Episodentitel-Link Hover Orange */
.podcast-suche-card-latest-title-link:hover {
    text-decoration: underline;
    color: var(--color-orange);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Episodendatum Premium-Badge */
.podcast-suche-card-latest-date {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    margin: 0;
    padding: 6px 12px 6px 10px;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.045em;
    line-height: 1.25;
    color: var(--color-primary);
    background: linear-gradient(
        135deg,
        var(--color-background-card) 0%,
        color-mix(in srgb, var(--color-primary) 6%, var(--color-background-light)) 100%
    );
    border: 1px solid color-mix(in srgb, var(--color-primary) 24%, var(--color-border));
    border-left: 3px solid var(--color-primary);
    border-radius: var(--radius-sm);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    flex-shrink: 0;
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Meta-Block ohne Sektions-Überschrift */
/* Technische Metadaten – Tag-Pills wie Themen-Tags */
.podcast-suche-meta-tag-block {
    display: flex;
    flex-direction: column;
    gap: var(--podcast-rhythm-inner);
    margin: 0;
    padding: var(--podcast-rhythm-block) 0 0;
    border-top: 1px dashed var(--color-border);
}

.podcast-suche-meta-tag-list {
    gap: var(--podcast-rhythm-tight);
}

.podcast-suche-meta-tag {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35em;
    max-width: 100%;
    padding: 6px 14px;
    font-size: var(--font-size-xs);
    line-height: 1.45;
    text-transform: none;
    color: var(--color-text-primary);
    background: var(--color-background-light);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    box-sizing: border-box;
    word-break: break-word;
}

.podcast-suche-meta-tag-key {
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
    white-space: nowrap;
}

.podcast-suche-meta-tag-key::after {
    content: ':';
    margin-left: 0.05em;
    color: var(--color-text-secondary);
    font-weight: var(--font-weight-medium);
}

/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Meta-Tag-Werte in Orange (Kennzahlen) */
.podcast-suche-meta-tag-list .podcast-suche-meta-tag > .podcast-suche-meta-tag-value {
    color: var(--color-orange);
    font-weight: var(--font-weight-semibold);
}

/* Autor-Zeile im Intro (nicht Meta-Tag) */
.podcast-suche-card-author .podcast-suche-meta-label {
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-sm);
    color: var(--color-text-primary);
    margin: 0;
}

.no-podcasts-message {
    padding: 48px 32px;
    text-align: center;
    color: var(--color-text-secondary);
    background: var(--color-background-card);
    border: 1px dashed var(--color-border);
    border-radius: var(--radius-md);
}

/* Pager – flache Buttons wie screen-seotool-suche (kein Verlauf, keine Schatten-Gradienten) */
/* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Pager hochwertig, ohne Gradient */
.podcast-suche-pager-wrapper {
    margin-top: 0;
    padding: var(--podcast-rhythm-area) 0 var(--podcast-rhythm-section);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.podcast-suche-pager {
    display: flex;
    gap: var(--podcast-rhythm-inner);
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.podcast-suche-pager-pages {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--podcast-rhythm-tight);
    flex-wrap: wrap;
}

.podcast-suche-pager-button-prev,
.podcast-suche-pager-button-next,
.podcast-suche-pager-page-link,
.podcast-suche-pager-page-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: var(--font-size-sm);
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background-image: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

.podcast-suche-pager-button-prev,
.podcast-suche-pager-button-next,
.podcast-suche-pager-page-link {
    padding: 10px 16px;
    border: 1px solid var(--color-border);
    color: var(--color-text);
    background-color: var(--color-white);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    font-weight: var(--font-weight-semibold);
}

.podcast-suche-pager-page-link {
    min-width: 40px;
    padding: 0 12px;
    font-weight: 500;
}

.podcast-suche-pager-button-prev:hover,
.podcast-suche-pager-button-next:hover,
.podcast-suche-pager-page-link:hover {
    background-color: var(--color-white);
    border-color: var(--color-primary);
    color: var(--color-primary);
    text-decoration: none;
    box-shadow: 0 2px 6px rgba(28, 122, 126, 0.12);
}

.podcast-suche-pager-button-prev:focus-visible,
.podcast-suche-pager-button-next:focus-visible,
.podcast-suche-pager-page-link:focus-visible {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
    background-color: var(--color-white);
    color: var(--color-primary);
    text-decoration: none;
}

.podcast-suche-pager-page-active {
    min-width: 40px;
    padding: 0 12px;
    border: 1px solid var(--color-primary);
    color: var(--color-white);
    background-color: var(--color-primary);
    font-weight: var(--font-weight-bold);
    cursor: default;
    pointer-events: none;
    box-shadow: none;
}

.podcast-suche-pager-page-active:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

/* Mobile + iPad: Sortierung kompakt umbrechend (Text-Links, Pipe-Trenner, keine Vollbreite-Chips) */
@media (max-width: 1023px) {
    .podcast-suche-sort-bar {
        align-items: baseline;
        gap: var(--podcast-rhythm-tight) var(--podcast-rhythm-inner);
        padding-bottom: var(--podcast-rhythm-block);
    }

    .podcast-suche-sort-bar-label {
        flex: 0 0 auto;
        width: auto;
        line-height: 1.5;
    }

    .podcast-suche-sort-nav {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        row-gap: var(--podcast-rhythm-tight);
        column-gap: 0;
    }

    .podcast-suche-sort-nav > * + *::before {
        margin: 0 8px;
    }

    .podcast-suche-sort-link,
    .podcast-suche-sort-link-active {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
        min-width: 0;
        min-height: 0;
        padding: 2px 0;
        border: none;
        border-radius: 0;
        justify-content: flex-start;
        align-items: baseline;
        text-align: left;
        white-space: nowrap;
    }

    a.podcast-suche-sort-link {
        text-decoration: underline;
    }

    .podcast-suche-sort-link-text {
        text-align: left;
        line-height: 1.5;
        hyphens: manual;
        word-break: normal;
    }
}

@media (min-width: 600px) {
    .podcast-suche {
        padding: var(--podcast-rhythm-page) var(--podcast-rhythm-area) 40px;
    }

    .podcast-suche-form {
        padding: var(--podcast-rhythm-block) var(--podcast-rhythm-section);
    }

    .podcast-suche-form-fields {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-end;
        gap: var(--podcast-rhythm-inner);
    }

    .podcast-suche-card {
        padding: var(--podcast-rhythm-area) var(--podcast-rhythm-section);
    }

    .podcast-suche-card-intro .podcast-suche-ai-profile {
        padding: var(--podcast-rhythm-block) 0 0;
    }

    /* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Suchfeld Desktop schmaler (300px) */
    .podcast-suche-form-field-wrapper-query {
        flex: 0 1 auto;
        min-width: 0;
        max-width: 300px;
    }

    .podcast-suche-form-field-wrapper-topic {
        flex: 0 0 auto;
        width: min(100%, 220px);
        max-width: 220px;
    }

    .podcast-suche-form-field-wrapper-freshness {
        flex: 0 0 auto;
        width: min(100%, 200px);
        max-width: 200px;
    }

    /* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Episodenzeile 2-Spalten ab Tablet */
    .podcast-suche-card-recent-episode-row {
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-rows: auto auto;
        column-gap: var(--podcast-rhythm-block);
        row-gap: var(--podcast-rhythm-tight);
    }

    .podcast-suche-card-recent-episode-row .podcast-suche-card-latest-title,
    .podcast-suche-card-recent-episode-row .podcast-suche-card-latest-title-link {
        grid-column: 1;
        grid-row: 1;
    }

    .podcast-suche-card-recent-episode-meta {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        align-self: start;
        align-items: flex-end;
    }

    .podcast-suche-card-recent-episode-topics {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 575px) {
    .podcast-suche-sort-nav > * + *::before {
        margin: 0 6px;
    }

    .podcast-suche-sort-link,
    .podcast-suche-sort-link-active {
        flex: 0 1 auto;
        width: auto;
        min-width: 0;
        white-space: normal;
    }

    .podcast-suche-card-header {
        grid-template-columns: minmax(0, 1fr);
        row-gap: var(--podcast-rhythm-inner);
    }

    .podcast-suche-card-title-block {
        grid-column: 1;
        grid-row: 1;
    }

    .podcast-suche-card-actions {
        grid-column: 1;
        grid-row: 2;
        justify-content: flex-start;
        width: 100%;
    }

    .podcast-suche-card-latest {
        padding: var(--podcast-rhythm-block);
    }

    /* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Letzte Episoden kompakt auf Mobile */
    .podcast-suche-card-recent-episode-item {
        padding: var(--podcast-rhythm-tight) 0;
    }

    .podcast-suche-card-latest-date {
        padding: 4px 10px 4px 8px;
        font-size: var(--font-size-xs);
    }

    .podcast-suche-card-latest-title,
    .podcast-suche-card-latest-title-link {
        font-size: var(--font-size-sm);
        line-height: 1.45;
    }

}

@media (min-width: 1024px) {
    .podcast-suche {
        padding: var(--podcast-rhythm-page) 40px 48px;
        max-width: 100%;
    }

    .podcast-suche-content,
    .podcast-suche-main-content {
        gap: var(--podcast-rhythm-page);
    }

    .podcast-suche-list-wrapper {
        gap: var(--podcast-rhythm-area);
    }

    .podcast-suche-card {
        padding: var(--podcast-rhythm-area) 28px;
        gap: var(--podcast-rhythm-section);
    }

    .podcast-suche-form-field-wrapper-query {
        max-width: 300px;
    }

    .podcast-suche-form-field-wrapper-topic {
        width: 260px;
        max-width: 260px;
    }

    .podcast-suche-form-field-wrapper-freshness {
        width: 220px;
        max-width: 220px;
    }

    /* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Letzte Episoden Wide-Desktop */
    .podcast-suche-card-latest {
        padding: var(--podcast-rhythm-section) var(--podcast-rhythm-area);
    }

    .podcast-suche-card-recent-episode-row {
        column-gap: var(--podcast-rhythm-section);
    }

    .podcast-suche-card-recent-episode-item {
        padding: var(--podcast-rhythm-block) 0;
    }
}

/* iPad / Small Desktop: Episodenzeile mit mehr Luft zwischen Titel und Datum */
@media (min-width: 600px) and (max-width: 1023px) {
    /* Änderungsprotokoll: 2026-06-01 | Auto | @skill-css-rules | Letzte Episoden iPad-Zwischenbreite */
    .podcast-suche-card-latest {
        padding: var(--podcast-rhythm-block) var(--podcast-rhythm-section);
    }

    .podcast-suche-card-recent-episode-row {
        column-gap: var(--podcast-rhythm-area);
    }

    .podcast-suche-card-recent-episode-meta {
        max-width: 9.5rem;
    }

    .podcast-suche-card-latest-date {
        text-align: right;
    }

    .podcast-suche-card-latest-duration {
        text-align: right;
    }
}
