:root {
  --black: #0c0b0a;
  --panel: #171410;
  --panel-soft: #211c16;
  --gold: #d8b45b;
  --gold-soft: #f4de9a;
  --silver: #d8d8d8;
  --green: #48d17a;
  --purple: #9f7aea;
  --danger: #ff6868;
  --warning: #ffd166;
  --text: #fff8e8;
  --muted: #d2c6ad;
  --line: rgba(255, 255, 255, 0.15);
  --radius: 22px;
  --shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 180, 91, 0.22), transparent 28rem),
    radial-gradient(circle at top right, rgba(159, 122, 234, 0.18), transparent 30rem),
    linear-gradient(180deg, #050505, #15100a 55%, #080706);
}

button, input, select, textarea {
  font: inherit;
}

button { cursor: pointer; }

a { color: inherit; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  padding: 0.8rem 1rem;
  background: var(--gold);
  color: #1d1303;
  border-radius: 12px;
  z-index: 100;
}

.skip-link:focus { top: 1rem; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: 0.85rem clamp(1rem, 4vw, 2rem);
  background: rgba(10, 8, 6, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  text-decoration: none;
}

.brand-logo-link {
  max-width: min(46vw, 380px);
}

.brand-logo {
  display: block;
  width: min(42vw, 340px);
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 22px rgba(0, 0, 0, 0.45));
}

.logo-showcase {
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 2rem);
  margin-bottom: 1rem;
}

.hero-logo {
  display: block;
  width: min(100%, 640px);
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.55));
}

.menu-button,
.soft-button,
.admin-link,
.primary-button,
.danger-button,
.print-button,
.ghost-button {
  border: 1px solid var(--line);
  border-radius: 16px;
  min-height: 48px;
  padding: 0.75rem 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-weight: 750;
}

.menu-button {
  font-size: 1.5rem;
  width: 56px;
}

.primary-button {
  background: linear-gradient(135deg, var(--gold), #fbebaa);
  color: #1a1204;
  border-color: rgba(216, 180, 91, 0.7);
}

.danger-button {
  background: rgba(255, 104, 104, 0.16);
  border-color: rgba(255, 104, 104, 0.35);
}

.print-button {
  background: rgba(72, 209, 122, 0.15);
  border-color: rgba(72, 209, 122, 0.35);
}

.ghost-button { background: transparent; }

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.side-menu {
  position: fixed;
  inset: 76px auto 0 0;
  z-index: 25;
  width: min(88vw, 340px);
  padding: 1rem;
  overflow-y: auto;
  background: rgba(12, 10, 8, 0.98);
  border-right: 1px solid var(--line);
  transform: translateX(-105%);
  transition: transform 180ms ease;
  box-shadow: var(--shadow);
}

.side-menu.open { transform: translateX(0); }

.side-menu a {
  display: block;
  padding: 1rem;
  margin-bottom: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 750;
}

.side-menu hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 1rem 0;
}

.page-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.3rem 0 3rem;
}

.hero,
.panel,
.info-card,
.form-card,
.table-wrap {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(23, 20, 16, 0.88);
  box-shadow: var(--shadow);
}

.hero {
  padding: clamp(1.25rem, 5vw, 3rem);
  overflow: hidden;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  right: -8rem;
  top: -8rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: rgba(216, 180, 91, 0.18);
}

.kicker {
  color: var(--gold-soft);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

h1, h2, h3 { margin: 0; line-height: 1.1; }

h1 {
  margin-top: 0.5rem;
  font-size: clamp(2.1rem, 6vw, 4.4rem);
  letter-spacing: -0.055em;
}

h2 { font-size: clamp(1.65rem, 4vw, 2.55rem); }

h3 { font-size: 1.25rem; }

p { color: var(--muted); line-height: 1.55; }

.big-lead {
  font-size: clamp(1.1rem, 3vw, 1.55rem);
  max-width: 760px;
}

.big-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 1rem;
  margin: 1.2rem 0;
}

