:root {
    /* DESIGN typography tokens parsed by compliance: Condensed* Condensed** labels */
    --deep-channel-navy: #071A2F;
    --civic-broadcast-blue: #1479B8;
    --aero-glass-cyan: #7DE7F2;
    --rain-window-mint: #B8F4D6;
    --pearl-highlight: #F4FBFF;
    --caption-amber: #FFC857;
    --clerk-stamp-coral: #F26D6D;
    --submerged-ink: #20364B;
    --wordmark-font: "Bricolage Grotesque", sans-serif;
    --quote-font: "Newsreader", serif;
    --caption-font: "IBM Plex Sans Condensed", sans-serif;
    --mono-font: "IBM Plex Mono", monospace;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    color: var(--pearl-highlight);
    font-family: var(--caption-font);
    background:
        radial-gradient(circle at 20% 10%, rgba(125, 231, 242, 0.24), transparent 28rem),
        radial-gradient(circle at 82% 20%, rgba(184, 244, 214, 0.16), transparent 24rem),
        linear-gradient(160deg, var(--deep-channel-navy) 0%, #0a2747 42%, var(--civic-broadcast-blue) 76%, var(--deep-channel-navy) 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(115deg, transparent 0 42%, rgba(244, 251, 255, 0.08) 43%, transparent 47%),
        repeating-linear-gradient(90deg, rgba(244, 251, 255, 0.025) 0 1px, transparent 1px 42px);
    mix-blend-mode: screen;
    opacity: 0.75;
    z-index: 1;
}

.filter-bank {
    position: absolute;
}

.aero-field {
    position: fixed;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.caustic {
    position: absolute;
    border-radius: 50%;
    filter: blur(28px);
    opacity: 0.55;
    animation: causticDrift 18s ease-in-out infinite alternate;
}

.caustic-one {
    width: 58vw;
    height: 58vw;
    left: -18vw;
    top: 8vh;
    background: radial-gradient(circle, rgba(125, 231, 242, 0.32), rgba(20, 121, 184, 0.12) 45%, transparent 70%);
}

.caustic-two {
    width: 45vw;
    height: 45vw;
    right: -14vw;
    bottom: 4vh;
    background: radial-gradient(circle, rgba(184, 244, 214, 0.26), rgba(255, 200, 87, 0.08) 48%, transparent 72%);
    animation-delay: -6s;
}

.court-shadow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.26;
    filter: blur(18px);
    background: var(--submerged-ink);
}

.bench-shadow {
    width: 46vw;
    height: 13vh;
    top: 31vh;
    border-radius: 2rem 2rem 8rem 8rem;
}

.rail-shadow {
    width: 62vw;
    height: 6vh;
    bottom: 24vh;
    border-radius: 999px;
}

.rain-blinds {
    position: absolute;
    inset: -10%;
    background: repeating-linear-gradient(102deg, transparent 0 22px, rgba(244, 251, 255, 0.07) 23px 25px, transparent 26px 56px);
    filter: blur(2px);
    opacity: 0.38;
    animation: blindsSlide 28s linear infinite;
}

.scanline-veil {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(180deg, rgba(244, 251, 255, 0.035) 0 1px, transparent 1px 6px);
    mask-image: linear-gradient(transparent, black 20%, black 80%, transparent);
    opacity: 0.46;
}

.broadcast-column {
    position: relative;
    z-index: 2;
}

.scene {
    min-height: 100vh;
    position: relative;
    display: grid;
    place-items: center;
    padding: 8vh clamp(1.2rem, 5vw, 5rem);
    isolation: isolate;
}

.channel-id {
    position: absolute;
    top: 6vh;
    left: 50%;
    transform: translateX(-50%);
    width: min(82rem, 88vw);
    text-align: center;
    z-index: 4;
}

.kicker,
.scene-label p,
.lower-rail,
.audio-caption,
.filing-tabs,
.remote-button,
.signal-row,
.archive-ribbon,
.docket-buoy {
    font-family: var(--caption-font);
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.kicker {
    margin: 0 0 0.55rem;
    color: var(--rain-window-mint);
    font-size: clamp(0.78rem, 1.5vw, 1.05rem);
}

h1,
h2 {
    font-family: var(--wordmark-font);
    margin: 0;
    letter-spacing: 0.035em;
    line-height: 0.92;
}

h1 {
    font-size: clamp(3.4rem, 10vw, 10.5rem);
    color: rgba(244, 251, 255, 0.92);
    text-shadow: 0 0 18px rgba(125, 231, 242, 0.44), 0 18px 60px rgba(7, 26, 47, 0.95);
}

h2 {
    font-size: clamp(3rem, 8vw, 8rem);
    color: var(--pearl-highlight);
    text-shadow: 0 0 34px rgba(125, 231, 242, 0.28);
}

.signal-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.2rem;
    font-size: 0.9rem;
    color: var(--pearl-highlight);
}

.on-air {
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    color: var(--deep-channel-navy);
    background: linear-gradient(180deg, var(--caption-amber), #ffe4a3 42%, var(--caption-amber));
    box-shadow: 0 0 26px rgba(255, 200, 87, 0.8), inset 0 1px 0 rgba(244, 251, 255, 0.75);
    animation: onAirPulse 1.9s ease-in-out infinite;
}

.timecode {
    font-family: var(--mono-font);
    color: var(--aero-glass-cyan);
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(125, 231, 242, 0.38);
    background: rgba(7, 26, 47, 0.44);
}

.channel-note {
    color: rgba(244, 251, 255, 0.72);
}

.stream-viewport {
    width: min(72vw, 58rem);
    height: min(62vh, 42rem);
    margin-top: 14vh;
    position: relative;
    overflow: hidden;
    border-radius: clamp(2rem, 5vw, 4.4rem);
    border: 1px solid rgba(125, 231, 242, 0.58);
    background:
        radial-gradient(circle at 24% 18%, rgba(244, 251, 255, 0.46), transparent 9rem),
        radial-gradient(circle at 72% 74%, rgba(184, 244, 214, 0.2), transparent 15rem),
        linear-gradient(145deg, rgba(244, 251, 255, 0.18), rgba(125, 231, 242, 0.09) 38%, rgba(7, 26, 47, 0.34));
    backdrop-filter: blur(24px) saturate(150%);
    box-shadow: 0 40px 120px rgba(7, 26, 47, 0.78), inset 0 1px 2px rgba(244, 251, 255, 0.9), inset 0 -28px 70px rgba(20, 121, 184, 0.18);
    transform-style: preserve-3d;
    transition: transform 0.18s ease-out;
    filter: url(#water-bend);
}

.viewport-glare,
.viewport-rim {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.viewport-glare {
    background:
        linear-gradient(122deg, rgba(244, 251, 255, 0.36), transparent 20%, transparent 55%, rgba(125, 231, 242, 0.18) 65%, transparent 74%),
        repeating-linear-gradient(180deg, rgba(244, 251, 255, 0.07) 0 2px, transparent 2px 14px);
    mix-blend-mode: screen;
    animation: glassSweep 7s ease-in-out infinite;
}

.viewport-rim {
    border-radius: inherit;
    box-shadow: inset 0 0 0 2px rgba(244, 251, 255, 0.34), inset 0 0 38px rgba(125, 231, 242, 0.36);
}

.courtroom-silhouette .silhouette {
    position: absolute;
    display: block;
    background: rgba(7, 26, 47, 0.44);
    filter: blur(6px);
}

.courtroom-silhouette .bench {
    left: 18%;
    right: 18%;
    bottom: 20%;
    height: 18%;
    border-radius: 2rem 2rem 5rem 5rem;
}

.courtroom-silhouette .witness {
    width: 14%;
    height: 33%;
    left: 24%;
    bottom: 30%;
    border-radius: 3rem 3rem 1rem 1rem;
}

.courtroom-silhouette .mic {
    width: 0.55rem;
    height: 30%;
    left: 50%;
    bottom: 36%;
    transform: rotate(-12deg);
    border-radius: 999px;
    background: rgba(32, 54, 75, 0.75);
}

.courtroom-silhouette .gallery-rail {
    left: 8%;
    right: 8%;
    bottom: 10%;
    height: 4%;
    border-radius: 999px;
}

.transcript-current {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    opacity: 0.84;
    animation: currentRise 13s linear infinite;
}

.transcript-current p {
    width: max-content;
    min-width: 72%;
    margin: 0;
    padding: 0.62rem 2rem;
    border-radius: 999px;
    font-family: var(--quote-font);
    font-size: clamp(1rem, 2vw, 1.55rem);
    color: var(--pearl-highlight);
    background: linear-gradient(90deg, transparent, rgba(244, 251, 255, 0.16), rgba(125, 231, 242, 0.17), transparent);
    border-top: 1px solid rgba(184, 244, 214, 0.34);
    transform: translateX(var(--drift, 0));
}

.transcript-current p:nth-child(even) {
    --drift: 20%;
    color: var(--rain-window-mint);
}

.droplet,
.caption-magnifier,
.ripple-bubble {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, rgba(244, 251, 255, 0.95), rgba(125, 231, 242, 0.25) 38%, rgba(20, 121, 184, 0.18) 70%);
    border: 1px solid rgba(244, 251, 255, 0.55);
    box-shadow: inset -8px -12px 24px rgba(7, 26, 47, 0.16), 0 12px 30px rgba(7, 26, 47, 0.26);
    backdrop-filter: blur(8px) saturate(180%);
}

.lens-one {
    width: 7.8rem;
    height: 7.8rem;
    right: 12%;
    top: 18%;
}

.lens-two {
    width: 3.2rem;
    height: 3.2rem;
    left: 12%;
    top: 32%;
}

.lens-three {
    width: 5rem;
    height: 5rem;
    right: 26%;
    bottom: 13%;
}

.caption-magnifier {
    left: 9%;
    bottom: 18%;
    width: 12rem;
    height: 12rem;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--deep-channel-navy);
    font-family: var(--quote-font);
    font-size: 1.25rem;
    animation: magnifyFloat 6s ease-in-out infinite;
}

.lower-rail {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    width: min(68rem, 86vw);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1.1rem;
    border-radius: 999px;
    color: rgba(244, 251, 255, 0.76);
    background: rgba(244, 251, 255, 0.09);
    border: 1px solid rgba(125, 231, 242, 0.36);
    backdrop-filter: blur(18px);
}

.channel-remote {
    position: fixed;
    right: clamp(0.75rem, 2vw, 2rem);
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: grid;
    gap: 0.65rem;
    padding: 0.7rem;
    border-radius: 999px;
    background: rgba(244, 251, 255, 0.12);
    border: 1px solid rgba(125, 231, 242, 0.36);
    backdrop-filter: blur(20px);
    box-shadow: 0 20px 60px rgba(7, 26, 47, 0.42), inset 0 1px 0 rgba(244, 251, 255, 0.45);
}

.remote-button {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    text-decoration: none;
    color: var(--rain-window-mint);
    border-radius: 50%;
    font-size: 0.7rem;
    background: linear-gradient(180deg, rgba(244, 251, 255, 0.18), rgba(20, 121, 184, 0.12));
    border: 1px solid rgba(244, 251, 255, 0.28);
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.remote-button.active,
.remote-button:hover {
    color: var(--deep-channel-navy);
    background: linear-gradient(180deg, var(--aero-glass-cyan), var(--rain-window-mint));
    transform: scale(1.08);
}

.scene-label {
    position: absolute;
    left: clamp(1.5rem, 7vw, 8rem);
    top: 16vh;
    z-index: 2;
}

.right-label {
    left: auto;
    right: clamp(1.5rem, 7vw, 8rem);
    text-align: right;
}

.archive-label {
    top: 10vh;
}

.scene-label p {
    color: var(--caption-amber);
    margin: 0 0 0.5rem;
    font-size: 1rem;
}

.liquid-panel {
    width: min(76rem, 82vw);
    min-height: 58vh;
    position: relative;
    overflow: hidden;
    border-radius: clamp(2rem, 5vw, 5rem);
    border: 1px solid rgba(125, 231, 242, 0.45);
    background:
        radial-gradient(circle at 25% 15%, rgba(244, 251, 255, 0.36), transparent 13rem),
        linear-gradient(135deg, rgba(244, 251, 255, 0.14), rgba(20, 121, 184, 0.14) 42%, rgba(7, 26, 47, 0.28));
    backdrop-filter: blur(22px) saturate(155%);
    box-shadow: 0 42px 110px rgba(7, 26, 47, 0.54), inset 0 1px 0 rgba(244, 251, 255, 0.65);
}

.liquid-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-radial-gradient(circle at 30% 35%, transparent 0 22px, rgba(125, 231, 242, 0.11) 23px 24px, transparent 25px 54px);
    opacity: 0.42;
    animation: rippleShift 16s linear infinite;
}

.filing-tabs {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: flex;
    gap: 0.8rem;
    z-index: 2;
}

.filing-tabs span {
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    color: var(--deep-channel-navy);
    background: rgba(184, 244, 214, 0.72);
}

.phrase-stream {
    position: absolute;
    left: -8%;
    right: -8%;
    display: flex;
    gap: 2rem;
    white-space: nowrap;
    font-family: var(--quote-font);
    font-size: clamp(1.6rem, 4vw, 4.1rem);
    color: rgba(244, 251, 255, 0.88);
}

.phrase-stream span {
    padding: 0.4rem 1rem;
    text-shadow: 0 0 26px rgba(125, 231, 242, 0.28);
}

.phrase-stream-a {
    top: 34%;
    animation: phraseLeft 24s linear infinite;
}

.phrase-stream-b {
    top: 56%;
    color: var(--rain-window-mint);
    animation: phraseRight 30s linear infinite;
}

.bubble-a {
    width: 8rem;
    height: 8rem;
    right: 18%;
    top: 20%;
    display: grid;
    place-items: center;
    color: var(--deep-channel-navy);
    font-family: var(--wordmark-font);
    font-size: 3rem;
}

.bubble-b {
    width: 5.5rem;
    height: 5.5rem;
    left: 20%;
    bottom: 16%;
    display: grid;
    place-items: center;
    color: var(--deep-channel-navy);
    font-family: var(--wordmark-font);
    font-size: 2.2rem;
}

.docket-buoy {
    position: absolute;
    right: 8%;
    bottom: 12%;
    width: 8rem;
    height: 8rem;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--deep-channel-navy);
    border-radius: 44% 56% 52% 48%;
    background: linear-gradient(160deg, var(--caption-amber), #ffe6a8 45%, var(--clerk-stamp-coral));
    box-shadow: 0 0 30px rgba(255, 200, 87, 0.38), inset 0 2px 0 rgba(244, 251, 255, 0.72);
    animation: buoyBob 5s ease-in-out infinite;
}

.audio-panel {
    width: min(68rem, 78vw);
}

.microphone-form {
    position: absolute;
    left: 50%;
    top: 17%;
    width: 5rem;
    height: 24rem;
    transform: translateX(-50%) rotate(-8deg);
    border-radius: 4rem 4rem 1rem 1rem;
    background: linear-gradient(180deg, rgba(244, 251, 255, 0.3), rgba(7, 26, 47, 0.52));
    filter: blur(1.5px);
    box-shadow: 0 0 70px rgba(125, 231, 242, 0.26);
}

.microphone-form::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4.5rem;
    width: 18rem;
    height: 1.4rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background: rgba(7, 26, 47, 0.45);
}

.wave-ribbon {
    position: absolute;
    inset: 18% 8%;
    border: 3px solid transparent;
    border-top-color: var(--aero-glass-cyan);
    border-radius: 50%;
    opacity: 0.72;
    animation: waveArc 4.8s ease-in-out infinite;
}

.wave-two {
    inset: 25% 16%;
    border-top-color: var(--rain-window-mint);
    animation-delay: -1.4s;
}

.wave-three {
    inset: 32% 24%;
    border-top-color: var(--caption-amber);
    animation-delay: -2.8s;
}

.audio-caption {
    position: absolute;
    left: 2.4rem;
    bottom: 2.3rem;
    color: var(--aero-glass-cyan);
}

.audio-panel blockquote {
    position: absolute;
    right: 5%;
    bottom: 12%;
    width: min(30rem, 46%);
    margin: 0;
    font-family: var(--quote-font);
    font-size: clamp(1.5rem, 3vw, 3.4rem);
    line-height: 1.05;
    color: var(--pearl-highlight);
}

.gallery-panel {
    min-height: 62vh;
}

.seat-field {
    position: absolute;
    inset: 18% 10%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(1rem, 3vw, 3rem);
    perspective: 600px;
}

.seat-field span {
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 25%, var(--pearl-highlight), rgba(184, 244, 214, 0.46) 45%, rgba(20, 121, 184, 0.18));
    box-shadow: 0 0 26px rgba(244, 251, 255, 0.18);
    opacity: 0.7;
    transform: translateZ(var(--depth, 0)) scale(0.8);
    animation: seatGlow 5s ease-in-out infinite;
}

