html, body {
    font-family: 'Inter', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-brand {
    position: absolute;
    inset: 8vh 0 auto 0;
    text-align: center;
}

    .loading-logo {
        width: 5rem;
        height: 5rem;
        display: block;
        margin: 0 auto 0.75rem auto;
    }

    .loading-title {
        font-size: 1.6rem;
        font-weight: 700;
        letter-spacing: 0.02em;
        color: #1b6ec2;
    }

.loading-company {
    position: absolute;
    inset: auto 0 2rem 0;
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
}

.loading-progress {
    position: absolute;
    display: block;
    width: 8rem;
    height: 8rem;
    inset: 20vh 0 auto 0;
    margin: 0 auto 0 auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}
/* KI-Assistent: gerendertes Markdown der Assistenten-Antworten */
.ki-markdown > :first-child { margin-top: 0; }
.ki-markdown > :last-child { margin-bottom: 0; }
.ki-markdown p { margin: 0 0 .5rem; }
.ki-markdown ul, .ki-markdown ol { margin: 0 0 .5rem 1.25rem; }
.ki-markdown pre {
    background: rgba(0,0,0,.05);
    padding: .5rem .75rem;
    border-radius: 6px;
    overflow-x: auto;
}
.ki-markdown table { border-collapse: collapse; }
.ki-markdown th, .ki-markdown td { border: 1px solid var(--bs-border-color, #ddd); padding: .25rem .5rem; }

/* Rechtstexte (Datenschutzerklärung, Haftungsausschluss): kompakte Überschriften – die Markdown-Defaults
   (h1/h2/h3) sind für Fließtext-Rechtstexte viel zu groß. */
.legal-text { font-size: .9rem; line-height: 1.55; }
.legal-text h1 { font-size: 1.3rem; }
.legal-text h2 { font-size: 1.15rem; }
.legal-text h3 { font-size: 1rem; }
.legal-text h4 { font-size: .95rem; }
.legal-text h1, .legal-text h2, .legal-text h3, .legal-text h4 {
    margin: 1em 0 .35em;
    font-weight: 600;
    line-height: 1.3;
}
.legal-text > :first-child { margin-top: 0; }
/* Kernaussagen als Info-Box: ein Blockzitat (>) im Rechtstext wird als hervorgehobener Kasten dargestellt. */
.legal-text blockquote {
    margin: .9em 0;
    padding: .75rem 1rem;
    border-left: 4px solid var(--app-accent, #2B5278);
    background: var(--app-accent-tint, rgba(43, 82, 120, 0.08));
    border-radius: 4px;
}
.legal-text blockquote p { margin: 0; }

/* ============================================================
   DSGVO-Toolkit design system — "compliance ledger"
   Sober, form-first chrome: thin grey hairlines define structure,
   a single slate-blue accent marks actions and the current location.
   ============================================================ */
:root {
    --app-accent: #2B5278;
    --app-accent-tint: rgba(43, 82, 120, 0.08);
    --app-hairline: #D7DBE0;
    --app-hairline-soft: #E6E8EC;
    --app-ink: #1C2127;
    --app-ink-soft: #5A6573;
}

/* --- App bar: neutral charcoal spine with a single hairline edge --- */
.mud-appbar.app-bar {
    border-bottom: 1px solid #000;
    box-shadow: none;
}

.brand-mark {
    color: #7FB3E3;
    font-size: 1.25rem !important;
}

.brand-wordmark {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.brand-strong { color: #FFFFFF; }
.brand-soft { color: #CBD3DC; font-weight: 500; }

/* --- Navigation rail: white, separated by a hairline, not a shadow --- */
.mud-drawer.app-drawer {
    border-right: 1px solid var(--app-hairline);
    box-shadow: none;
}

/* Section group titles read as quiet eyebrow labels. */
.app-drawer .mud-nav-group > .mud-nav-link .mud-nav-link-text {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--app-ink-soft);
}

.app-drawer .mud-nav-link {
    border-radius: 4px;
    margin: 1px 8px;
    min-height: 40px;
}

/* Leaf links: clear, calm rows; the accent only appears on the active one. */
.app-drawer .mud-nav-link:hover {
    background-color: var(--app-accent-tint);
}

.app-drawer .mud-nav-link.active,
.app-drawer .mud-nav-link.mud-nav-link-active {
    background-color: var(--app-accent-tint);
    color: var(--app-accent);
    font-weight: 600;
    box-shadow: inset 3px 0 0 0 var(--app-accent);
}

.app-drawer .mud-nav-link.active .mud-icon-root,
.app-drawer .mud-nav-link.mud-nav-link-active .mud-icon-root {
    color: var(--app-accent);
}

/* --- Surfaces: bordered paper instead of floating cards ---
   MudBlazor renders elevation as a separate class (.mud-paper.mud-elevation-1),
   so scope the flat-bordered look to low-elevation paper only and leave menus,
   dialogs and popovers (higher elevations) with their shadows intact. */
.mud-paper.mud-elevation-1 {
    box-shadow: none;
    border: 1px solid var(--app-hairline);
}

/* --- Tables: an administrative ledger --- */
.mud-table-head .mud-table-cell {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--app-ink-soft);
    border-bottom: 1px solid var(--app-hairline);
    background-color: #FBFBFC;
}

.mud-table-row:hover > .mud-table-cell {
    background-color: #F2F5F8;
}

/* --- Accessibility floor: visible keyboard focus --- */
.mud-nav-link:focus-visible,
.mud-button-root:focus-visible,
a:focus-visible {
    outline: 2px solid var(--app-accent);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        transition-duration: 0.01ms !important;
    }
}

/* ============================================================
   Registration page — two-column "marketing aside + form".
   Lives in the global sheet (not scoped) so the rules reach the
   layout's plain <div>s reliably. Uses the slate-blue accent for
   the aside, hairlines + near-square corners for the card.
   ============================================================ */
.register-card {
    border: 1px solid var(--app-hairline);
    border-radius: 6px;
    background: var(--app-surface, #fff);
    overflow: hidden;
}

.register-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
    align-items: stretch;
}

/* Stack on small screens: aside on top, form below. */
@media (max-width: 839px) {
    .register-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Marketing aside ── */
.register-hero {
    display: flex;
    flex-direction: column;
    padding: 2.75rem 2.5rem;
    background: linear-gradient(157deg, #2B5278 0%, #1F3D5C 100%);
    color: #fff;
}

@media (max-width: 839px) {
    .register-hero {
        padding: 2rem 1.75rem;
    }
}

.register-hero__brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 2.25rem;
}

.register-hero__logo {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
}

.register-hero__product {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
}

.register-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.85rem;
}

.register-hero__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #5BC49A;
    box-shadow: 0 0 0 3px rgba(91, 196, 154, 0.25);
}

.register-hero__title {
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 0.9rem;
    color: #fff;
}

.register-hero__lead {
    font-size: 0.925rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.86);
    margin: 0 0 1.75rem;
}

.register-hero__features {
    list-style: none;
    padding: 0;
    margin: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.register-hero__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.register-hero__check {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin-top: 0.08rem;
    fill: none;
    stroke: #6FD3A9;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.register-hero__trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2.25rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.register-hero__sep {
    width: 1px;
    height: 0.85rem;
    background: rgba(255, 255, 255, 0.3);
}

/* ── Form column ── */
.register-form {
    padding: 2.75rem 2.5rem;
}

@media (max-width: 839px) {
    .register-form {
        padding: 2rem 1.75rem;
    }
}

/* ============================================================
   Logged-out landing (Home.razor / NotAuthorized) — marketing.
   Global (not scoped) so the rules reach the plain <section>/<div>s.
   Same slate-blue accent + hairline language as the register page.
   ============================================================ */
.landing {
    max-width: 960px;
}

/* ── Hero band ── */
.landing-hero {
    border-radius: 6px;
    padding: 3rem 3rem 2.5rem;
    background: linear-gradient(157deg, #2B5278 0%, #1F3D5C 100%);
    color: #fff;
}

@media (max-width: 599px) {
    .landing-hero {
        padding: 2rem 1.5rem;
    }
}

.landing-hero__brand {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.75rem;
}

.landing-hero__logo {
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 auto;
}

.landing-hero__product {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
}

.landing-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 0.85rem;
}

.landing-hero__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #5BC49A;
    box-shadow: 0 0 0 3px rgba(91, 196, 154, 0.25);
}

.landing-hero__title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.015em;
    margin: 0 0 1rem;
    color: #fff;
    max-width: 24ch;
}

@media (max-width: 599px) {
    .landing-hero__title {
        font-size: 1.55rem;
    }
}

.landing-hero__lead {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.86);
    margin: 0 0 1.75rem;
    max-width: 60ch;
}

