/* Firewall Ops — SOC endurance (three-pane spotlight) */

.fw-page-main {
  display: block;
}

.fw-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(56, 189, 248, 0.85);
}

.fw-landing {
  margin-bottom: 2rem;
}

.fw-landing-shell {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: stretch;
}

.fw-landing-deck {
  order: -1;
}

.fw-landing-main {
  flex: 1;
  min-width: 0;
}

.fw-landing-card {
  width: 100%;
  border-radius: 18px;
  padding: 1.65rem 1.85rem;
  background: linear-gradient(155deg, rgba(15, 23, 42, 0.97) 0%, rgba(15, 23, 42, 0.88) 100%);
  border: 1px solid rgba(129, 140, 248, 0.28);
  box-shadow:
    0 0 0 1px rgba(15, 23, 42, 0.5) inset,
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(99, 102, 241, 0.06);
}

.fw-landing-hook {
  margin-bottom: 0.25rem;
}

.fw-landing-hook-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(129, 140, 248, 0.95);
}

.fw-landing-hook-headline {
  margin: 0 0 0.65rem;
  font-size: clamp(1.35rem, 3.2vw, 1.95rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #f8fafc;
}

.fw-landing-hook-sub {
  margin: 0 0 1.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(226, 232, 240, 0.9);
  max-width: 40rem;
}

.fw-landing-at-a-glance {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
}

.fw-landing-glance-item {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  row-gap: 0.1rem;
  align-items: start;
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(2, 6, 23, 0.4);
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.fw-landing-glance-icon {
  grid-row: 1 / span 2;
  font-size: 1.25rem;
  color: rgba(56, 189, 248, 0.95);
  line-height: 1;
  padding-top: 0.1rem;
}

.fw-landing-glance-item:nth-child(1) .fw-landing-glance-icon {
  color: rgba(165, 180, 252, 0.98);
}

.fw-landing-glance-item:nth-child(3) .fw-landing-glance-icon {
  color: rgba(110, 231, 183, 0.95);
}

.fw-landing-glance-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.98);
}

.fw-landing-glance-text {
  grid-column: 2;
  font-size: 0.88rem;
  line-height: 1.35;
  color: rgba(148, 163, 184, 0.98);
}

.fw-landing-section-divider {
  height: 0;
  margin: 1.35rem 0 1.15rem;
  border: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.fw-landing-detail-title {
  margin: 0 0 0.75rem;
}

.fw-login-hint-below-primary {
  margin-top: 0.65rem;
}

.fw-landing-actions-bottom .fw-landing-actions-secondary {
  border-top: none;
  padding-top: 0;
}

.fw-landing-deck-role {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(226, 232, 240, 0.88);
}

.fw-landing-lead {
  margin: 0 0 1.25rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.93);
  max-width: 52rem;
}

.fw-landing-grid3 {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.fw-landing-step {
  margin: 0;
  padding: 0.85rem 0.75rem;
  border-radius: 12px;
  background: rgba(2, 6, 23, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.22);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 100%;
  transition: border-color 0.2s ease, background 0.2s ease;
}

@media (hover: hover) {
  .fw-landing-step:hover {
    border-color: rgba(148, 163, 184, 0.4);
    background: rgba(30, 41, 59, 0.35);
  }
}

.fw-landing-step-icon {
  font-size: 1.15rem;
  color: rgba(56, 189, 248, 0.9);
  line-height: 1;
}

.fw-landing-step:nth-child(1) .fw-landing-step-icon {
  color: rgba(165, 180, 252, 0.95);
}

.fw-landing-step:nth-child(3) .fw-landing-step-icon {
  color: rgba(110, 231, 183, 0.9);
}

.fw-landing-step-title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(241, 245, 249, 0.95);
}

.fw-landing-step-text {
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.98);
}

.fw-callout {
  margin: 0 0 1.1rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: rgba(120, 53, 15, 0.18);
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(254, 243, 199, 0.92);
}

