/* najboljsicasino.si – independent design system */
:root {
  --bg: #f4f6f9;
  --surface: #ffffff;
  --ink: #0f172a;
  --ink-muted: #475569;
  --ink-soft: #64748b;
  --brand: #0b3d2e;
  --brand-light: #145c45;
  --accent: #d4a017;
  --accent-soft: #f5e6b8;
  --accent-glow: rgba(212, 160, 23, 0.18);
  --border: #e2e8f0;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  --shadow-lg: 0 20px 50px rgba(15, 23, 42, 0.1);
  --font: "DM Sans", system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, serif;
  --max: 1180px;
  --header-h: 72px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 62.5%; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.7rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
img[class*="avatar"] { object-fit: cover; }

/* Fixed-size icons (override global img scaling) */
.rating-item__icon {
  width: 4.8rem;
  height: 4.8rem;
  max-width: 4.8rem;
  max-height: 4.8rem;
  margin-bottom: 1.2rem;
  padding: 0.8rem;
  background: var(--accent-glow);
  border-radius: 12px;
  object-fit: contain;
  box-sizing: border-box;
}
.contact-info-list__icon img {
  width: 2.2rem;
  height: 2.2rem;
  max-width: 2.2rem;
  max-height: 2.2rem;
  object-fit: contain;
}
.contact-topic__icon {
  width: 5.6rem;
  height: 5.6rem;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-glow);
  border-radius: 12px;
}
.contact-topic__icon img {
  width: 3.2rem;
  height: 3.2rem;
  max-width: 3.2rem;
  max-height: 3.2rem;
  object-fit: contain;
  margin: 0;
}

/* Hero & article illustrations */
.hero__visual img {
  width: 100%;
  max-height: 34rem;
  object-fit: contain;
}
.figure img {
  width: 100%;
  max-height: 40rem;
  object-fit: cover;
}
.figure--contain img {
  max-height: 28rem;
  object-fit: contain;
  background: var(--bg);
}
.figure--banner img {
  max-height: 12rem;
  object-fit: contain;
  padding: 1.6rem;
  background: var(--surface);
}
a { color: var(--brand-light); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
}
h1 { font-size: clamp(3rem, 5vw, 4.4rem); margin: 0 0 1.6rem; }
h2 { font-size: clamp(2.4rem, 3.5vw, 3.2rem); margin: 4.8rem 0 1.6rem; }
h3 { font-size: 2rem; margin: 2.4rem 0 1rem; }
h4 { font-size: 1.8rem; margin: 1.6rem 0 0.8rem; }
p { margin: 0 0 1.6rem; color: var(--ink-muted); }
ul, ol { margin: 0 0 1.6rem; padding-left: 2rem; color: var(--ink-muted); }
li { margin-bottom: 0.6rem; }
li::marker { color: var(--accent); }

.container {
  width: min(100% - 3.2rem, var(--max));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(135deg, #071f18 0%, var(--brand) 55%, #0a2e22 100%);
  border-bottom: 1px solid rgba(212, 160, 23, 0.25);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 2rem;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}
.site-logo:hover { color: var(--accent-soft); }
.site-logo__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--accent), #b8860b);
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--brand);
  flex-shrink: 0;
}
.site-logo__text span { color: var(--accent); }
.site-nav ul {
  display: flex;
  gap: 0.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a {
  display: block;
  padding: 0.8rem 1.4rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 8px;
  text-decoration: none;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.8rem;
  cursor: pointer;
  color: #fff;
}
.menu-toggle span {
  display: block;
  width: 2.4rem;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
  transition: 0.3s;
}

/* Hero */
.hero {
  background: linear-gradient(160deg, #071f18 0%, var(--brand) 40%, #145c45 100%);
  color: #fff;
  padding: 5rem 0 6rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 160, 23, 0.15) 0%, transparent 50%),
    radial-gradient(circle at 10% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 1; }
.hero__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}
.hero h1 { color: #fff; }
.hero__lead {
  font-size: 1.9rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 2.4rem;
}
.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(212, 160, 23, 0.35);
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--accent-soft);
}
.hero__visual {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid rgba(212, 160, 23, 0.3);
}
.hero--compact { padding: 4rem 0; }
.hero--compact h1 { font-size: clamp(2.8rem, 4vw, 3.6rem); }

