:root {
    --jn-score-high: #738637;
    --jn-score-mid: #d97706;
    --jn-score-low: #991b1b;
    --jn-ring-track: rgba(47, 53, 59, 0.08);
}

/* Job-Navigator Einleitung (job_navigator.php) */
.jn-intro-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jn-intro-list li {
    padding-left: 1rem;
    border-left: 2px solid rgba(0, 137, 207, 0.35);
}

.jn-intro-list-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #2F353B;
    margin-bottom: 0.35rem;
    line-height: 1.35;
}

.jn-intro-list-text {
    display: block;
    font-size: 0.9375rem;
    font-weight: 300;
    color: rgba(47, 53, 59, 0.68);
    line-height: 1.65;
}

.jn-intro-cta {
    padding-top: 1.25rem;
    margin-top: 0.5rem;
}

.jn-score-ring-wrap {
    position: relative;
    width: 180px;
    height: 180px;
    flex-shrink: 0;
}

.jn-score-ring {
    display: block;
}

.jn-ring-track {
    stroke: var(--jn-ring-track);
}

.jn-ring-progress {
    stroke: var(--jn-score-mid);
    stroke-dasharray: 326.73;
    stroke-dashoffset: 326.73;
    transition: stroke-dashoffset 0.8s ease-out, stroke 0.3s ease;
}

.jn-score-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.jn-score-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 3.5rem;
    line-height: 1;
    color: #2F353B;
}

.jn-score-percent {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 1.25rem;
    color: rgba(47, 53, 59, 0.45);
    align-self: flex-start;
    margin-top: 0.75rem;
    margin-left: 0.15rem;
}

.jn-verdict-badge {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border: 1px solid rgba(47, 53, 59, 0.15);
    color: #2F353B;
}

.jn-verdict-badge[data-band="high"] {
    border-color: var(--jn-score-high);
    color: var(--jn-score-high);
}

.jn-verdict-badge[data-band="mid"] {
    border-color: var(--jn-score-mid);
    color: var(--jn-score-mid);
}

.jn-verdict-badge[data-band="low"] {
    border-color: var(--jn-score-low);
    color: var(--jn-score-low);
}

.jn-score-ring-wrap[data-band="high"] .jn-ring-progress { stroke: var(--jn-score-high); }
.jn-score-ring-wrap[data-band="mid"] .jn-ring-progress { stroke: var(--jn-score-mid); }
.jn-score-ring-wrap[data-band="low"] .jn-ring-progress { stroke: var(--jn-score-low); }

.jn-paste-collapsed {
    max-height: 0;
    opacity: 0;
}

.jn-paste-collapsed.jn-fallback-enter,
.jn-paste-row-visible {
    max-height: 800px;
    opacity: 1;
}

.jn-cv-import-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(47, 53, 59, 0.14);
    border-radius: 0.375rem;
    background: transparent;
    color: rgba(47, 53, 59, 0.55);
    cursor: pointer;
    transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.jn-cv-import-btn:hover {
    color: #738637;
    border-color: rgba(115, 134, 55, 0.35);
    background: rgba(115, 134, 55, 0.04);
}

.jn-cv-import-btn.opacity-50,
.jn-cv-import-btn.pointer-events-none {
    opacity: 0.45;
    pointer-events: none;
}

/* Profil-Akkordeon (volle Breite) */
.jn-profile-accordion-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.jn-profile-accordion-summary::-webkit-details-marker {
    display: none;
}

.jn-profile-accordion-chevron {
    transition: transform 0.2s ease;
}

.jn-profile-accordion[open] > .jn-profile-accordion-summary .jn-profile-accordion-chevron {
    transform: rotate(180deg);
}

.jn-profile-accordion-body {
    padding-top: 1.25rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(47, 53, 59, 0.08);
}

/* Pipeline (rechte Spalte) */
.jn-pipeline-panel {
    margin-bottom: 0;
}

.jn-pipeline-panel .jn-history-card {
    padding: 1rem 1.125rem;
}