.seat-field span:nth-child(3n) {
    --depth: 24px;
    animation-delay: -1s;
}

.seat-field span:nth-child(4n) {
    --depth: -18px;
    animation-delay: -2.3s;
}

.gallery-glass-card {
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    width: min(38rem, 82%);
    padding: 1.3rem 1.6rem;
    border-radius: 2rem;
    text-align: center;
    background: rgba(244, 251, 255, 0.14);
    border: 1px solid rgba(244, 251, 255, 0.36);
    backdrop-filter: blur(18px);
}

.gallery-glass-card p {
    margin: 0 0 0.45rem;
    color: var(--rain-window-mint);
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

.gallery-glass-card strong {
    font-family: var(--wordmark-font);
    font-size: clamp(1.45rem, 3vw, 3rem);
    font-weight: 700;
}

.pearl-lamp {
    display: block;
    width: 1rem;
    height: 1rem;
    margin: 0 auto 0.8rem;
    border-radius: 50%;
    background: var(--pearl-highlight);
    box-shadow: 0 0 28px var(--aero-glass-cyan);
}

.archive-panel {
    min-height: 68vh;
}

.eddy-ring {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid rgba(125, 231, 242, 0.5);
    transform: translate(-50%, -50%);
    animation: eddySpin 18s linear infinite;
}

.ring-one {
    width: 20rem;
    height: 20rem;
}

.ring-two {
    width: 34rem;
    height: 34rem;
    border-color: rgba(184, 244, 214, 0.36);
    animation-duration: 25s;
    animation-direction: reverse;
}

.ring-three {
    width: 48rem;
    height: 48rem;
    border-color: rgba(255, 200, 87, 0.24);
    animation-duration: 34s;
}

.archive-ribbon {
    position: absolute;
    left: 50%;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    color: var(--deep-channel-navy);
    background: rgba(244, 251, 255, 0.74);
    box-shadow: 0 0 24px rgba(125, 231, 242, 0.26);
}

.ribbon-one {
    top: 27%;
    transform: translateX(-50%) rotate(-7deg);
}

.ribbon-two {
    top: 45%;
    transform: translateX(-50%) rotate(5deg);
    background: rgba(184, 244, 214, 0.78);
}

.ribbon-three {
    top: 63%;
    transform: translateX(-50%) rotate(-3deg);
    background: rgba(255, 200, 87, 0.78);
}

.archive-buoy {
    left: 12%;
    right: auto;
    bottom: 14%;
}

.closing-line {
    position: absolute;
    right: 7%;
    bottom: 9%;
    width: min(28rem, 42%);
    margin: 0;
    font-family: var(--quote-font);
    font-size: clamp(1.6rem, 3vw, 3.6rem);
    line-height: 1;
    color: var(--pearl-highlight);
}

@keyframes causticDrift {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(8vw, -5vh, 0) scale(1.12); }
}

