/* Stellensuche (/stellen/) – Screen-spezifisch */
/* VERBOTEN: Keine zentralen base- Klassen in dieser Datei ueberschreiben. */

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance, @skill-briefing-first | Screen-Root max-width 1280px fuer Filter-Einzeile */
.jobs {
    --jobs-ink: var(--color-text);
    --jobs-ink-soft: var(--color-text-muted);
    --jobs-ink-headline: var(--color-headline);
    --jobs-rule: var(--color-border);
    --jobs-rule-light: var(--color-rule-light);
    --jobs-accent: var(--color-primary);
    --jobs-surface: var(--color-surface);
    box-sizing: border-box;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.75rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    color: var(--jobs-ink);
    background-color: transparent;
    font-family: var(--font-family-primary);
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Masthead Doppelregel und Rhythmus */
.jobs-masthead {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 1.75rem;
    border-top-width: 3px;
    border-top-style: double;
    border-top-color: var(--jobs-rule);
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: var(--jobs-rule);
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Masthead Zierlinie oben */
.jobs-masthead::before {
    content: "";
    display: block;
    width: min(10rem, 36%);
    height: 0;
    margin-bottom: 0.85rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--jobs-accent);
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Masthead Zierlinie unten symmetrisch */
.jobs-masthead::after {
    content: "";
    display: block;
    width: min(10rem, 36%);
    height: 0;
    margin-top: 0.85rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--jobs-accent);
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Ausgabezeile Rubrik-Rot uppercase */
.jobs-edition {
    margin-top: 0;
    margin-bottom: 0.55rem;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: var(--letter-spacing-nav);
    text-transform: uppercase;
    color: var(--jobs-accent);
}

/* Änderungsprotokoll: 2026-08-01 | subagent-seo | @skill-seo-h1, @skill-css-rules, @skill-change-provenance | H1 base-headline-h1; Screen-Styles via #jobs-title und Legacy .jobs-title Merkliste */
#jobs-title,
.jobs-title {
    margin-top: 0;
    margin-bottom: 0.4rem;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-masthead);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    letter-spacing: 0.02em;
    color: var(--jobs-ink-headline);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Tagline nutzt mehr Masthead-Breite */
.jobs-tagline {
    margin-top: 0;
    margin-bottom: 0;
    max-width: min(56rem, 100%);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    font-style: italic;
    line-height: var(--line-height-normal);
    color: var(--jobs-ink-soft);
}

/* Änderungsprotokoll: 2026-08-01 | subagent-update-screen | @skill-css-rules, @skill-change-provenance | Rubrik-Block mit Toolbar-Grid */
/* Änderungsprotokoll: 2026-08-01 | subagent-create-cli-researcher | @skill-css-rules, @skill-change-provenance | Header Flex-Stack alle Breakpoints: Kategorie Filter Chips Titel */
.jobs-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 0.55rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    border-bottom-width: 3px;
    border-bottom-style: double;
    border-bottom-color: var(--jobs-rule);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Trefferzahl und Tabs/Aktionen eine Zeile gleiche Hoehe */
.jobs-section-title-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.75rem;
    row-gap: 0.5rem;
    width: 100%;
    margin-top: 0.85rem;
    padding-bottom: 0.45rem;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: var(--jobs-rule);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Rubrikzeile Trefferzahl ohne Eigen-Border; Hoehe mit Tabs */
.jobs-section-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--jobs-ink-headline);
    border-bottom-width: 0;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Tabs neben Titel; width auto; gleiche Hoehe */
.jobs-header-tabs-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.35rem;
    row-gap: 0.5rem;
    width: auto;
    flex: 0 1 auto;
    margin-top: 0;
}