/* Layout */
.page-body { padding: 4rem 0 6rem; }
.content-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 4rem;
  align-items: start;
}
.toc {
  position: sticky;
  top: calc(var(--header-h) + 2rem);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow);
}
.toc__title {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ink-soft);
  margin: 0 0 1.2rem;
}
.toc ul { list-style: none; padding: 0; margin: 0; }
.toc li { margin: 0; }
.toc a {
  display: block;
  padding: 0.6rem 0;
  font-size: 1.4rem;
  color: var(--ink-muted);
  border-bottom: 1px solid var(--border);
  text-decoration: none;
}
.toc a:hover { color: var(--brand-light); }
.toc li:last-child a { border-bottom: none; }

.article { min-width: 0; }
.article > *:first-child { margin-top: 0; }

/* Cards & blocks */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.4rem;
  margin: 2.4rem 0;
  box-shadow: var(--shadow);
}
.card--accent {
  border-left: 4px solid var(--accent);
  background: linear-gradient(135deg, #fff 0%, #fffdf5 100%);
}
.rating-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.6rem;
  margin: 2.4rem 0;
}
.rating-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.rating-item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.rating-item h3 { font-size: 1.7rem; margin: 0 0 0.8rem; }
.rating-item p { font-size: 1.5rem; margin: 0; }

/* Casino cards */
.casino-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 3.2rem 0;
  box-shadow: var(--shadow);
}
.casino-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 2rem 2.4rem;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
  color: #fff;
}
.casino-card__rank {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--accent);
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.casino-card__title {
  flex: 1;
  margin: 0;
  font-size: 2.4rem;
  color: #fff;
}
.casino-card__score {
  text-align: right;
}
.casino-card__score-val {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.casino-card__score-label { font-size: 1.2rem; opacity: 0.8; }
.casino-card__body { padding: 2.4rem; }
.casino-specs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.2rem;
  margin-bottom: 2rem;
  padding: 1.6rem;
  background: var(--bg);
  border-radius: var(--radius);
}
.casino-specs dt {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  margin-bottom: 0.2rem;
}
.casino-specs dd {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--ink);
}

/* Widget */
.widget-wrap {
  margin: 3.2rem 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.widget-wrap iframe { width: 100%; border: none; display: block; }

/* Illustrations */
.figure {
  margin: 3.2rem 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--surface);
}
.figure img { width: 100%; }
.figure figcaption {
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  color: var(--ink-soft);
  background: var(--surface);
  border-top: 1px solid var(--border);
}

/* Lists styled */
.checklist {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.checklist li {
  position: relative;
  padding: 1.2rem 1.2rem 1.2rem 3.6rem;
  margin-bottom: 0.8rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.checklist li::before {
  content: "✓";
  position: absolute;
  left: 1.2rem;
  top: 1.2rem;
  width: 2rem;
  height: 2rem;
  background: var(--accent-glow);
  color: var(--brand-light);
  border-radius: 50%;
  font-size: 1.1rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.checklist strong { color: var(--ink); display: block; margin-bottom: 0.4rem; }

.warn-list li::marker { color: #dc2626; }

/* Tips grid */
.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.6rem;
  margin: 2.4rem 0;
}
.tip-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
}
.tip-card__num {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  background: var(--brand);
  color: var(--accent);
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.tip-card h3 { font-size: 1.7rem; margin: 0 0 0.8rem; }
.tip-card p { font-size: 1.5rem; margin: 0; }

/* FAQ */
.faq { margin: 2.4rem 0; }
.faq__item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 1rem;
  overflow: hidden;
}
.faq__item summary {
  padding: 1.6rem 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: "+";
  font-size: 2rem;
  color: var(--accent);
  font-weight: 400;
  transition: transform 0.2s;
}
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p {
  padding: 0 2rem 1.6rem;
  margin: 0;
  font-size: 1.55rem;
}

/* Author */
.author-strip {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 1.6rem 2rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin: 2.4rem 0;
}
.author-strip__avatar {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent-soft);
  flex-shrink: 0;
}
.author-strip__name { font-weight: 700; font-size: 1.7rem; color: var(--ink); margin: 0; }
.author-strip__meta { font-size: 1.4rem; color: var(--ink-soft); margin: 0.2rem 0 0; }

.author-profile {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 3.2rem;
  align-items: start;
}
.author-profile__side {
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 3rem 2rem;
  box-shadow: var(--shadow);
}
.author-profile__avatar {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid var(--accent);
  margin: 0 auto 1.6rem;
}
.author-profile__tag {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background: var(--accent-glow);
  color: var(--brand);
  border-radius: 100px;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
}
.author-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.author-tags li {
  padding: 0.5rem 1.2rem;
  background: var(--bg);
  border-radius: 8px;
  font-size: 1.4rem;
  color: var(--ink-muted);
  margin: 0;
}

/* About / legal pages */
.prose { max-width: 780px; }
.prose h2 { margin-top: 3.2rem; }
.legal-section { margin-bottom: 3.2rem; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.2rem 2.4rem;
  font-family: var(--font);
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(11, 61, 46, 0.25);
}
.btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(11, 61, 46, 0.35);
}
.btn--outline {
  background: transparent;
  color: var(--brand);
  border: 2px solid var(--brand);
  box-shadow: none;
}
.btn--outline:hover {
  background: var(--brand);
  color: #fff;
}