.landing-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.landing-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.4rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.landing-btn svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-btn--primary {
    background: #fff;
    color: var(--app-accent);
}

.landing-btn--primary:hover {
    background: #eef2f6;
}

.landing-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.landing-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.12);
}

.landing-hero__trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.75rem;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.landing-hero__sep {
    width: 1px;
    height: 0.85rem;
    background: rgba(255, 255, 255, 0.3);
}

/* ── Feature section ── */
.landing-features {
    margin-top: 2.5rem;
}

.landing-section-label {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--app-accent);
    margin-bottom: 0.5rem;
}

.landing-features__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: var(--app-ink);
    margin: 0 0 0.4rem;
}

.landing-features__intro {
    color: var(--app-ink-soft);
    font-size: 0.95rem;
    margin: 0 0 1.5rem;
    max-width: 60ch;
}

.landing-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.landing-feature {
    border: 1px solid var(--app-hairline);
    border-radius: 6px;
    background: #fff;
    padding: 1.35rem 1.4rem;
}

.landing-feature__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 6px;
    background: var(--app-accent-tint);
    margin-bottom: 0.9rem;
}

.landing-feature__icon svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: none;
    stroke: var(--app-accent);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.landing-feature h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--app-ink);
    margin: 0 0 0.35rem;
}