.fw-callout strong {
  color: #fde68a;
}

.fw-landing-details {
  margin: 0;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(2, 6, 23, 0.35);
  overflow: hidden;
}

.fw-landing-summary {
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.95);
  list-style: none;
}

.fw-landing-summary:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.fw-landing-summary::-webkit-details-marker {
  display: none;
}

.fw-landing-summary::after {
  content: "";
  display: inline-block;
  width: 0.45em;
  height: 0.45em;
  margin-left: 0.5rem;
  border-right: 2px solid rgba(148, 163, 184, 0.7);
  border-bottom: 2px solid rgba(148, 163, 184, 0.7);
  transform: rotate(45deg);
  vertical-align: 0.15em;
  transition: transform 0.2s ease;
}

.fw-landing-details[open] .fw-landing-summary::after {
  transform: rotate(-135deg);
  vertical-align: 0;
}

.fw-landing-details-body {
  padding: 0 1rem 1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.fw-landing-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.fw-landing-actions-primary,
.fw-landing-actions-secondary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.fw-landing-actions-secondary {
  padding-top: 0.15rem;
  border-top: 1px solid rgba(148, 163, 184, 0.12);
}

.fw-landing-actions.fw-landing-actions-top {
  margin-top: 1.1rem;
}

.fw-landing-actions.fw-landing-actions-bottom {
  margin-top: 1.35rem;
}

.fw-landing-btn-touch {
  min-height: 44px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.fw-landing-deck-inner {
  border-radius: 18px;
  padding: 1.25rem 1.2rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.92) 100%);
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.fw-landing-deck-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(148, 163, 184, 0.85);
}

.fw-landing-deck-label-spaced {
  margin-top: 1.15rem;
}

.fw-run-snapshot {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.fw-run-snapshot li {
  margin: 0;
}

.fw-pill {
  display: inline-block;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  background: rgba(51, 65, 85, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.35);
  color: rgba(226, 232, 240, 0.92);
}

.fw-pane-tile-list {
  list-style: none;
  margin: 0.55rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fw-pane-tile {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fw-pane-tile-floor {
  background: rgba(129, 140, 248, 0.12);
  border-color: rgba(129, 140, 248, 0.35);
}

.fw-pane-tile-comms {
  background: rgba(56, 189, 248, 0.1);
  border-color: rgba(56, 189, 248, 0.38);
}

.fw-pane-tile-portal {
  background: rgba(52, 211, 153, 0.1);
  border-color: rgba(52, 211, 153, 0.35);
}

.fw-pane-tile-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(241, 245, 249, 0.96);
}

.fw-pane-tile-hint {
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.95);
}

@media (min-width: 992px) {
  .fw-landing-shell {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.75rem;
  }

  .fw-landing-main {
    order: 1;
    flex: 1;
  }

  .fw-landing-deck {
    order: 2;
    flex: 0 0 min(320px, 32%);
    max-width: 320px;
  }

  .fw-landing-grid3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fw-landing-at-a-glance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .fw-landing-glance-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    justify-items: center;
    text-align: center;
    padding: 0.85rem 0.65rem;
  }

  .fw-landing-glance-icon {
    grid-row: 1;
    margin-bottom: 0.15rem;
  }

  .fw-landing-glance-label {
    grid-column: 1;
    grid-row: 2;
  }

  .fw-landing-glance-text {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (max-width: 991px) {
  .fw-landing-card {
    padding: 1.35rem 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fw-landing-step,
  .fw-pane-tile,
  .fw-landing-summary::after,
  .fw-progress-fill {
    transition: none;
  }
}

.fw-app {
  max-width: 1200px;
  margin: 0 auto 3rem;
  padding: 0 1rem;
  color: #e8f6ff;
}

.fw-header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.fw-header-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5rem;
}

.fw-guide-btn {
  flex-shrink: 0;
}

.fw-guide-book {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  flex-shrink: 0;
  padding: 0.35rem 0.65rem 0.35rem 0.4rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}

.fw-guide-book:hover {
  border-color: rgba(56, 189, 248, 0.65);
  background: rgba(30, 41, 59, 0.85);
  color: #f8fafc;
}

.fw-guide-book:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.fw-guide-book-icon {
  display: flex;
  line-height: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

.fw-guide-book-label {
  text-align: left;
}

abbr.fw-abbr,
.fw-abbr {
  cursor: help;
  text-decoration: underline dotted;
  text-underline-offset: 2px;
}

.fw-title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  margin: 0 0 0.25rem;
  letter-spacing: 0.02em;
}

.fw-sub {
  margin: 0;
  color: rgba(232, 246, 255, 0.78);
  font-size: 0.95rem;
  max-width: 42rem;
}

.fw-run-meta {
  min-width: 200px;
  text-align: right;
}

.fw-progress-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(232, 246, 255, 0.55);
}

.fw-progress-text {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 1.1rem;
}

.fw-progress-track {
  margin-top: 0.35rem;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.fw-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2dd4bf, #38bdf8);
  transition: width 0.35s ease;
}

.fw-main-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

@media (max-width: 900px) {
  .fw-main-grid {
    grid-template-columns: 1fr;
  }
  .fw-run-meta {
    text-align: left;
    width: 100%;
  }
}

.fw-pane {
  border-radius: 14px;
  padding: 1rem 1rem 1.25rem;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  min-height: 280px;
}

.fw-pane-dim {
  opacity: 0.42;
  transform: scale(0.985);
}

.fw-pane-active {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(45, 212, 191, 0.65);
  box-shadow: 0 0 0 1px rgba(45, 212, 191, 0.25), 0 16px 48px rgba(0, 0, 0, 0.45);
}

.fw-pane-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 0.35rem;
  color: rgba(226, 232, 240, 0.9);
}