.jn-pipeline-panel .jn-history-score {
    font-size: 1.35rem;
}

/* Karriereprofil-Kacheln — 3 Spalten (Desktop), gestapelt (Mobile) */
.jn-profile-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
}

@media (min-width: 1024px) {
    .jn-profile-columns {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem 2rem;
        align-items: start;
    }
}

.jn-profile-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    min-width: 0;
}

.jn-profile-column-title {
    font-family: Montserrat, sans-serif;
    font-size: 0.68rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(47, 53, 59, 0.72);
    margin: 0 0 0.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(47, 53, 59, 0.1);
}

.jn-profile-column--cv .jn-profile-column-title {
    border-bottom-color: rgba(115, 134, 55, 0.35);
}

.jn-profile-column--certs .jn-profile-column-title {
    border-bottom-color: rgba(74, 84, 40, 0.3);
}

.jn-profile-column--lang .jn-profile-column-title {
    border-bottom-color: rgba(0, 137, 207, 0.32);
}

.jn-profile-column-count {
    font-weight: 300;
    color: rgba(47, 53, 59, 0.38);
}

.jn-profile-block + .jn-profile-block {
    padding-top: 0.25rem;
}

.jn-profile-grid--stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.jn-profile-tile {
    cursor: pointer;
    transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
    min-height: 4.5rem;
    border-width: 1px;
    border-style: solid;
}

.jn-profile-tile:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(47, 53, 59, 0.08);
}