/* Contact page */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3.2rem;
  align-items: start;
}
.contact-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius-lg);
  padding: 2.4rem 2.8rem;
  margin-bottom: 1.6rem;
  box-shadow: var(--shadow);
}
.contact-card__label {
  margin: 0 0 1.2rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-light);
}
.contact-card__name {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 600;
  color: var(--ink);
}
.contact-card__role {
  margin: 0 0 1.6rem;
  font-size: 1.5rem;
  color: var(--ink-soft);
}
.contact-card__email {
  margin: 0 0 1.2rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.contact-card__email a { color: var(--brand-light); }
.contact-card__email a:hover { color: var(--accent); }
.contact-card__note {
  margin: 0;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border);
  font-size: 1.4rem;
  color: var(--ink-soft);
}
.contact-card--person {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}
.contact-card__avatar {
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--accent-soft);
  flex-shrink: 0;
}
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  font-size: 1.5rem;
  color: var(--ink-muted);
}
.contact-info-list li:last-child { border-bottom: none; }
.contact-info-list strong {
  display: block;
  color: var(--ink);
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
}
.contact-info-list__icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: var(--accent-glow);
  border-radius: 10px;
  font-size: 1.8rem;
}
.contact-form {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 3.2rem;
  box-shadow: var(--shadow);
}
.contact-form__title {
  margin: 0 0 0.8rem;
  font-family: var(--font-display);
  font-size: 2.4rem;
}
.contact-form__desc {
  margin: 0 0 2.4rem;
  font-size: 1.5rem;
  color: var(--ink-soft);
}
.form-group { margin-bottom: 1.6rem; }
.form-group label {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--ink);
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 1.2rem 1.4rem;
  font-family: var(--font);
  font-size: 1.5rem;
  color: var(--ink);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--brand-light);
  box-shadow: 0 0 0 3px rgba(20, 92, 69, 0.12);
}
.form-group textarea { min-height: 140px; resize: vertical; }
.form-actions { margin-top: 2rem; }
.form-actions .btn { width: 100%; }
.form-note {
  margin: 1.2rem 0 0;
  font-size: 1.3rem;
  color: var(--ink-soft);
  text-align: center;
}
.contact-topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  margin-top: 4.8rem;
}
.contact-topic {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
}
.contact-topic h3 {
  font-size: 1.6rem;
  margin: 0 0 0.6rem;
}
.contact-topic p {
  font-size: 1.4rem;
  margin: 0;
}

/* Footer */
.site-footer {
  background: linear-gradient(160deg, #071f18, var(--brand));
  color: rgba(255, 255, 255, 0.75);
  padding: 4.8rem 0 2.4rem;
  margin-top: 4rem;
}
.site-footer a { color: var(--accent-soft); }
.site-footer a:hover { color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3.2rem;
  margin-bottom: 3.2rem;
}
.footer-brand p { font-size: 1.5rem; line-height: 1.65; }
.footer-nav h4 {
  color: #fff;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 1.2rem;
}
.footer-nav ul { list-style: none; padding: 0; margin: 0; }
.footer-nav li { margin-bottom: 0.6rem; }
.footer-nav a { font-size: 1.5rem; text-decoration: none; }
.footer-responsible {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: var(--radius);
  margin-bottom: 2.4rem;
}
.footer-responsible img {
  height: 4rem;
  width: auto;
  max-width: 12rem;
  object-fit: contain;
  flex-shrink: 0;
}
.footer-responsible p { margin: 0; font-size: 1.4rem; flex: 1; min-width: 200px; }
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1.3rem;
}

/* Responsive */
@media (max-width: 960px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { max-width: 480px; margin: 0 auto; }
  .content-grid { grid-template-columns: 1fr; }
  .toc { position: static; }
  .author-profile { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-topics { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .menu-toggle { display: block; }
  .site-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    background: var(--brand);
    padding: 1.6rem;
    transform: translateY(-120%);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
    border-bottom: 1px solid rgba(212, 160, 23, 0.25);
  }
  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav ul { flex-direction: column; }
  .site-nav a { padding: 1.2rem; font-size: 1.6rem; }
  .casino-card__header { flex-direction: column; align-items: flex-start; }
  .casino-card__score { text-align: left; }
}