@keyframes blindsSlide {
    from { transform: translateX(-4%); }
    to { transform: translateX(4%); }
}

@keyframes onAirPulse {
    0%, 100% { box-shadow: 0 0 18px rgba(255, 200, 87, 0.55), inset 0 1px 0 rgba(244, 251, 255, 0.75); }
    50% { box-shadow: 0 0 42px rgba(255, 200, 87, 0.95), inset 0 1px 0 rgba(244, 251, 255, 0.9); }
}

@keyframes glassSweep {
    0%, 100% { transform: translateX(-8%); opacity: 0.55; }
    50% { transform: translateX(8%); opacity: 0.95; }
}

@keyframes currentRise {
    from { transform: translateY(16%); }
    to { transform: translateY(-16%); }
}

@keyframes magnifyFloat {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-1rem) scale(1.04); }
}

@keyframes rippleShift {
    from { transform: rotate(0deg) scale(1); }
    to { transform: rotate(360deg) scale(1.08); }
}

@keyframes phraseLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-40%); }
}

@keyframes phraseRight {
    from { transform: translateX(-34%); }
    to { transform: translateX(8%); }
}

@keyframes buoyBob {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-1rem) rotate(4deg); }
}

@keyframes waveArc {
    0%, 100% { transform: scaleX(0.96) translateY(0); opacity: 0.42; }
    50% { transform: scaleX(1.05) translateY(-0.8rem); opacity: 0.9; }
}

@keyframes seatGlow {
    0%, 100% { opacity: 0.42; filter: blur(0); }
    50% { opacity: 0.95; filter: blur(1px); }
}

@keyframes eddySpin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (max-width: 760px) {
    .channel-remote {
        right: 50%;
        top: auto;
        bottom: 1rem;
        transform: translateX(50%);
        grid-template-columns: repeat(5, 1fr);
    }

    .remote-button {
        width: 2.6rem;
        height: 2.6rem;
    }

    .stream-viewport,
    .liquid-panel {
        width: 92vw;
    }

    .lower-rail,
    .signal-row {
        font-size: 0.72rem;
    }

    .scene-label,
    .right-label {
        left: 1.2rem;
        right: auto;
        text-align: left;
    }

    .audio-panel blockquote,
    .closing-line {
        width: 76%;
        right: 8%;
    }

    .filing-tabs {
        flex-wrap: wrap;
        right: 1.5rem;
    }
}