.jn-profile-tile-type {
    font-size: 0.5rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Kachel-Farben — je Typ eindeutig unterscheidbar */
.jn-profile-tile--experience {
    background: rgba(115, 134, 55, 0.13);
    border-color: rgba(115, 134, 55, 0.42);
}

.jn-profile-tile--experience .jn-profile-tile-type {
    color: #5c6b2a;
}

.jn-profile-tile--experience:hover {
    border-color: rgba(115, 134, 55, 0.62);
}

.jn-profile-tile--education {
    background: rgba(0, 137, 207, 0.11);
    border-color: rgba(0, 137, 207, 0.38);
}

.jn-profile-tile--education .jn-profile-tile-type {
    color: #0070a8;
}

.jn-profile-tile--education:hover {
    border-color: rgba(0, 137, 207, 0.55);
}

.jn-profile-tile--certificate {
    background: rgba(180, 83, 9, 0.11);
    border-color: rgba(180, 83, 9, 0.38);
}

.jn-profile-tile--certificate .jn-profile-tile-type {
    color: #92400e;
}

.jn-profile-tile--certificate:hover {
    border-color: rgba(180, 83, 9, 0.55);
}

.jn-profile-tile--skill {
    background: rgba(56, 189, 248, 0.14);
    border-color: rgba(14, 165, 233, 0.42);
}

.jn-profile-tile--skill .jn-profile-tile-type {
    color: #0369a1;
}

.jn-profile-tile--skill:hover {
    border-color: rgba(14, 165, 233, 0.58);
}

.jn-profile-section-label--language {
    color: #0f766e;
}

.jn-profile-tile--language {
    background: rgba(20, 184, 166, 0.12);
    border-color: rgba(13, 148, 136, 0.4);
}

.jn-profile-tile--language .jn-profile-tile-type {
    color: #0f766e;
}

.jn-profile-tile--language:hover {
    border-color: rgba(13, 148, 136, 0.58);
}

.jn-profiling-section {
    background: rgba(124, 58, 237, 0.04);
    border-radius: 0.5rem;
    padding: 0.75rem 0.5rem 0.5rem;
}

.jn-profile-section-label--profiling {
    color: #6d28d9;
}

.jn-profile-tile--profiling {
    background: rgba(124, 58, 237, 0.11);
    border-color: rgba(109, 40, 217, 0.38);
}

.jn-profile-tile--profiling .jn-profile-tile-type {
    color: #6d28d9;
}

.jn-profile-tile--profiling:hover {
    border-color: rgba(109, 40, 217, 0.55);
}

.jn-profile-section-label--experience {
    color: #738637;
}

.jn-profile-section-label--education {
    color: #0089CF;
}

.jn-entry-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.jn-entry-modal.hidden {
    display: none;
}

.jn-entry-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(47, 53, 59, 0.58);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.jn-entry-modal-card {
    position: relative;
    z-index: 1;
    width: min(420px, 100%);
    max-height: 90vh;
    overflow-y: auto;
    animation: jnFadeIn 0.25s ease-out;
    background: #F9F9F7;
    border: 1px solid rgba(47, 53, 59, 0.12);
    box-shadow: 0 24px 64px rgba(47, 53, 59, 0.22);
    border-radius: 2px;
}

.jn-history-card {
    cursor: pointer;
    transition: border-color 200ms ease, transform 200ms ease;
}

.jn-history-card:hover {
    border-color: rgba(115, 134, 55, 0.35);
}

.jn-history-score {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 2rem;
    line-height: 1;
}

.jn-history-score[data-band="high"] { color: var(--jn-score-high); }
.jn-history-score[data-band="mid"] { color: var(--jn-score-mid); }
.jn-history-score[data-band="low"] { color: var(--jn-score-low); }

/* Coach-Briefing (tools.php): Score-Ring oben rechts in der Kachel */
.jn-einstieg-coach-card {
    position: relative;
}
.jn-einstieg-coach-summary {
    position: relative;
    display: block;
    padding-right: 3.75rem;
}
.jn-einstieg-coach-ring {
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5rem;
    height: 3.5rem;
    z-index: 1;
    pointer-events: none;
}
.jn-einstieg-coach-ring .jn-score-ring {
    width: 100%;
    height: 100%;
}
.jn-einstieg-coach-ring .jn-score-value {
    font-size: 1.05rem;
}
.jn-einstieg-coach-ring .jn-score-percent {
    font-size: 0.5rem;
    margin-top: 0.1rem;
    margin-left: 0.05rem;
}
.jn-einstieg-coach-ring .jn-ring-progress {
    stroke-dasharray: 276.46;
    stroke-width: 7;
}
.jn-einstieg-coach-ring .jn-ring-track {
    stroke-width: 7;
}
.jn-einstieg-coach-ring[data-band="high"] .jn-ring-progress { stroke: var(--jn-score-high); }
.jn-einstieg-coach-ring[data-band="mid"] .jn-ring-progress { stroke: var(--jn-score-mid); }
.jn-einstieg-coach-ring[data-band="low"] .jn-ring-progress { stroke: var(--jn-score-low); }
.jn-einstieg-coach-verdict {
    font-size: 0.58rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0.3rem 0.55rem;
    border: 1px solid rgba(47, 53, 59, 0.15);
}
.jn-einstieg-coach-verdict-hint {
    font-size: 0.62rem;
    line-height: 1.35;
    color: rgba(47, 53, 59, 0.5);
    margin-top: 0.35rem;
    max-width: 14rem;
}

/* Coach-Briefing: Zonen mit Hintergrund (weiß / grün / orange) */
.jn-einstieg-zone {
    border-radius: 0.25rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid transparent;
}
.jn-einstieg-zone-label {
    font-size: 0.55rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0.4rem;
}
.jn-einstieg-zone--hardfacts {
    background: #ffffff;
    border-color: rgba(47, 53, 59, 0.1);
}
.jn-einstieg-zone--hardfacts .jn-einstieg-zone-label {
    color: rgba(47, 53, 59, 0.55);
}
.jn-einstieg-zone--green {
    background: rgba(115, 134, 55, 0.12);
    border-color: rgba(115, 134, 55, 0.28);
}
.jn-einstieg-zone--green .jn-einstieg-zone-label {
    color: #5a6b2a;
}
.jn-einstieg-zone--gap {
    background: rgba(217, 119, 6, 0.12);
    border-color: rgba(217, 119, 6, 0.28);
}
.jn-einstieg-zone--gap .jn-einstieg-zone-label {
    color: #b45309;
}
.jn-einstieg-coach-verdict[data-band="high"] {
    border-color: var(--jn-score-high);
    color: var(--jn-score-high);
}
.jn-einstieg-coach-verdict[data-band="mid"] {
    border-color: var(--jn-score-mid);
    color: var(--jn-score-mid);
}
.jn-einstieg-coach-verdict[data-band="low"] {
    border-color: var(--jn-score-low);
    color: var(--jn-score-low);
}

.jn-history-delete {
    font-size: 1.1rem;
    line-height: 1;
    color: rgba(47, 53, 59, 0.25);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0.15rem;
    transition: color 0.15s ease;
}
.jn-history-delete:hover { color: #991b1b; }

.jn-results-panel {
    animation: jnFadeIn 0.4s ease-out;
}

@keyframes jnFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

#jn-hard-facts li,
#jn-green-zone li {
    position: relative;
    padding-left: 1rem;
}

#jn-hard-facts li::before,
#jn-green-zone li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: rgba(47, 53, 59, 0.25);
}