/* Änderungsprotokoll: 2026-08-04 | parent-agent | @skill-css-rules, @skill-change-provenance | E-Mail-Alert direkt neben Merkliste-Tab ohne Rand-Push */
.jobs-email-alert-save-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.jobs-email-alert-login-hint {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance | Gehalts-Info-Link; [hidden] gegen display-Override; Shimmer overflow */
.jobs-salary-info-link {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    text-decoration: none;
    transform-origin: center center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.jobs-salary-info-link[hidden] {
    display: none;
}

.jobs-salary-info-link-icon {
    display: inline-block;
    flex-shrink: 0;
    width: 0.875rem;
    height: 0.875rem;
}

.jobs-salary-info-link-label {
    display: inline;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Shimmer/Shine-Sweep Laser-Streifen Gehalts-Link */
@keyframes jobs-salary-info-link-highlight-keyframes {
    0% {
        transform: translateX(-120%) skewX(-18deg);
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    88% {
        opacity: 1;
    }

    100% {
        transform: translateX(220%) skewX(-18deg);
        opacity: 0;
    }
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Shimmer-Klasse gelber Laser-Sweep */
.jobs-salary-info-link-pulse {
    background-color: #fff8c6;
    border-top-color: #f5c400;
    border-right-color: #f5c400;
    border-bottom-color: #f5c400;
    border-left-color: #f5c400;
    color: var(--color-primary);
    box-shadow: inset 0 0 0 1px #ffe066, 0 0 0 1px rgba(245, 196, 0, 0.45);
}

.jobs-salary-info-link-pulse::after {
    content: "";
    position: absolute;
    top: -10%;
    left: 0;
    z-index: 1;
    width: 48%;
    height: 120%;
    pointer-events: none;
    background-image: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 224, 102, 0.35) 22%,
        #ffe566 42%,
        #fff7b0 50%,
        #ffe566 58%,
        rgba(255, 224, 102, 0.35) 78%,
        transparent 100%
    );
    animation-name: jobs-salary-info-link-highlight-keyframes;
    animation-duration: 1.05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance | Gehalts-Link-Shimmer bei reduced-motion aus */
@media (prefers-reduced-motion: reduce) {
    .jobs-salary-info-link-pulse {
        background-color: var(--color-primary-wash);
        border-top-color: var(--color-primary-wash-border);
        border-right-color: var(--color-primary-wash-border);
        border-bottom-color: var(--color-primary-wash-border);
        border-left-color: var(--color-primary-wash-border);
        box-shadow: none;
        color: var(--color-primary-soft);
    }

    .jobs-salary-info-link-pulse::after {
        content: none;
        animation-name: none;
        animation-duration: 0s;
    }
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Speichern-Button wie Ansichts-Tabs (Button-Reset) */
.jobs-email-alert-save-button {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    line-height: inherit;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Header-Bulk Autopilot wie Speichern-Tab */
.jobs-header-autopilot-bulk-button {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    margin: 0;
    line-height: inherit;
}

.jobs-header-autopilot-bulk-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Aktive Filter-Chips zwischen Filter und Trefferzahl */
/* Änderungsprotokoll: 2026-08-01 | subagent-create-cli-researcher | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Chip Soft-CI und Remove-Button */
.jobs-active-filter-chips {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    margin-top: 0.35rem;
    margin-bottom: 0;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Chip-Zeile ohne sichtbaren Muell wenn leer */
.jobs-active-filter-chips[hidden] {
    display: none;
}

/* Änderungsprotokoll: 2026-08-01 | subagent-create-cli-researcher | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Einzel-Chip Soft CI-Rot */
.jobs-active-filter-chip {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    max-width: 100%;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.55rem;
    padding-right: 0.25rem;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: var(--color-primary-wash-border);
    border-radius: 0;
    background-color: var(--color-primary-wash);
    color: var(--color-primary-soft);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xs);
    line-height: var(--line-height-tight);
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Gemeinsamer leichter Pulse fuer Chips und Trefferzahl-H2 */
@keyframes jobs-light-pulse-keyframes {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    35% {
        transform: scale(1.06);
        opacity: 0.88;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Kurzer Farbimpuls fuer neu hinzugekommenen Chip */
@keyframes jobs-active-filter-chip-highlight-keyframes {
    0% {
        background-color: var(--color-primary-wash);
        border-top-color: var(--color-primary-soft);
        border-right-color: var(--color-primary-soft);
        border-bottom-color: var(--color-primary-soft);
        border-left-color: var(--color-primary-soft);
        box-shadow: inset 0 0 0 2px var(--color-primary-soft);
        color: var(--color-primary);
    }

    40% {
        background-color: var(--color-primary-wash);
        border-top-color: var(--color-primary-soft);
        border-right-color: var(--color-primary-soft);
        border-bottom-color: var(--color-primary-soft);
        border-left-color: var(--color-primary-soft);
        box-shadow: inset 0 0 0 2px var(--color-primary-soft);
        color: var(--color-primary);
    }

    100% {
        background-color: var(--color-primary-wash);
        border-top-color: var(--color-primary-wash-border);
        border-right-color: var(--color-primary-wash-border);
        border-bottom-color: var(--color-primary-wash-border);
        border-left-color: var(--color-primary-wash-border);
        box-shadow: inset 0 0 0 0 transparent;
        color: var(--color-primary-soft);
    }
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Farb-Highlight Klasse einmalig nach neuem Chip */
.jobs-active-filter-chip-pulse {
    animation-name: jobs-active-filter-chip-highlight-keyframes;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: none;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Pulse-Klasse einmalig bei geaenderter Trefferzahl-H2 */
.jobs-section-title-pulse {
    transform-origin: left center;
    animation-name: jobs-light-pulse-keyframes;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance | Chip-Farbimpuls kuerzer bei reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .jobs-active-filter-chip-pulse {
        animation-duration: 0.4s;
    }
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance | H2-Pulse bei reduced-motion aus */
@media (prefers-reduced-motion: reduce) {
    .jobs-section-title-pulse {
        animation-name: none;
        animation-duration: 0s;
    }
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Kurzer Farbimpuls fuer geaendertes Header-Filterfeld */
@keyframes jobs-filter-control-highlight-keyframes {
    0% {
        background-color: var(--color-primary-wash);
        box-shadow: inset 0 0 0 2px var(--color-primary-soft);
    }

    35% {
        background-color: var(--color-primary-wash);
        box-shadow: inset 0 0 0 2px var(--color-primary-soft);
    }

    100% {
        background-color: var(--color-primary-wash);
        box-shadow: inset 0 0 0 0 transparent;
    }
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Farb-Highlight Klasse fuer geaendertes Filterfeld nach Badge */
.jobs-filter-control-pulse {
    animation-name: jobs-filter-control-highlight-keyframes;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-iteration-count: 1;
    animation-fill-mode: none;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance | Filter-Highlight kuerzer bei reduced-motion */
@media (prefers-reduced-motion: reduce) {
    .jobs-filter-control-pulse {
        animation-duration: 0.4s;
    }
}

/* Änderungsprotokoll: 2026-08-01 | subagent-create-cli-researcher | @skill-css-rules, @skill-change-provenance | Chip-Text Truncate */
.jobs-active-filter-chip-text {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.2rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Änderungsprotokoll: 2026-08-01 | subagent-create-cli-researcher | @skill-css-rules, @skill-change-provenance | Chip-Feldname */
.jobs-active-filter-chip-field {
    font-weight: var(--font-weight-bold);
    color: var(--color-primary-soft);
}

/* Änderungsprotokoll: 2026-08-01 | subagent-create-cli-researcher | @skill-css-rules, @skill-change-provenance | Chip-Wert */
.jobs-active-filter-chip-value {
    font-weight: var(--font-weight-normal);
    color: var(--jobs-ink);
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Chip-X groesser und auffaelliger */
.jobs-active-filter-chip-remove {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.7rem;
    height: 1.7rem;
    margin: 0;
    padding: 0;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: var(--color-primary-wash-border);
    border-radius: 0;
    background-color: var(--color-surface);
    color: var(--color-primary);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    line-height: 1;
    cursor: pointer;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Chip-X Hover kraeftiger */
.jobs-active-filter-chip-remove:hover {
    color: var(--color-primary-hover);
    background-color: var(--color-surface-hover);
    border-color: var(--color-primary-soft);
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance | Chip-X Focus sichtbar */
.jobs-active-filter-chip-remove:focus-visible {
    outline-width: 2px;
    outline-style: solid;
    outline-color: var(--jobs-accent);
    outline-offset: 1px;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-search-query-autosuggest, @skill-change-provenance | Kategorie-Freitext-Wrap */
.jobs-category-query-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

/* Änderungsprotokoll: 2026-08-13 | parent-agent | @skill-css-rules, @skill-search-query-autosuggest, @skill-change-provenance, @skill-briefing-first | Unternehmen unter Filter; Abstand nur via jobs-header row-gap */
.jobs-employer-query-wrap {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-compact-forms, @skill-search-filter-ui-quality, @skill-change-provenance | Kategorie-Suchfeld CI-Focus */
.jobs-category-query {
    box-sizing: border-box;
    width: 100%;
    min-height: 2.25rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 3px;
    border-style: solid;
    border-top-color: var(--color-primary-wash-border);
    border-right-color: var(--color-primary-wash-border);
    border-bottom-color: var(--color-primary-wash-border);
    border-left-color: var(--jobs-accent);
    border-radius: 0;
    background-color: var(--jobs-surface);
    color: var(--jobs-ink);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    line-height: 1.3;
    outline-width: 0;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Kategorie-Suchfeld Focus Wash */
.jobs-category-query:focus {
    border-top-color: var(--jobs-accent);
    border-right-color: var(--jobs-accent);
    border-bottom-color: var(--jobs-accent);
    border-left-color: var(--jobs-accent);
    background-color: var(--color-primary-wash);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-search-query-autosuggest, @skill-change-provenance | Suggest klarer Rahmen gegen Jobliste */
.jobs-category-suggest {
    position: absolute;
    top: calc(100% + 0.15rem);
    left: 0;
    right: 0;
    z-index: 40;
    box-sizing: border-box;
    max-height: 16rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    list-style-type: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 3px;
    border-style: solid;
    border-top-color: var(--jobs-rule);
    border-right-color: var(--jobs-rule);
    border-bottom-color: var(--jobs-rule);
    border-left-color: var(--jobs-accent);
    background-color: var(--jobs-surface);
    box-shadow: 0 8px 20px var(--color-primary-focus-shadow);
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-search-query-autosuggest, @skill-search-filter-ui-quality, @skill-change-provenance | Suggest-Eintrag Zeile mit Count-Badge */
.jobs-category-suggest-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-primary-wash-border);
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.12s;
    transition-timing-function: ease;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Suggest letzter Eintrag ohne Unterkante */
.jobs-category-suggest-item:last-child {
    border-bottom-width: 0;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Suggest Hover/Active CI-Wash */
.jobs-category-suggest-item:hover,
.jobs-category-suggest-item[aria-selected="true"] {
    background-color: var(--color-primary-wash);
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Suggest-Titel Accent */
.jobs-category-suggest-title {
    flex-grow: 1;
    min-width: 0;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    letter-spacing: 0.01em;
    color: var(--jobs-accent);
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-search-filter-ui-quality, @skill-change-provenance | Suggest-Count Soft-Badge */
.jobs-category-suggest-subtitle {
    flex-shrink: 0;
    box-sizing: border-box;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-primary-wash-border);
    background-color: var(--color-primary-wash);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: var(--color-primary-soft);
    white-space: nowrap;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Suggest-Count auf Hover staerker */
.jobs-category-suggest-item:hover .jobs-category-suggest-subtitle,
.jobs-category-suggest-item[aria-selected="true"] .jobs-category-suggest-subtitle {
    border-color: var(--jobs-accent);
    background-color: var(--jobs-surface);
    color: var(--jobs-accent);
}

/* Änderungsprotokoll: 2026-08-02 | parent-agent | @skill-css-rules, @skill-search-query-autosuggest, @skill-change-provenance | Leere Suggest-Zeile nicht interaktiv */
.jobs-category-suggest-empty {
    cursor: default;
    pointer-events: none;
}

.jobs-category-suggest-empty:hover,
.jobs-category-suggest-empty[aria-selected="true"] {
    background-color: var(--jobs-surface);
}

.jobs-category-suggest-empty .jobs-category-suggest-title {
    font-weight: var(--font-weight-normal);
    color: var(--color-text-muted);
}

/* Änderungsprotokoll: 2026-08-13 | parent-agent | @skill-css-rules, @skill-search-query-autosuggest, @skill-change-provenance, @skill-briefing-first | Unternehmen-Suggest Paritaet Beruf */
.jobs-employer-query {
    box-sizing: border-box;
    width: 100%;
    min-height: 2.25rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 3px;
    border-style: solid;
    border-top-color: var(--color-primary-wash-border);
    border-right-color: var(--color-primary-wash-border);
    border-bottom-color: var(--color-primary-wash-border);
    border-left-color: var(--jobs-accent);
    border-radius: 0;
    background-color: var(--jobs-surface);
    color: var(--jobs-ink);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    line-height: 1.3;
    outline-width: 0;
}

.jobs-employer-query:focus {
    border-top-color: var(--jobs-accent);
    border-right-color: var(--jobs-accent);
    border-bottom-color: var(--jobs-accent);
    border-left-color: var(--jobs-accent);
    background-color: var(--color-primary-wash);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-search-query-autosuggest, @skill-change-provenance | Suggest klarer Rahmen gegen Jobliste */
.jobs-employer-suggest {
    position: absolute;
    top: calc(100% + 0.15rem);
    left: 0;
    right: 0;
    z-index: 40;
    box-sizing: border-box;
    max-height: 16rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    list-style-type: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 3px;
    border-style: solid;
    border-top-color: var(--jobs-rule);
    border-right-color: var(--jobs-rule);
    border-bottom-color: var(--jobs-rule);
    border-left-color: var(--jobs-accent);
    background-color: var(--jobs-surface);
    box-shadow: 0 8px 20px var(--color-primary-focus-shadow);
}

.jobs-employer-suggest-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: var(--color-primary-wash-border);
    cursor: pointer;
    transition-property: background-color;
    transition-duration: 0.12s;
    transition-timing-function: ease;
}

.jobs-employer-suggest-item:last-child {
    border-bottom-width: 0;
}

.jobs-employer-suggest-item:hover,
.jobs-employer-suggest-item[aria-selected="true"] {
    background-color: var(--color-primary-wash);
}

.jobs-employer-suggest-title {
    flex-grow: 1;
    min-width: 0;
    display: block;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    letter-spacing: 0.01em;
    color: var(--jobs-accent);
}

.jobs-employer-suggest-subtitle {
    display: block;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    padding-left: 0.45rem;
    padding-right: 0.45rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-primary-wash-border);
    background-color: var(--color-primary-wash);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: var(--color-primary-soft);
    white-space: nowrap;
}

.jobs-employer-suggest-item:hover .jobs-employer-suggest-subtitle,
.jobs-employer-suggest-item[aria-selected="true"] .jobs-employer-suggest-subtitle {
    border-color: var(--jobs-accent);
    background-color: var(--jobs-surface);
    color: var(--jobs-accent);
}

.jobs-employer-suggest-empty {
    cursor: default;
    pointer-events: none;
}

.jobs-employer-suggest-empty:hover,
.jobs-employer-suggest-empty[aria-selected="true"] {
    background-color: var(--jobs-surface);
}

.jobs-employer-suggest-empty .jobs-employer-suggest-title {
    font-weight: var(--font-weight-normal);
    color: var(--color-text-muted);
}

/* Änderungsprotokoll: 2026-08-13 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first,@skill-compact-forms | Filter unter Kategorie; Abstand nur via jobs-header row-gap */
.jobs-filter-bar {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--jobs-rule-light);
    background-color: var(--jobs-surface);
}

/* Änderungsprotokoll: 2026-08-13 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Benefit-Select hidden bei leerer Facette */
.jobs-filter-benefit[hidden] {
    display: none;
}

/* Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-css-rules,@skill-change-provenance | google-maps-rating Select */
/* Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Grid-Zellen min-width 0, lange Ortsnamen kuerzen */
.jobs-filter-city,
.jobs-filter-job-type,
.jobs-filter-contract,
.jobs-filter-zielgruppe,
.jobs-filter-benefit,
.jobs-filter-google-maps-rating {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    line-height: 1.3;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    min-height: 2.125rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 0.55rem;
    padding-right: 2rem;
    border-color: var(--jobs-rule-light);
    background-color: var(--color-background);
    color: var(--jobs-ink);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Änderungsprotokoll: 2026-08-17 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Region-Toggle-Select entfernt */
.jobs-filter-region-box {
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    position: relative;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--jobs-rule-light);
    border-radius: var(--radius-sm, 0.25rem);
    padding: 0.35rem 0.55rem;
    background-color: var(--color-background);
    color: var(--jobs-ink);
}

.jobs-filter-region-box[hidden] {
    display: none;
}

.jobs-filter-region-box summary {
    cursor: pointer;
    font-weight: var(--font-weight-semibold);
    list-style: none;
}

.jobs-filter-region-options {
    position: absolute;
    top: calc(100% + 0.2rem);
    left: -1px;
    right: -1px;
    z-index: 50;
    max-height: 14rem;
    overflow-y: auto;
    padding: 0.35rem 0.5rem 0.5rem;
    border: 1px solid var(--jobs-rule-light);
    background-color: var(--color-background);
    box-shadow: 0 8px 20px var(--color-primary-focus-shadow);
}

.jobs-filter-region-box:not([open]) .jobs-filter-region-options {
    display: none;
}

.jobs-filter-region-option {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: var(--font-size-sm);
    line-height: 1.3;
}

.jobs-filter-region-option input[type="checkbox"] {
    flex: 0 0 auto;
}

/* Änderungsprotokoll: 2026-08-01 | subagent-update-screen | @skill-css-rules, @skill-change-provenance | Stellenliste Rubrik-Spalte */
.jobs-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 0.25rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

/* Änderungsprotokoll: 2026-08-01 | subagent-update-screen | @skill-css-rules, @skill-change-provenance | Listen-Item; Karte via place-job-card Widget */
.jobs-item {
    margin: 0;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Leerzustand redaktionelle Notiz */
.jobs-empty {
    margin-top: 1.25rem;
    margin-bottom: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    font-style: italic;
    line-height: var(--line-height-normal);
    color: var(--jobs-ink-soft);
    text-align: center;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--jobs-rule-light);
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance, @skill-briefing-first | Auffaellige Leere-Stadt-Infobox */
.jobs-empty-city-guidance {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-right: 1.1rem;
    padding-bottom: 1rem;
    padding-left: 1.1rem;
    border-width: 2px;
    border-style: solid;
    border-color: #b42318;
    border-radius: 0.5rem;
    background-color: #fff5f4;
    background-image: linear-gradient(180deg, #fff8f7 0%, #ffe8e5 100%);
    box-shadow: 0 0.35rem 1rem rgba(180, 35, 24, 0.14);
}

.jobs-empty-city-guidance[hidden] {
    display: none;
}

.jobs-empty-city-guidance-title {
    margin-top: 0;
    margin-bottom: 0.45rem;
    font-family: var(--font-family-primary);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: var(--line-height-normal);
    color: #8a1c14;
}

.jobs-empty-city-guidance-text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-base);
    font-weight: 500;
    line-height: var(--line-height-normal);
    color: #5c1a14;
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance, @skill-briefing-first | Roter Stadt-Select bei 0-Treffer-Stadt */
.jobs-filter-city.jobs-filter-city-empty-hit {
    border-color: #b42318;
    color: #8a1c14;
    background-color: #fff5f4;
    box-shadow: 0 0 0 2px rgba(180, 35, 24, 0.22);
}

/* Änderungsprotokoll: 2026-08-09 | parent-agent | @skill-css-rules, @skill-change-provenance, @skill-briefing-first | Roter Stadt-Chip bei 0-Treffer-Stadt */
.jobs-active-filter-chip.jobs-active-filter-chip-empty-hit {
    border-color: #b42318;
    background-color: #ffe8e5;
    color: #8a1c14;
}

.jobs-active-filter-chip.jobs-active-filter-chip-empty-hit .jobs-active-filter-chip-remove {
    color: #8a1c14;
}

/* Änderungsprotokoll: 2026-08-02 | parent-agent | @skill-css-rules, @skill-ui-list-infinite-scroll, @skill-change-provenance | AJAX-Loader-GIF statt Lade-Text */
.jobs-ajax-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.85rem;
    margin-bottom: 0;
    min-height: 2rem;
}

/* Änderungsprotokoll: 2026-08-02 | parent-agent | @skill-css-rules, @skill-ui-list-infinite-scroll, @skill-change-provenance | hidden darf display:flex nicht ueberschreiben */
.jobs-ajax-loader[hidden] {
    display: none;
}

/* Änderungsprotokoll: 2026-08-02 | parent-agent | @skill-css-rules, @skill-ui-list-infinite-scroll, @skill-change-provenance | Loader-Bild zentriert */
.jobs-ajax-loader-image {
    display: block;
    width: 32px;
    height: 32px;
}

/* Änderungsprotokoll: 2026-08-01 | subagent-update-screen | @skill-css-rules, @skill-change-provenance | Lade- und Endstatus */
/* Änderungsprotokoll: 2026-08-02 | parent-agent | @skill-css-rules, @skill-ui-list-infinite-scroll, @skill-change-provenance | Status nur noch End-Hinweis */
.jobs-status {
    margin-top: 0.85rem;
    margin-bottom: 0;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xs);
    letter-spacing: 0.04em;
    color: var(--jobs-ink-soft);
    text-align: center;
}

/* Änderungsprotokoll: 2026-08-01 | subagent-update-screen | @skill-css-rules, @skill-ui-list-infinite-scroll, @skill-change-provenance | Scroll-Sentinel Infinite Scroll */
.jobs-infinite-scroll-sentinel {
    width: 100%;
    height: 1px;
    margin-top: 0.5rem;
}

@media (min-width: 640px) {
    /* Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Filter-Grid 2 Spalten */
    .jobs-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 900px) {
    /* Änderungsprotokoll: 2026-08-11 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Filter-Grid 3 Spalten */
    .jobs-filter-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    /* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Filter-Grid 6 Spalten Einzeile; Job-Art etwas breiter */
    .jobs-filter-bar {
        grid-template-columns: minmax(0, 1.25fr) minmax(0, 1.55fr) repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    /* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Header-Stack DOM-Reihenfolge Kategorie Filter Chips Titel */
    .jobs-header {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        row-gap: 0.65rem;
    }

    /* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Kategorie ohne Extra-Margin im Flex-Stack */
    .jobs-category-query-wrap {
        margin-bottom: 0;
    }

    /* Änderungsprotokoll: 2026-08-13 | parent-agent | @skill-css-rules, @skill-change-provenance, @skill-briefing-first | Filter und Unternehmen ohne Extra-Margin; gleicher Abstand via row-gap */
    .jobs-filter-bar {
        margin-top: 0;
    }

    .jobs-employer-query-wrap {
        margin-top: 0;
    }

    /* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Title-Row Abstand im Flex-Stack Desktop */
    .jobs-section-title-row {
        margin-top: 0.2rem;
    }

    /* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Trefferzahl ohne Extra-Margin in Title-Row */
    .jobs-section-title {
        margin-top: 0;
    }
}

/* Änderungsprotokoll: 2026-08-01 | subagent-create-cli-researcher | @skill-css-rules, @skill-search-merkliste, @skill-change-provenance | Ansichts-Tabs Liste Merkliste */
/* Änderungsprotokoll: 2026-08-04 | parent-agent | @skill-css-rules, @skill-change-provenance | Toolbar schrumpft; Speichern/Login direkt daneben */
.jobs-view-tabs-toolbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: 0 1 auto;
    width: auto;
    margin-top: 0;
}

.jobs-view-tabs-nav {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
}

.jobs-view-tab {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-primary-wash-border);
    background-color: var(--color-primary-wash);
    color: var(--color-primary-soft);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Icon neben Merkliste-/Speichern-Tab-Label */
.jobs-view-tab-icon {
    display: inline-block;
    flex-shrink: 0;
    width: 0.875rem;
    height: 0.875rem;
}

.jobs-view-tab-active {
    border-color: var(--jobs-accent);
    background-color: var(--jobs-surface);
    color: var(--jobs-accent);
}

.jobs-view-tab-merkliste-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}

.jobs-view-tab-merkliste-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    border-radius: 0;
    background-color: var(--jobs-accent);
    color: var(--jobs-surface);
    font-size: var(--font-size-xs);
    line-height: 1.4;
}

.jobs-view-tab-merkliste-count[hidden] {
    display: none;
}

/* Änderungsprotokoll: 2026-08-01 | parent-agent | @skill-css-rules, @skill-change-provenance | Teilen-Button neben Merken */
/* Änderungsprotokoll: 2026-08-04 | parent-agent | @skill-css-rules, @skill-change-provenance, @skill-briefing-first | Actions immer rechts, auch Mobile */
.place-job-card-toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.75rem;
    row-gap: 0.35rem;
    margin-top: 0.1rem;
    margin-bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.place-job-card-toolbar .place-job-card-meta {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0;
}

.place-job-card-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 auto;
    gap: 0.5rem;
    margin-top: 0;
    margin-left: auto;
    width: auto;
    box-sizing: border-box;
}

.jobs-result-merkliste-button,
.jobs-result-share-button,
.jobs-result-autopilot-draft-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.35rem;
    min-height: 2rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    padding-left: 0.85rem;
    padding-right: 0.85rem;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-primary-wash-border);
    border-radius: 0;
    background-color: var(--color-primary-wash);
    color: var(--color-primary-soft);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance, @skill-briefing-first | Mit-Autopilot-bewerben Action-Button Icon+Label */
.jobs-result-action-icon {
    display: block;
    flex-shrink: 0;
    width: 0.875rem;
    height: 0.875rem;
    fill: none;
    stroke: currentColor;
}

.jobs-result-merkliste-button.is-on-merkliste .jobs-result-action-icon,
.place-job-card.is-on-merkliste .jobs-result-merkliste-button .jobs-result-action-icon {
    fill: currentColor;
}

.jobs-result-action-label {
    display: inline;
    line-height: 1;
}

.jobs-result-merkliste-button.is-on-merkliste,
.place-job-card.is-on-merkliste .jobs-result-merkliste-button {
    border-color: var(--jobs-accent);
    background-color: var(--jobs-surface);
    color: var(--jobs-accent);
}

.jobs-result-merkliste-button:hover,
.jobs-result-share-button:hover,
.jobs-result-autopilot-draft-button:hover {
    border-color: var(--jobs-accent);
    color: var(--jobs-accent);
}

.jobs-result-merkliste-button.is-loading,
.jobs-result-share-button.is-sharing,
.jobs-result-autopilot-draft-button.is-loading {
    opacity: 0.7;
    cursor: wait;
}

.jobs-result-share-button.is-copied {
    border-color: var(--jobs-accent);
    color: var(--jobs-accent);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Website-CTA; Abstand; nach Direktbewerbung enger */
.place-job-card > .base-button-primary-lg {
    clear: both;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: 0.65rem;
    flex-shrink: 1;
}

.jobs-result-direct-apply-button + .base-button-primary-lg {
    margin-top: 0.2rem;
}

@media (min-width: 768px) {
    .place-job-card > .base-button-primary-lg {
        display: inline-flex;
        width: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        flex-shrink: 0;
    }
}

/* Änderungsprotokoll: 2026-08-08 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Flag-Filter als Dropdowns (Styles in .jobs-filter-city-Gruppe) */

/* Änderungsprotokoll: 2026-08-14 | parent-agent | @skill-css-rules,@skill-change-provenance,@skill-briefing-first | Related-Search-Links unter Treffern */
.jobs-related-searches {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: var(--jobs-rule-light);
}

.jobs-related-searches[hidden] {
    display: none;
}

.jobs-related-searches-heading {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-lg);
    font-weight: var(--font-weight-semibold);
    color: var(--jobs-ink-headline);
    letter-spacing: 0.01em;
}

.jobs-related-searches-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.45rem 1.25rem;
}

@media (min-width: 640px) {
    .jobs-related-searches-list {
        grid-template-columns: 1fr 1fr;
    }
}

.jobs-related-searches-item {
    margin: 0;
    padding: 0;
}

.jobs-related-searches-link {
    display: inline;
    color: var(--jobs-accent);
    text-decoration: none;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    line-height: 1.4;
}

.jobs-related-searches-link:hover,
.jobs-related-searches-link:focus-visible {
    text-decoration: underline;
    color: var(--jobs-ink);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Direktbewerbung oberhalb Website-CTA */
.jobs-result-direct-apply-button {
    margin-top: 0.65rem;
    width: auto;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Direktbewerbung Popup Overlay */
.jobs-direct-apply-dialog {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.jobs-direct-apply-dialog[hidden] {
    display: none;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Direktbewerbung Popup Backdrop */
.jobs-direct-apply-dialog-backdrop {
    position: absolute;
    inset: 0;
    background-color: var(--cookie-consent-banner-overlay);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Direktbewerbung Popup Panel */
.jobs-direct-apply-dialog-panel {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 28rem;
    padding: 1.25rem 1.25rem 1rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 0.5rem;
    box-shadow: 0 0.75rem 2rem var(--color-primary-focus-shadow);
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Direktbewerbung Popup Aktionen */
.jobs-direct-apply-dialog-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

/* Änderungsprotokoll: 2026-08-16 | parent-agent | @skill-css-rules, @skill-change-provenance | Apply-Preview Panel breiter/hoeher gegen Scrollbar */
.jobs-autopilot-apply-preview-panel {
    max-width: min(94vw, 56rem);
    max-height: 94vh;
    overflow: auto;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Apply-Preview Setup-Warnbox analog Postfach */
.jobs-autopilot-apply-setup-warning {
    margin: 0.75rem 0 0;
    padding: 1.25rem 1.35rem 1.3rem;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid var(--color-error-border);
    border-left: 0.55rem solid var(--color-error);
    background: var(--color-error-bg);
    box-shadow: inset 0 0 0 1px var(--color-primary-wash-border);
}

.jobs-autopilot-apply-setup-warning[hidden] {
    display: none;
}

.jobs-autopilot-apply-setup-warning-text {
    margin: 0 0 0.55rem;
    font-family: var(--font-family-primary);
    font-size: 1.1rem;
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-relaxed);
    color: var(--color-error-text);
}

.jobs-autopilot-apply-setup-warning-hint {
    margin: 0 0 1.05rem;
    font-size: 0.98rem;
    line-height: 1.5;
    color: var(--color-text);
    font-weight: var(--font-weight-bold);
}

.jobs-autopilot-apply-setup-warning-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
}

.jobs-autopilot-apply-setup-warning-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.55rem 1.1rem;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color: var(--color-text-inverse);
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-bold);
    line-height: 1.2;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    cursor: pointer;
}

.jobs-autopilot-apply-setup-warning-link:hover {
    background: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    color: var(--color-text-inverse);
}

.jobs-autopilot-apply-setup-warning-link-secondary {
    background: var(--color-surface);
    color: var(--color-error-text);
    border-color: var(--color-error-border);
}

.jobs-autopilot-apply-setup-warning-link-secondary:hover {
    background: var(--color-primary-wash);
    border-color: var(--color-primary-hover);
    color: var(--color-primary-hover);
}

#jobs-autopilot-apply-preview-ready-content[hidden] {
    display: none;
}

#jobs-autopilot-apply-preview-send[hidden] {
    display: none;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Jetzt-bewerben Vorschau Fehler */
.jobs-autopilot-apply-preview-error {
    color: var(--color-error);
    margin: 0.5rem 0 0;
}

.jobs-autopilot-apply-preview-error[hidden] {
    display: none;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Jetzt-bewerben Vorschau Meta */
.jobs-autopilot-apply-preview-meta {
    margin: 0.75rem 0 0;
    padding: 0;
}

.jobs-autopilot-apply-preview-meta-row {
    display: grid;
    grid-template-columns: 5.5rem 1fr;
    gap: 0.5rem;
    margin: 0.35rem 0;
}

.jobs-autopilot-apply-preview-meta-row dt {
    margin: 0;
    font-weight: var(--font-weight-semibold);
}

.jobs-autopilot-apply-preview-meta-row dd {
    margin: 0;
    word-break: break-word;
}

/* Änderungsprotokoll: 2026-08-16 | parent-agent | @skill-css-rules, @skill-change-provenance | Apply-Preview Body hoeher gegen innere Scrollbar */
.jobs-autopilot-apply-preview-body-label {
    display: block;
    margin: 0.75rem 0 0.35rem;
    font-family: var(--font-family-primary);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--color-text);
}

.jobs-autopilot-apply-preview-body,
.jobs-autopilot-apply-preview-body-html {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 18rem;
    max-height: min(62vh, 40rem);
    margin: 0;
    padding: 0.75rem 0.85rem;
    overflow: auto;
    white-space: normal;
    outline: none;
    line-height: 1.65;
}

.jobs-autopilot-apply-preview-body:focus,
.jobs-autopilot-apply-preview-body-html:focus {
    outline: none;
    border-color: var(--color-primary-soft);
    background: var(--color-surface);
    box-shadow: 0 0 0 0.15rem var(--color-primary-wash-border);
}

.jobs-autopilot-apply-preview-body img,
.jobs-autopilot-apply-preview-body-html img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0.75rem 0;
}

/* Änderungsprotokoll: 2026-08-15 | parent-agent | @skill-css-rules, @skill-change-provenance | Jetzt-bewerben CV-Hinweis als Link mit Icon */
.jobs-autopilot-apply-preview-cv-note {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.75rem 0 0;
    font-size: var(--font-size-sm);
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
    text-decoration: none;
    line-height: 1.35;
    cursor: pointer;
}

.jobs-autopilot-apply-preview-cv-note:hover {
    color: var(--color-primary-hover);
    text-decoration: underline;
}

.jobs-autopilot-apply-preview-cv-note-icon {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

.jobs-autopilot-apply-preview-cv-note-label {
    flex: 1 1 auto;
}