.fw-pane-hint {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  color: rgba(148, 163, 184, 0.95);
}

.fw-pillar-row {
  margin: 0 0 0.65rem;
}

.fw-pillar-chip {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.95);
  background: rgba(99, 102, 241, 0.35);
  border: 1px solid rgba(165, 180, 252, 0.45);
}

.fw-choice-hint {
  margin-top: 0.75rem;
  line-height: 1.45;
}

.fw-trainer-disclaimer {
  line-height: 1.4;
  border-left: 3px solid rgba(148, 163, 184, 0.45);
  padding-left: 0.65rem;
}

.fw-practice-check .form-check-label {
  line-height: 1.35;
  max-width: 36rem;
}

.fw-stem {
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 1rem;
  color: #f1f5f9;
}

.fw-choices {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.fw-choice {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.75);
  color: #e2e8f0;
  font-size: 0.9rem;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.1s ease;
}

.fw-choice:hover:not(:disabled) {
  border-color: rgba(56, 189, 248, 0.6);
  background: rgba(30, 41, 59, 0.9);
}

.fw-choice:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.fw-choice:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.fw-pane-idle .fw-stem,
.fw-pane-idle .fw-choices {
  opacity: 0.35;
}

.fw-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(2, 6, 23, 0.82);
  backdrop-filter: blur(6px);
}

.fw-overlay-card {
  max-width: 520px;
  max-height: min(85vh, 640px);
  overflow-y: auto;
  width: 100%;
  border-radius: 16px;
  padding: 1.5rem 1.75rem;
  background: rgba(15, 23, 42, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}

.fw-overlay-wide {
  max-width: 640px;
}

.fw-h2 {
  font-size: 1.25rem;
  margin: 0 0 0.75rem;
}

.fw-h3 {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(241, 245, 249, 0.96);
}

.fw-intro-body {
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(226, 232, 240, 0.92);
}

.fw-intro-body p {
  margin-bottom: 0.65rem;
}

.fw-login-hint {
  font-size: 0.9rem;
}

.fw-footnote {
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.95);
}