.landing-feature p {
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--app-ink-soft);
    margin: 0;
}

/* ============================================================
   Info & Rechtliches (/info) — reuses the .landing marketing
   language (gradient hero, slate section labels, hairline
   feature cards) and adds a KI-Begleiter callout, stat tiles
   and the legal section. Same slate accent + hairline tokens.
   ============================================================ */

/* Hero promise-row: an in-app info page has no CTA, so the three
   promises take the hero's closing slot instead (white line-checks). */
.info-hero__checks {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.75rem;
}

.info-hero__checks li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
}

.info-hero__checks svg {
    flex: 0 0 auto;
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: #6FD3A9;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* KI-Begleiter callout — accent left border + tint; deliberately rhymes with
   the .legal-text blockquote box so the marketing and legal halves feel of a piece. */
.info-companion {
    margin-top: 2.5rem;
    border: 1px solid var(--app-hairline);
    border-left: 3px solid var(--app-accent);
    border-radius: 6px;
    background: var(--app-accent-tint);
    padding: 1.6rem 1.75rem;
}

.info-companion__title {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--app-ink);
    margin: 0.15rem 0 0.5rem;
}

.info-companion__text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: var(--app-ink-soft);
    margin: 0;
    max-width: 64ch;
}

/* Trust stats as tiles — the figures (Art. 30, 0) are real content from the
   register's own vocabulary, not decoration. */
.info-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.info-stat {
    border: 1px solid var(--app-hairline);
    border-radius: 6px;
    background: #fff;
    padding: 1.2rem 1.4rem;
}

.info-stat__figure {
    display: block;
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.1;
    color: var(--app-accent);
}

.info-stat__label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    line-height: 1.45;
    color: var(--app-ink-soft);
}

/* Rechtliches: kompakte, beschriftete Aktionsleiste direkt unter dem Hero – gut auffindbar,
   ohne freistehende Seitenkarte. Ein weicher Trennstrich setzt sie vom Funktionen-Block ab. */
.info-legalbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 1.5rem;
    margin: 1.75rem 0 0.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--app-hairline-soft);
}

.info-legalbar__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