#jn-green-zone li::before {
    color: var(--jn-score-high);
}

/* Drei-Zonen-Layout (Hard Facts / Green Zone / Gap Zone) */
.jn-zone-dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
}
.jn-zone-dot-green { background: var(--jn-score-high); }
.jn-zone-dot-gap   { background: var(--jn-score-mid); }

.jn-zone-green { border-color: rgba(5, 150, 105, 0.22); }
.jn-zone-gap   { border-color: rgba(217, 119, 6, 0.22); }

/* Gap-Eintraege mit Kategorie-Badge */
.jn-gap-item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.jn-gap-badge {
    align-self: flex-start;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    border: 1px solid rgba(47, 53, 59, 0.15);
    color: rgba(47, 53, 59, 0.6);
}
.jn-gap-badge-certification { color: #0e7490; border-color: rgba(14, 116, 144, 0.4); background: rgba(14, 116, 144, 0.06); }
.jn-gap-badge-knowledge     { color: #6d28d9; border-color: rgba(109, 40, 217, 0.4); background: rgba(109, 40, 217, 0.06); }
.jn-gap-badge-biography     { color: #b45309; border-color: rgba(180, 83, 9, 0.4); background: rgba(180, 83, 9, 0.06); }
.jn-gap-badge-experience    { color: #991b1b; border-color: rgba(153, 27, 27, 0.4); background: rgba(153, 27, 27, 0.06); }

/* Monetarisierung: Schritt 1 Beratung (Hauptzweck) */
.jn-step-label {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--jn-score-high);
}
.jn-step-label-secondary {
    color: rgba(47, 53, 59, 0.45);
    font-weight: 500;
}
.jn-scan-locked .jn-analyze-actions {
    opacity: 0.45;
    pointer-events: none;
}

.jn-coaching-primary {
    border-color: rgba(115, 134, 55, 0.35);
    background: linear-gradient(135deg, rgba(115, 134, 55, 0.06) 0%, rgba(255, 255, 255, 0.5) 100%);
    box-shadow: 0 8px 32px rgba(115, 134, 55, 0.08);
}
.jn-coaching-reason-item {
    position: relative;
    padding-left: 1rem;
}
.jn-coaching-reason-item::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--jn-score-high);
}
.jn-monetization-secondary {
    border-color: rgba(47, 53, 59, 0.1);
    background: rgba(255, 255, 255, 0.4);
}

/* Monetarisierungs-Bruecke Schritt 2 */
.jn-monetization { display: flex; flex-direction: column; gap: 1.25rem; }
.jn-offer-group-label {
    font-size: 0.65rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(47, 53, 59, 0.45);
    margin-bottom: 0.75rem;
}
.jn-offer-grid { display: grid; grid-template-columns: 1fr; gap: 0.75rem; }
@media (min-width: 768px) { .jn-offer-grid { grid-template-columns: 1fr 1fr; } }
.jn-offer-card {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(47, 53, 59, 0.12);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.6);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.jn-offer-card:hover {
    border-color: var(--jn-score-high);
    box-shadow: 0 6px 24px rgba(47, 53, 59, 0.08);
}
.jn-offer-provider {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(47, 53, 59, 0.4);
}
.jn-offer-title { font-size: 0.95rem; font-weight: 500; color: #2F353B; line-height: 1.35; }
.jn-offer-desc { font-size: 0.8rem; font-weight: 300; color: rgba(47, 53, 59, 0.65); line-height: 1.5; }
.jn-offer-meta { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; margin-top: 0.25rem; }
.jn-offer-price { font-size: 0.8rem; color: rgba(47, 53, 59, 0.7); }
.jn-offer-cta {
    align-self: flex-start;
    margin-top: 0.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.68rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 600;
    color: #0089CF;
    text-decoration: none;
}
.jn-offer-cta:hover { text-decoration: underline; }
.jn-offer-amazon .jn-offer-provider { color: #b45309; }

/* Coach KI-Debug-Log (fixiert unten rechts) */
.jn-coach-log {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 9999;
    width: min(520px, calc(100vw - 2rem));
    max-height: min(70vh, 560px);
    display: flex;
    flex-direction: column;
    font-size: 0.72rem;
    box-shadow: 0 8px 32px rgba(47, 53, 59, 0.18);
    border: 1px solid rgba(0, 137, 207, 0.35);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
}

.jn-coach-log-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid rgba(47, 53, 59, 0.08);
    background: rgba(0, 137, 207, 0.06);
    border-radius: 0.5rem 0.5rem 0 0;
}

.jn-coach-log-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background: #0089CF;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 0.35rem 0.65rem;
}

.jn-coach-log-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.35rem;
    border-radius: 999px;
    background: #0089CF;
    color: #fff;
    font-size: 0.6rem;
    letter-spacing: 0;
}