.fw-btn-primary {
  font-weight: 600;
}

.fw-hidden {
  display: none !important;
}

.fw-cert-card {
  max-width: 560px;
}

.fw-cert-lead {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.fw-cert-print-area {
  border: 2px solid rgba(226, 232, 240, 0.35);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  background: rgba(2, 6, 23, 0.6);
}

.fw-cert-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  text-align: center;
}

.fw-cert-sub {
  margin: 0 0 1rem;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(148, 163, 184, 0.95);
}

.fw-cert-name {
  font-size: 1.05rem;
  text-align: center;
  margin: 0 0 0.35rem;
}

.fw-cert-date {
  font-size: 0.9rem;
  text-align: center;
  color: rgba(148, 163, 184, 0.95);
  margin: 0 0 0.75rem;
}

.fw-cert-disclaimer,
.fw-cert-tagline {
  margin: 0;
  text-align: center;
  color: rgba(148, 163, 184, 0.85);
}

@media print {
  body * {
    visibility: hidden;
  }
  #fw-cert-print-area,
  #fw-cert-print-area * {
    visibility: visible;
  }
  #fw-cert-print-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    background: #fff;
    color: #0f172a;
  }
  #fw-cert-print-area .fw-cert-title,
  #fw-cert-print-area .fw-cert-name {
    color: #0f172a;
  }
}

/* Prefix beats (floor / comms / portal) */
.fw-tut-floor {
  font-size: 0.9rem;
}

.fw-tut-lead {
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.fw-tut-zones {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

@media (max-width: 700px) {
  .fw-tut-zones {
    grid-template-columns: 1fr;
  }
}

.fw-tut-zone {
  min-height: 88px;
  padding: 0.5rem;
  border-radius: 10px;
  border: 2px dashed rgba(148, 163, 184, 0.45);
  background: rgba(15, 23, 42, 0.35);
}

.fw-tut-zone-label {
  font-weight: 600;
  font-size: 0.8rem;
}

.fw-tut-zone-hint {
  font-size: 0.72rem;
  opacity: 0.85;
  margin-top: 0.2rem;
}

.fw-tut-staging {
  min-height: 140px;
  padding: 0.5rem;
  border-radius: 10px;
  border: 2px solid rgba(56, 189, 248, 0.35);
  background: rgba(30, 41, 59, 0.5);
  margin-bottom: 0.5rem;
}

.fw-tut-chip {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.5rem;
  margin: 0.35rem 0;
  border-radius: 8px;
  background: rgba(51, 65, 85, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.35);
  cursor: grab;
  font-size: 0.8rem;
}

.fw-tut-chip-name {
  font-weight: 600;
}

.fw-tut-chip-role {
  opacity: 0.88;
  font-size: 0.72rem;
  margin-top: 0.15rem;
}

.fw-tut-comms {
  font-size: 0.9rem;
}

.fw-tut-thread-title {
  font-weight: 700;
  margin: 0 0 0.35rem;
}

.fw-tut-intro {
  margin: 0 0 0.65rem;
  opacity: 0.92;
}

.fw-tut-msg {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.45);
  border-left: 3px solid rgba(45, 212, 191, 0.6);
  font-size: 0.85rem;
}

.fw-tut-msg-from {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.75;
  margin-bottom: 0.25rem;
}

.fw-tut-actions .btn {
  white-space: normal;
}

.fw-tut-portal {
  font-size: 0.9rem;
}

.fw-tut-order-list {
  padding-left: 0;
  list-style: none;
  margin: 0.5rem 0 0;
}

.fw-tut-order-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.45rem 0.5rem;
  margin-bottom: 0.35rem;
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.25);
}

.fw-tut-order-label {
  flex: 1;
  font-size: 0.82rem;
}

.fw-tut-order-btns {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}