.big-tile {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(216, 180, 91, 0.28);
  background:
    linear-gradient(135deg, rgba(216, 180, 91, 0.15), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.big-tile strong {
  display: block;
  font-size: 1.45rem;
}

.big-tile small { color: var(--muted); font-size: 1rem; }

.icon-bubble {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(216, 180, 91, 0.18);
  font-size: 1.6rem;
}

.panel {
  padding: 1.1rem;
  margin: 1rem 0;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.panel-heading p { margin: 0.35rem 0 0; }

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

.info-card {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.info-card p { margin: 0.35rem 0; }

.stat {
  font-size: 2rem;
  font-weight: 900;
  color: var(--gold-soft);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
  font-weight: 780;
}

.status-pill.good { border-color: rgba(72, 209, 122, 0.4); background: rgba(72, 209, 122, 0.14); }
.status-pill.warn { border-color: rgba(255, 209, 102, 0.4); background: rgba(255, 209, 102, 0.12); }
.status-pill.bad { border-color: rgba(255, 104, 104, 0.4); background: rgba(255, 104, 104, 0.13); }

.form-card {
  padding: 1rem;
  margin: 1rem 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.85rem;
  align-items: end;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
}

label { color: var(--gold-soft); font-weight: 800; }

input, select, textarea {
  width: 100%;
  min-height: 50px;
  padding: 0.8rem 0.9rem;
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.28);
}

textarea { min-height: 104px; resize: vertical; }

input:focus, select:focus, textarea:focus, button:focus, a:focus {
  outline: 3px solid rgba(216, 180, 91, 0.5);
  outline-offset: 2px;
}

.actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 1rem;
}

.table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
  box-shadow: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
}

th, td {
  text-align: left;
  padding: 0.9rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  color: var(--gold-soft);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

td button { min-height: 42px; padding: 0.55rem 0.75rem; }

.notice {
  padding: 1rem;
  border: 1px solid rgba(216, 180, 91, 0.38);
  border-radius: 18px;
  background: rgba(216, 180, 91, 0.09);
}

.help-box {
  white-space: pre-wrap;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(72, 209, 122, 0.35);
  background: rgba(72, 209, 122, 0.09);
  color: var(--text);
  line-height: 1.55;
}

.invoice-paper {
  color: #191919;
  background: #fffdf6;
  border-radius: 16px;
  padding: 1.25rem;
  margin: 1rem 0;
}

.invoice-paper p,
.invoice-paper .tiny { color: #444; }

.invoice-paper h2,
.invoice-paper h3 { color: #111; }

.toast {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: min(420px, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid rgba(72, 209, 122, 0.45);
  border-radius: 18px;
  background: #102215;
  color: var(--text);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(1rem);
  pointer-events: none;
  transition: 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.footer {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 3rem;
  border-top: 1px solid var(--line);
}

.tiny { font-size: 0.9rem; }

.hidden { display: none !important; }

@media (max-width: 760px) {
  .topbar { align-items: flex-start; }
  .topbar-actions { display: none; }
  .brand strong { font-size: 0.98rem; }
  .brand small { font-size: 0.78rem; }
  .big-grid { grid-template-columns: 1fr; }
  .big-tile { min-height: 120px; }
  .panel-heading { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
}

@media print {
  body { background: #fff; color: #111; }
  .topbar, .side-menu, .footer, .actions, .toast, .skip-link { display: none !important; }
  .page-shell { width: 100%; padding: 0; }
  .panel, .hero, .info-card, .form-card, .table-wrap { box-shadow: none; border-color: #ccc; background: #fff; color: #111; }
  p, label, th, td { color: #111; }
  a { text-decoration: none; }
}

body.large-text-mode {
  font-size: 18px;
}

body.large-text-mode .big-tile strong {
  font-size: 1.6rem;
}


.footer-logo {
  display: block;
  width: min(340px, 100%);
  max-width: 100%;
  height: auto;
  margin: 0 0 1rem;
  object-fit: contain;
}


/* Guided Add / 4P3X AI™ clarity pass */
.guidance-panel {
  border-color: rgba(72, 209, 122, 0.34);
  background:
    linear-gradient(135deg, rgba(72, 209, 122, 0.08), rgba(159, 122, 234, 0.08)),
    rgba(23, 20, 16, 0.9);
}

.ai-guide-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(216, 180, 91, 0.42);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.ai-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--gold), var(--green));
  color: #130d03;
  font-weight: 950;
  font-size: 1.55rem;
  box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

.review-box {
  white-space: pre-line;
  padding: 1rem;
  border-left: 6px solid var(--green);
  border-radius: 18px;
  background: rgba(72, 209, 122, 0.1);
  line-height: 1.65;
  font-size: 1.08rem;
}

.next-press {
  position: relative;
}

.big-tile:hover,
.big-tile:focus {
  transform: translateY(-2px);
  border-color: rgba(216, 180, 91, 0.72);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.primary-button,
.soft-button,
.admin-link,
.print-button,
.danger-button {
  min-width: 112px;
}

@media (max-width: 760px) {
  .ai-guide-card { grid-template-columns: 1fr; }
  .topbar { min-height: 72px; }
  .brand-logo { width: min(54vw, 260px); }
}

/* 4P3X MuseumVerse™ Confidence Upgrade */
.big-list { font-size: 1.05rem; line-height: 1.85; }
.traffic-card .status-pill { margin-bottom: .75rem; }
.report-paper, .print-pack { background: rgba(255,255,255,.035); border: 1px solid rgba(232,198,111,.22); border-radius: 24px; padding: 1.25rem; margin: 1rem 0; }
.label-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; }
.print-label { background: #fff; color: #111; border: 2px solid #111; border-radius: 14px; padding: 1rem; min-height: 180px; }
.print-label .danger-button, .print-label .soft-button { color: #111; border-color: #111; }
.qr-placeholder { width: 86px; height: 86px; display: grid; place-items: center; border: 2px dashed #111; margin-top: .75rem; font-weight: 800; text-align: center; }
@media print {
  .topbar, .side-menu, .footer, .toast, .actions, .guidance-panel, .skip-link { display: none !important; }
  body { background: #fff !important; color: #111 !important; }
  .panel, .print-pack, .report-paper, .invoice-paper { border: 1px solid #111 !important; background: #fff !important; color: #111 !important; box-shadow: none !important; }
  a { color: #111 !important; text-decoration: none; }
  .print-label { break-inside: avoid; }
}

/* 4P3X AI™ next-button and device sync update */
.ai-next-panel {
  border-color: rgba(72, 209, 122, 0.48);
  background: linear-gradient(135deg, rgba(72, 209, 122, 0.12), rgba(159, 122, 234, 0.1)), rgba(18, 16, 14, 0.94);
}
.next-action-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
.next-action-card {
  padding: 1rem;
  border: 1px solid rgba(232, 198, 111, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}
.next-action-card p {
  margin: .75rem 0 0;
  color: var(--muted);
}
.ai-next-highlight {
  outline: 4px solid rgba(72, 209, 122, 0.72) !important;
  outline-offset: 5px;
  box-shadow: 0 0 0 8px rgba(72, 209, 122, 0.12), 0 18px 46px rgba(0, 0, 0, .32) !important;
}
.qr-sync-box {
  display: grid;
  place-items: center;
  gap: 1rem;
  min-height: 180px;
  padding: 1rem;
  margin: 1rem 0;
  border: 1px dashed rgba(232, 198, 111, 0.45);
  border-radius: 22px;
  background: rgba(255,255,255,.05);
  text-align: center;
}
.qr-sync-box svg {
  width: min(320px, 92vw);
  height: auto;
  border-radius: 18px;
  padding: .75rem;
  background: #fff;
}
.scanner-box {
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid rgba(72, 209, 122, 0.4);
  border-radius: 20px;
  background: rgba(72, 209, 122, 0.08);
}
.scanner-box video {
  width: min(420px, 100%);
  border-radius: 18px;
  display: block;
  margin: 0 auto 1rem;
}
.field textarea[readonly] {
  min-height: 160px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9rem;
}
@media print {
  .ai-next-panel, .qr-sync-box, .scanner-box { display: none !important; }
}

/* 4P3X MuseumVerse™ Asset Location Command Centre additions */
.asset-card {
  border: 1px solid rgba(232, 196, 112, 0.32);
  border-radius: 22px;
  padding: 1rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018));
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}
.asset-card h3 { margin-top: 0; }
.qr-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  min-height: 190px;
  padding: 1rem;
  border-radius: 18px;
  background: #fff;
  color: #111;
}
.asset-map-grid {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border: 2px solid rgba(232, 196, 112, 0.38);
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    radial-gradient(circle at 20% 20%, rgba(65, 214, 150, 0.16), transparent 26%),
    radial-gradient(circle at 78% 28%, rgba(156, 102, 255, 0.16), transparent 26%),
    rgba(8, 8, 10, 0.92);
  background-size: 56px 56px, 56px 56px, auto, auto, auto;
}
.asset-map-grid::before,
.asset-map-grid::after {
  content: '';
  position: absolute;
  border: 1px dashed rgba(232,196,112,0.35);
  border-radius: 18px;
}
.asset-map-grid::before { left: 8%; top: 12%; width: 36%; height: 56%; }
.asset-map-grid::after { right: 8%; top: 18%; width: 34%; height: 48%; }
.asset-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  min-width: 74px;
  min-height: 48px;
  border: 2px solid rgba(255,255,255,0.55);
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #f4e6a4);
  color: #111;
  font-weight: 900;
  box-shadow: 0 12px 34px rgba(0,0,0,0.38);
  cursor: pointer;
}
.asset-marker.high { background: linear-gradient(135deg, #f4e6a4, #9c66ff); color: #120c1d; }
.asset-marker span { display: block; padding: 0.35rem 0.55rem; font-size: 0.72rem; }
.map-label {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  background: rgba(0,0,0,0.65);
  border: 1px solid rgba(232,196,112,0.42);
  color: #f7e7ba;
  font-weight: 700;
}
@media (max-width: 720px) {
  .asset-map-grid { min-height: 340px; }
  .asset-marker { min-width: 62px; min-height: 44px; }
  .asset-marker span { font-size: 0.65rem; }
}


/* Paper-style rota system based on the museum rota sheet */
.rota-paper {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
    rgba(18, 15, 12, 0.94);
}
.inline-date {
  width: auto;
  min-width: 190px;
  display: inline-block;
  margin-left: 0.4rem;
}
.rota-sheet-table table {
  min-width: 860px;
}
.rota-sheet-table caption {
  caption-side: top;
  text-align: left;
  padding: 0.9rem;
  color: var(--gold-soft);
  font-weight: 900;
  font-size: 1.2rem;
}
.rota-name-input {
  min-width: 150px;
  min-height: 54px;
  font-size: 1.05rem;
  font-weight: 800;
}
.empty-rota-box {
  border-color: rgba(255, 209, 102, 0.72);
  background: rgba(255, 209, 102, 0.08);
}
.next-rota-box {
  border-color: rgba(72, 209, 122, 0.95);
  box-shadow: 0 0 0 4px rgba(72, 209, 122, 0.16), 0 0 26px rgba(72, 209, 122, 0.25);
}
.next-card {
  border-color: rgba(72, 209, 122, 0.55);
  background: rgba(72, 209, 122, 0.1);
}
.pulse-focus {
  animation: rotaPulse 1.4s ease-in-out;
}
@keyframes rotaPulse {
  0%, 100% { transform: scale(1); }
  40% { transform: scale(1.04); box-shadow: 0 0 0 7px rgba(216, 180, 91, 0.18); }
}
.month-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}
.month-card {
  border: 1px solid rgba(216, 180, 91, 0.24);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255,255,255,0.045);
}
.month-card ul {
  list-style: none;
  padding: 0;
  margin: 0.7rem 0 0;
}
.month-card li {
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.month-card small {
  display: block;
  color: var(--muted);
  margin-top: 0.25rem;
}
.tiny-button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.07);
  color: var(--text);
  padding: 0.35rem 0.65rem;
  font-weight: 750;
}
@media (max-width: 760px) {
  .inline-date { width: 100%; margin: 0.5rem 0 0; }
  .rota-name-input { min-width: 170px; }
}
@media print {
  .next-options, .guidance-panel, #installButton, .soft-button, .primary-button, .danger-button, .tiny-button { display: none !important; }
  .rota-paper, .rota-sheet-table, .month-card { border-color: #111 !important; background: #fff !important; color: #111 !important; }
  .rota-name-input, .inline-date { color: #111; border: 0; background: transparent; padding: 0; min-height: auto; }
}

/* Single-page February to December rota calendar */
.dual-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
}
.rota-calendar-form {
  border: 1px solid rgba(216, 180, 91, 0.22);
  border-radius: 18px;
  padding: 1rem;
  background: rgba(255,255,255,0.04);
}
.month-section {
  margin-top: 0.9rem;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.month-section h4 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  color: var(--gold);
}
.away-row {
  background: rgba(255, 99, 99, 0.08);
  border-radius: 12px;
  padding-left: 0.55rem !important;
  padding-right: 0.55rem !important;
}
.can-help-row {
  background: rgba(72, 209, 122, 0.08);
  border-radius: 12px;
  padding-left: 0.55rem !important;
  padding-right: 0.55rem !important;
}
@media print {
  .dual-form-grid, .guidance-panel, .topbar, .side-menu, .footer, .toast { display: none !important; }
  .month-grid { grid-template-columns: repeat(3, 1fr) !important; gap: 0.35rem !important; }
  .month-card { break-inside: avoid; page-break-inside: avoid; padding: 0.45rem !important; font-size: 10pt; }
  .month-card h3 { margin: 0 0 0.2rem !important; }
  .month-card li { padding: 0.25rem 0.3rem !important; }
}