.jn-coach-log-clear {
    font-size: 0.58rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(47, 53, 59, 0.45);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.2rem 0.35rem;
}

.jn-coach-log-clear:hover {
    color: #991b1b;
}

.jn-coach-log-body {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
    overflow: hidden;
}

.jn-coach-log-hint {
    padding: 0.45rem 0.65rem 0;
    margin: 0;
    font-size: 0.58rem;
    color: rgba(47, 53, 59, 0.4);
    font-weight: 300;
}

.jn-coach-log-output {
    flex: 1;
    margin: 0.35rem 0 0;
    padding: 0.65rem;
    overflow: auto;
    max-height: min(52vh, 480px);
    font-family: ui-monospace, 'Cascadia Code', 'Consolas', monospace;
    font-size: 0.62rem;
    line-height: 1.45;
    color: #2F353B;
    background: rgba(47, 53, 59, 0.04);
    white-space: pre-wrap;
    word-break: break-word;
    border-top: 1px solid rgba(47, 53, 59, 0.06);
}

.jn-coach-log-flash {
    margin: 0;
    padding: 0.35rem 0.75rem;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #b45309;
    background: rgba(245, 158, 11, 0.12);
    border-bottom: 1px solid rgba(245, 158, 11, 0.2);
}

.jn-coach-log-flash.hidden {
    display: none;
}

.jn-coach-log-body.hidden {
    display: none;
}

/* Admin: Protokoll immer sichtbar, nicht einklappbar */
.jn-coach-log--admin .jn-coach-log-body {
    display: flex !important;
}
.jn-coach-log--admin .jn-coach-log-toggle {
    cursor: default;
    opacity: 0.95;
}
.jn-coach-log-admin-tag {
    display: inline-block;
    margin-left: 0.35rem;
    padding: 0.1rem 0.35rem;
    border-radius: 0.2rem;
    font-size: 0.5rem;
    letter-spacing: 0.08em;
    background: rgba(255, 255, 255, 0.22);
    vertical-align: middle;
}

@media (max-width: 640px) {
    .jn-coach-log {
        right: 0.5rem;
        left: 0.5rem;
        width: auto;
        bottom: 0.5rem;
    }
}
