/* ============================================================
   c9.css — competitor: casino-med-svensk-licens.net
   Style: Light/white content-first affiliate review layout.
   Lato-style sans font, light-blue nav bar, green CTA buttons,
   navy text, TablePress-style bordered comparison tables,
   sticky TOC band, step-by-step numbered list, FAQ +/- accordion.
   All colors → var(--wd-*). Zero hardcoded competitor colors.
   ============================================================ */

/* ── BASE / TYPOGRAPHY ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { overflow-x: hidden; }

body {
  font-family: Lato, 'Lato-fallback', system-ui, -apple-system, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.625;
  background: var(--yjh7lef);
  color: var(--yj8j289);
}

@font-face {
  font-family: 'Lato-fallback';
  size-adjust: 100%;
  ascent-override: 99%;
  src: local("Arial Bold");
  font-weight: bold;
}
@font-face {
  font-family: 'Lato-fallback';
  size-adjust: 100%;
  ascent-override: 99%;
  src: local("Arial");
}

a { color: var(--ybqluag); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3, h4 {
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: var(--yj8j289);
}

/* ── LAYOUT WRAPPER ── */
.c9-base-width { max-width: 1040px; margin: 0 auto; }
.c9-content-width { max-width: 700px; margin: 0 auto; }

/* ── NAVIGATION ── */
.c9-nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--ybqluag);
  box-shadow: 0 1px 4px rgba(0,0,0,.15);
}

.c9-nav-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 1.25rem;
  height: 4rem;
}

.c9-nav-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.c9-nav-logo img { max-height: 36px; width: auto; }

/* desktop nav — hidden on mobile via responsive rules below */
.c9-nav-links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
}

.c9-nav-links a {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ybv7na5);
  text-decoration: none;
  transition: opacity .15s;
}
.c9-nav-links a:hover { opacity: 0.8; text-decoration: none; }

/* CTA button in nav */
.c9-nav-cta {
  display: inline-block;
  background: var(--ybqluag);
  color: var(--yw0ybm3);
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.c9-nav-cta:hover { filter: brightness(1.08); text-decoration: none; }

/* burger button */
.c9-burger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  line-height: 0;
  color: var(--ybv7na5);
}
.c9-burger svg { display: block; }

/* mobile menu */
.c9-mobmenu {
  display: none;
  flex-direction: column;
  background: var(--ybv7na5);
  padding: 0.75rem 1.25rem 1rem;
  border-top: 1px solid rgba(0,0,0,.08);
  list-style: none;
}
.c9-mobmenu.open { display: flex; }
.c9-mobmenu li + li { border-top: 1px solid rgba(0,0,0,.07); }
.c9-mobmenu a {
  display: block;
  padding: 0.65rem 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--yj8j289);
  text-decoration: none;
}
.c9-mobmenu .c9-mob-cta {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  background: var(--ybqluag);
  color: var(--yw0ybm3);
  padding: 0.65rem;
  border-radius: 0.25rem;
  font-weight: 700;
}

/* spacer under fixed nav */
.c9-nav-spacer { height: 4rem; }

/* ── TOC STICKY BAND ── */
.c9-toc-band {
  position: sticky;
  top: 4rem;
  z-index: 100;
  background: var(--ybv7na5);
  border-bottom: 1px solid color-mix(in srgb, var(--yj8j289) 12%, transparent);
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

.c9-toc-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.c9-toc-label {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ybm3ife);
  white-space: nowrap;
}

.c9-toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.65rem;
  list-style: none;
}
.c9-toc-links a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ybqluag);
  text-decoration: none;
}
.c9-toc-links a:hover { text-decoration: underline; }

/* ── MAIN CONTENT WRAPPER ── */
.c9-main {
  max-width: 1040px;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
}

/* ── PAGE HEADER (H1 + meta) ── */
.c9-page-header {
  margin-bottom: 1.5rem;
}

.c9-page-header h1 {
  font-size: 1.5rem;
  line-height: 1.3;
  color: var(--yj8j289);
  margin-bottom: 0.5rem;
}

.c9-post-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: color-mix(in srgb, var(--yj8j289) 82%, transparent);
  margin-bottom: 1rem;
}
.c9-post-meta span { display: flex; align-items: center; gap: 0.25rem; }

/* rating schema inline */
.c9-rating-schema {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.82rem;
  color: color-mix(in srgb, var(--yj8j289) 65%, transparent);
  margin-bottom: 1rem;
}
.c9-stars {
  color: var(--ytvvc40);
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}

/* intro text */
.c9-intro {
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--yj8j289);
  margin-bottom: 1.25rem;
}
.c9-intro p { margin-bottom: 0.75rem; }

/* ── COMPARISON TABLE (TablePress style) ── */
.c9-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}

.c9-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  background: var(--ybv7na5);
}

.c9-table-wrap thead tr {
  background: var(--ybqluag);
}
.c9-table-wrap thead th {
  padding: 0.75rem 0.9rem;
  text-align: left;
  color: var(--yw0ybm3);
  font-weight: 700;
  border: 1px solid color-mix(in srgb, var(--ybqluag) 70%, transparent);
  white-space: nowrap;
}

.c9-table-wrap tbody tr:nth-child(even) {
  background: color-mix(in srgb, var(--ybv7na5) 85%, var(--yjh7lef));
}
.c9-table-wrap tbody tr:hover {
  background: color-mix(in srgb, var(--ybqluag) 6%, var(--ybv7na5));
}
.c9-table-wrap td {
  padding: 0.75rem 0.9rem;
  border: 1px solid color-mix(in srgb, var(--yj8j289) 12%, transparent);
  vertical-align: middle;
  color: var(--yj8j289);
}

/* casino logo cell */
.c9-casino-logo-cell img {
  max-width: 120px;
  height: 50px;
  object-fit: contain;
  display: block;
  background: #e8eaed;
  border-radius: 4px;
  padding: 4px;
}

/* visit button in table */
.c9-visit-btn {
  display: inline-block;
  background: var(--ytvvc40);
  color: var(--yw0ybm3);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 1.1rem;
  border-radius: 0.25rem;
  text-decoration: none;
  white-space: nowrap;
  transition: filter .15s;
}
.c9-visit-btn:hover { filter: brightness(1.1); text-decoration: none; }

/* bonus list in table */
.c9-table-wrap td ul { padding-left: 1.1rem; margin: 0; }
.c9-table-wrap td li { margin: 0.2rem 0; font-size: 0.84rem; }

/* ── ARTICLE BODY (content sections) ── */
.c9-article {
  max-width: 700px;
  margin: 0 auto;
}

.c9-article h2 {
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--yj8j289);
  margin: 2.5rem 0 0.75rem;
  line-height: 1.35;
  scroll-margin-top: 6rem;
}

.c9-article h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--yj8j289);
  margin: 1.75rem 0 0.5rem;
}

.c9-article p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--yj8j289);
  margin: 0.75rem 0;
}

.c9-article ul, .c9-article ol {
  padding-left: 1.5rem;
  margin: 0.75rem 0;
  color: var(--yj8j289);
}
.c9-article li {
  margin: 0.6rem 0;
  line-height: 1.6;
}

.c9-article strong { color: var(--yj8j289); }
.c9-article a { color: var(--ybqluag); }
.c9-article a:hover { text-decoration: underline; }

/* data table inside article */
.c9-article table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  margin: 1.25rem 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c9-article table th {
  background: var(--ybqluag);
  color: var(--yw0ybm3);
  padding: 0.65rem 0.75rem;
  text-align: center;
  border: 1px solid color-mix(in srgb, var(--ybqluag) 60%, transparent);
}
.c9-article table td {
  padding: 0.6rem 0.75rem;
  border: 1px solid color-mix(in srgb, var(--yj8j289) 12%, transparent);
  text-align: center;
  color: var(--yj8j289);
}
.c9-article table tr:nth-child(even) td {
  background: color-mix(in srgb, var(--ybv7na5) 70%, var(--yjh7lef));
}

/* ── STEP-BY-STEP (numbered, dotted line) ── */
.c9-steps {
  max-width: 600px;
  margin: 2.5rem auto;
  position: relative;
}

.c9-steps ol {
  list-style: none;
  padding: 2rem 0;
  position: relative;
  counter-reset: c9step;
}

/* dotted vertical line */
.c9-steps ol::before {
  content: '';
  position: absolute;
  top: 0;
  left: 2.45rem;
  width: 1.3rem;
  height: 100%;
  background: radial-gradient(ellipse at center, var(--ytvvc40) 0%, var(--ytvvc40) 30%, transparent 30%);
  background-size: 0.5rem 0.5rem;
  background-repeat: repeat-y;
  background-position: center center;
}

.c9-steps::before, .c9-steps::after {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  background: var(--ytvvc40);
  border-radius: 50%;
  position: absolute;
  left: 2.45rem;
}
.c9-steps::before { top: -1.3rem; }
.c9-steps::after  { bottom: -1.3rem; }

.c9-steps ol li {
  counter-increment: c9step;
  position: relative;
  padding: 0 0 2.5rem 5rem;
  color: var(--yj8j289);
  font-size: 0.95rem;
  line-height: 1.55;
}
.c9-steps ol li:last-child { padding-bottom: 0; }

/* big step number */
.c9-steps ol li::before {
  content: counter(c9step);
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 0.4;
  color: color-mix(in srgb, var(--ybqluag) 55%, transparent);
  position: absolute;
  left: 0;
  top: 0;
}
/* dot on the line */
.c9-steps ol li::after {
  content: '';
  position: absolute;
  left: 2.65rem;
  top: 0.3rem;
  width: 0.9rem;
  height: 0.9rem;
  background: var(--ytvvc40);
  border-radius: 50%;
}

/* ── FAQ ACCORDION (+ / − icons) ── */
.c9-faq-section {
  background: var(--ybv7na5);
  border-radius: 0.5rem;
  padding: 2rem 1.5rem 1.5rem;
  max-width: 700px;
  margin: 2.5rem auto;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
  position: relative;
}

.c9-faq-icon-top {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 56px;
  background: var(--ybv7na5);
  text-align: center;
  padding: 0.15rem 0 0;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -1px 4px rgba(0,0,0,.06);
}

.c9-faq-title {
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--yj8j289);
  margin: 0 0 1.25rem;
  text-align: center;
}

.c9-faq-item {
  border-top: 1px solid color-mix(in srgb, var(--yj8j289) 12%, transparent);
  padding: 0.5rem 0;
  cursor: pointer;
}
.c9-faq-item:last-of-type { padding-bottom: 0; }

.c9-faq-q {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: start;
  gap: 0.5rem;
}

.c9-faq-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-top: 2px;
}
.c9-faq-icon .c9-minus { display: none; }

.c9-faq-item.open .c9-faq-icon .c9-plus  { display: none; }
.c9-faq-item.open .c9-faq-icon .c9-minus { display: block; }

.c9-faq-heading {
  font-size: 1rem;
  font-weight: 700;
  color: var(--yj8j289);
  line-height: 1.45;
  padding: 0.35rem 0;
}

.c9-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.28s cubic-bezier(0.77, 0, 0.175, 1), opacity .18s ease;
  padding-left: 2.5rem;
}
.c9-faq-item.open .c9-faq-answer {
  max-height: 800px;
  overflow: visible;
  opacity: 1;
}
.c9-faq-answer p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--yj8j289);
  margin: 0.5rem 0;
}

/* ── AUTHOR BOX ── */
.c9-author-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: var(--ybv7na5);
  border: 1px solid color-mix(in srgb, var(--yj8j289) 10%, transparent);
  border-radius: 0.5rem;
  padding: 1.25rem;
  max-width: 700px;
  margin: 2rem auto;
}
.c9-author-av {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 64px;
  border: 2px solid var(--ybqluag);
  background: #e8eaed;
}
.c9-author-meta { flex: 1 1 auto; }
.c9-author-name {
  font-weight: 700;
  color: var(--ybqluag);
  font-size: 0.95rem;
  display: block;
  margin-bottom: 0.25rem;
}
.c9-author-bio {
  font-size: 0.84rem;
  color: color-mix(in srgb, var(--yj8j289) 75%, transparent);
  line-height: 1.5;
}

/* ── LAST UPDATED ── */
.c9-last-updated {
  display: block;
  text-align: center;
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--yj8j289) 82%, transparent);
  margin: 1.5rem 0;
}

/* ── FOOTER ── */
.c9-footer {
  background: var(--ybqluag);
  color: var(--yw0ybm3);
  text-align: center;
  margin-top: 2rem;
}

.c9-footer-main {
  max-width: 1040px;
  margin: 0 auto;
  padding: 2rem 1.25rem 1.5rem;
}

.c9-footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.c9-footer-logo img { max-height: 36px; width: auto; }

.c9-footer-disclaimer {
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--yw0ybm3);
  max-width: 680px;
  margin: 0 auto 1.25rem;
}
.c9-footer-disclaimer p { margin-bottom: 0.5rem; }
.c9-footer-disclaimer a { color: var(--yw0ybm3); text-decoration: underline; }

.c9-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  margin: 1rem 0;
  font-size: 0.84rem;
}
.c9-footer-links a {
  color: var(--yw0ybm3);
  text-decoration: none;
}
.c9-footer-links a:hover { text-decoration: underline; }

.c9-footer-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}
.c9-footer-badge {
  background: rgba(255,255,255,.15);
  border-radius: 0.4rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--yw0ybm3);
}

.c9-footer-copy {
  border-top: 1px solid rgba(255,255,255,.25);
  padding: 0.85rem 1.25rem;
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--yw0ybm3) 82%, transparent);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .c9-nav-links { display: none; }
  .c9-nav-cta-desktop { display: none; }
  .c9-burger { display: inline-flex; }

  .c9-page-header h1 { font-size: 1.3rem; }
  .c9-article h2 { font-size: 1.1rem; }

  .c9-toc-links { display: none; }
  .c9-toc-label { font-size: 0.78rem; }
  .c9-toc-toggle {
    display: inline-block;
    font-size: 0.78rem;
    color: var(--ybqluag);
    cursor: pointer;
    text-decoration: underline;
    margin-left: 0.5rem;
  }
  .c9-toc-links.toc-open { display: flex; width: 100%; margin-top: 0.5rem; }
}

@media (min-width: 769px) {
  .c9-toc-toggle { display: none; }
  .c9-page-header h1 { font-size: 2rem; }
  .c9-article h2 { font-size: 1.6rem; }
  .c9-article h3 { font-size: 1.2rem; }
  .c9-nav-cta-desktop { display: inline-block; }
}

@media (min-width: 1040px) {
  .c9-main { padding: 2rem 0 3rem; }
}

/* Спільний addon поверх будь-якого AffBulk-шаблону: наш доп.контент,
   якого нема в базових шаблонах (games-грід, pros/cons, dev-ribbon).
   Кольори — з нашої палітри (інжектиться інлайн :root у шаблоні). */
.ywn0wuf{position:fixed;top:0;left:0;z-index:9999;background:var(--ytvvc40);
  color:#e8eaed;font:600 11px/1 system-ui,sans-serif;padding:5px 9px;border-bottom-right-radius:6px;opacity:.85}

.ycyhdh4{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;margin:18px 0}
.yi651yn{background:var(--ybv7na5);border:1px solid rgba(255,255,255,.08);border-radius:12px;
  overflow:hidden;display:flex;flex-direction:column}
.yi651yn img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:#1d1605}
.yi651yn .ya5q4ar{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;
  text-align:center;padding:8px;font:600 13px/1.2 system-ui;color:var(--yj8j289);background:#1d1605}
.yi651yn figcaption{padding:9px 11px;display:flex;flex-direction:column;gap:2px}
.yi651yn strong{font-size:13px;color:var(--yj8j289)}
.yi651yn span{font-size:11px;color:var(--ybm3ife)}
.yi651yn .ymaab37{color:var(--ybqluag);font-weight:600}

.ys8iu5t{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0}
@media(max-width:640px){.ys8iu5t{grid-template-columns:1fr}}
.ys8iu5t>div{background:var(--ybv7na5);border-radius:12px;padding:14px 16px;
  border:1px solid rgba(255,255,255,.08)}
.ys8iu5t h3{margin:0 0 8px}
.ys8iu5t .ygo7ath h3{color:var(--yj8j289)}.ys8iu5t .yfatokz h3{color:var(--yj8j289)}
.ys8iu5t ul{margin:0;padding-left:18px}.ys8iu5t li{margin:4px 0}

/* CTA-band з фоновою картинкою з пулу (freeze підставляє /asset/secbg/<n>.jpg per-site).
   Фон у var(--yzvl5on) → дефолт-градієнт, якщо пулу нема. Текст поверх тёмного оверлею. */
.yr09r47{position:relative;margin:34px 0;padding:52px 28px;border-radius:16px;overflow:hidden;
  text-align:center;isolation:isolate;
  background:var(--yzvl5on,linear-gradient(135deg,var(--ybv7na5),var(--yjh7lef))) center/cover no-repeat}
.yr09r47::before{content:"";position:absolute;inset:0;z-index:-1;
  background:linear-gradient(120deg,rgba(8,10,15,.82),rgba(8,10,15,.5))}
.yr09r47 h2{margin:0 0 8px;font-size:1.7rem;color:var(--yj8j289)}
.yr09r47 p{margin:0 auto 20px;max-width:560px;color:var(--yj8j289);opacity:.9}
.yr09r47 .ypdrq05{display:inline-block;background:var(--ybqluag);color:#1f1805;
  font-weight:800;padding:14px 34px;border-radius:11px;text-decoration:none;font-size:1.02rem}
.yr09r47 .ypdrq05:hover{filter:brightness(1.08)}

/* внутрішня перелінковка «Explore more» — freeze інжектить перед <footer> */
.ykhp9ml{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;justify-content:center;
  max-width:1100px;margin:28px auto;padding:16px 20px;border-radius:14px;
  background:var(--ybv7na5);border:1px solid rgba(255,255,255,.08)}
.ykhp9ml span{color:var(--ybm3ife);font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.ykhp9ml a{color:var(--ybqluag);text-decoration:none;font-weight:600;font-size:14px;
  padding:6px 14px;border-radius:8px;background:rgba(255,255,255,.04)}
.ykhp9ml a:hover{background:rgba(255,255,255,.1)}

/* сервіс-лінки у футер (мульти-сторінка) — freeze інжектить перед </footer> */
.ytxrll0{display:flex;flex-wrap:wrap;gap:8px 18px;justify-content:center;padding:18px 16px;
  border-top:1px solid rgba(255,255,255,.08);margin-top:14px}
.ytxrll0 a{color:var(--ybm3ife);text-decoration:none;font-size:13px}
.ytxrll0 a:hover{color:var(--ybqluag)}

.yhx1mbf{height:34px;width:auto;display:inline-block;vertical-align:middle}
.yvzwvhs{display:flex;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0;align-items:center}
.yvzwvhs li{display:flex}
.yiys06d{height:28px;width:auto;display:block;border-radius:6px}
/* плоская футер-ссылка (quick-links): НЕ кнопка — иначе ряд градиент-блоков «разъезжается» */
.yt706bz{color:var(--ybm3ife);text-decoration:none;font-size:14px;font-weight:600;background:none;padding:0;white-space:nowrap}
.yt706bz:hover{color:var(--ybqluag);text-decoration:underline}
/* ── автор (E-E-A-T): байлайн + страница автора + контактная форма ── */
.yps055m{display:flex;align-items:center;gap:11px;margin:14px 0 22px;padding:10px 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.yps055m-av{border-radius:50%;object-fit:cover;flex:0 0 auto}
.yps055m-t{display:flex;flex-direction:column;font-size:14px;line-height:1.4}
.yps055m-t a{color:var(--ybqluag);text-decoration:none;font-weight:700}
.yps055m-meta{color:var(--ybm3ife);font-size:12px}
.yupzwkv{background:var(--yjh7lef);color:var(--yj8j289);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;margin:0}
.ykbcsnn{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;padding:16px 5vw;border-bottom:1px solid rgba(255,255,255,.08)}
.yb9ekvy{color:var(--ybqluag);font-weight:800;font-size:20px;text-decoration:none}
.ykbcsnn nav{display:flex;flex-wrap:wrap;gap:18px}
.ykbcsnn nav a{color:var(--ybm3ife);text-decoration:none;font-size:14px}
.ykbcsnn nav a:hover{color:var(--ybqluag)}
.yvfdk39{max-width:860px;margin:0 auto;padding:40px 5vw 60px}
.ykfd4ri-card{display:flex;gap:24px;align-items:center;flex-wrap:wrap;background:var(--ybv7na5);border-radius:16px;padding:28px;margin-bottom:28px}
.ykfd4ri-av{border-radius:50%;object-fit:cover;border:3px solid var(--ybqluag)}
.ykfd4ri-h h1{margin:0 0 4px;font-size:28px}
.ykfd4ri-role{color:var(--ybqluag);font-weight:700;margin:0 0 8px}
.ykfd4ri-stats{color:var(--ybm3ife);font-size:14px;margin:0}
.ykfd4ri-bio h2,.ya9shx1 h2{font-size:22px;margin:24px 0 10px}
.ykfd4ri-bio p{line-height:1.7;color:var(--yj8j289)}
.ykfd4ri-exp{display:flex;flex-wrap:wrap;gap:8px 10px;list-style:none;padding:0}
.ykfd4ri-exp li{background:rgba(255,255,255,.06);border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600}
.ya9shx1{margin-top:34px;background:var(--ybv7na5);border-radius:16px;padding:28px}
.ya9shx1-form{display:flex;flex-direction:column;gap:12px;max-width:480px}
.ya9shx1-form input,.ya9shx1-form textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:11px 14px;color:var(--yj8j289);font-size:15px;font-family:inherit}
.ya9shx1-form button{background:var(--ybqluag);color:#161b26;border:0;border-radius:8px;padding:12px;font-weight:800;font-size:15px;cursor:pointer}
.ya9shx1-form .ytjvgqr{color:#ff3036;font-weight:600}
.yyzprq1{text-align:center;padding:26px 5vw;color:var(--ybm3ife);font-size:13px;border-top:1px solid rgba(255,255,255,.08)}
.ykfd4ri-social{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 0}
.ykfd4ri-social a{background:rgba(255,255,255,.07);border:1px solid var(--ybqluag);border-radius:18px;padding:5px 13px;font-size:12px;font-weight:600;color:var(--ybqluag);text-decoration:none;line-height:1}
.ykfd4ri-social a:hover{background:rgba(255,255,255,.13)}
/* липкий нижний CTA (мобилка): прилипает к низу экрана при скролле. Опция sticky_cta. */
.yogdmgc{display:none}
@media(max-width:768px){
  .yogdmgc{display:block;position:fixed;left:0;right:0;bottom:0;z-index:900;
    padding:9px 12px;padding-bottom:calc(9px + env(safe-area-inset-bottom,0px));
    background:var(--ybv7na5);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -6px 22px rgba(0,0,0,.45)}
  .yogdmgc a{display:block;text-align:center;padding:13px;border-radius:10px;font-weight:700;font-size:16px;
    text-decoration:none;background:var(--ybqluag);color:#1d1605}
  body{padding-bottom:70px}
}
/* hero как реальный <img> (SEO: alt+индексация) — img-слой + тёмный оверлей (::after) + текст поверх */
.yaywy39{position:relative;isolation:isolate;overflow:hidden}
.yaywy39>.yxwe17m{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.yaywy39::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(100deg,rgba(8,10,15,.96) 0%,rgba(8,10,15,.88) 26%,rgba(16,20,28,.62) 48%,rgba(16,20,28,.26) 70%,transparent 100%)}
.yaywy39>:not(.yxwe17m){position:relative;z-index:2}

/* автор-бокс внизу контента (органично, вместо байлайна в hero) */
.yqjkn0e{display:flex;align-items:center;gap:14px;max-width:920px;margin:32px auto;padding:16px 18px;
  background:var(--ybv7na5);border:1px solid rgba(255,255,255,.08);border-radius:12px}
.yqjkn0e-av{width:60px;height:60px;border-radius:50%;object-fit:cover;flex:0 0 60px;border:2px solid var(--ybqluag)}
.yqjkn0e-by{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--ybm3ife)}
.yqjkn0e-t a{color:var(--ybqluag);text-decoration:none;font-size:16px;font-weight:700}
.yqjkn0e-t p{margin:3px 0 0;font-size:13px;color:var(--ybm3ife);line-height:1.45}

/* липкий хедер — лого/бургер/CTA доступны при скролле (sticky сверху) */
header{position:sticky;top:0;z-index:50}

/* универсальный мобильный nav. Перебивает AffBulk verbatim CSS.
   ⚠️ #yn719df и CTA-кнопки (Register/Login) лежат в ОДНОЙ обёртке (header > ._eXXX), которую AffBulk
   прячет display:none на мобилке (показ жил в Astro-острове). Поэтому делаем ОБЁРТКУ выпадающей панелью
   (nav + CTA внутри, вертикально), а в шапке остаются только лого + бургер. Универсально через :has(). */
@media(max-width:768px){
  /* бургер: видим, без белого hover-фона, контрастная иконка ☰ */
  header button[aria-label="Menu"]{display:inline-flex!important;align-items:center;justify-content:center;
    background:transparent!important;border:none!important;cursor:pointer;padding:8px;line-height:0;z-index:1001}
  header button[aria-label="Menu"]:hover{background:transparent!important}
  header button[aria-label="Menu"]>*{display:none}
  header button[aria-label="Menu"]::before{content:"\2630";font-size:27px;line-height:1;color:#e8eaed}

  /* обёртка (прямой ребёнок header с меню) — скрыта; при #yn719df.open раскрывается выпадайкой со ВСЕМ (nav+CTA) */
  header>*:has(#yn719df){display:none!important}
  header:has(#yn719df.open)>*:has(#yn719df){display:flex!important;flex-direction:column;align-items:stretch;
    gap:12px;position:absolute;top:100%;left:0;right:0;background:var(--ybv7na5);
    padding:14px 18px 18px;box-shadow:0 14px 32px rgba(0,0,0,.55);z-index:1000;max-height:82vh;overflow:auto}
  /* nav-список вертикально, на всю ширину */
  header:has(#yn719df.open) #yn719df{display:flex!important;flex-direction:column;gap:2px;width:100%;
    list-style:none;margin:0;padding:0}
  header:has(#yn719df.open) #yn719df li{display:block!important;width:100%;margin:0;padding:0;
    background:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
  header:has(#yn719df.open) #yn719df a{display:block;padding:10px 2px;font-size:16px}
  /* CTA-кнопки (Register/Login) в выпадайке — столбиком на всю ширину */
  header:has(#yn719df.open)>*:has(#yn719df)>:not(:has(#yn719df)){display:flex!important;flex-direction:column;gap:8px;width:100%}
  header:has(#yn719df.open)>*:has(#yn719df)>:not(:has(#yn719df)) a{display:block;width:100%;text-align:center;box-sizing:border-box}
}
/* дефолт заголовков таблиц: fg-текст (контрастен на любом фоне-палитре). Без !important/заливки —
   per-template th-стили владеют своим видом; их контраст выверяют axe-фиксеры по шаблону. */
table th{color:var(--yj8j289);font-weight:700}

/* ── POP-UP банер (окремий налаштовуваний елемент, спільний для всіх шаблонів) ── */
.ywgmn2q{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;
  opacity:0;transition:opacity .25s ease;padding:16px}
.ywgmn2q.open{opacity:1}
.ywgmn2q[hidden]{display:none}
.ywgmn2q-bd{position:absolute;inset:0;background:var(--ywgmn2q-backdrop,rgba(6,12,24,.62));backdrop-filter:blur(2px)}
.ywgmn2q-card{position:relative;z-index:1;max-width:440px;width:100%;border-radius:16px;overflow:hidden;
  background:var(--ybv7na5);color:var(--yj8j289);box-shadow:0 24px 60px rgba(0,0,0,.5);
  transform:translateY(12px) scale(.98);transition:transform .25s ease}
.ywgmn2q.open .ywgmn2q-card{transform:none}
.ywgmn2q-x{position:absolute;top:8px;right:10px;z-index:2;width:32px;height:32px;border:0;border-radius:50%;
  background:rgba(0,0,0,.35);color:#e8eaed;font-size:20px;line-height:1;cursor:pointer}
.ywgmn2q-img{display:block;width:100%;height:160px;object-fit:cover}
.ywgmn2q-body{padding:20px 22px 24px}
.ywgmn2q-title{margin:0 0 8px;font-size:20px;line-height:1.25}
.ywgmn2q-text{margin:0 0 16px;font-size:14px;opacity:.9;line-height:1.5}
.ywgmn2q-cta{display:inline-block;background:var(--ybqluag);color:var(--yw0ybm3);font-weight:700;
  padding:11px 20px;border-radius:10px;text-decoration:none}
.ywgmn2q-cta:hover{filter:brightness(1.06)}
@media(max-width:480px){.ywgmn2q-img{height:120px}.ywgmn2q-body{padding:16px}}

/* ── Глобальна вітрина офферів (money-блок top-N казино) ── */
.yznshsu{margin:1.5rem 0 2rem}
.yznshsu>h2{margin:0 0 .8rem}
.yznshsu-list{display:flex;flex-direction:column;gap:10px}
.ypp07ak{display:grid;grid-template-columns:34px 120px 1fr auto auto;align-items:center;gap:14px;
  background:var(--ybv7na5);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px 16px}
.ypp07ak-rank{font-weight:800;font-size:18px;color:var(--ybqluag);text-align:center}
.ypp07ak-logo{height:40px;width:120px;object-fit:contain;background:#e8eaed;border-radius:6px;padding:4px}
.ypp07ak-info{display:flex;flex-direction:column;gap:2px;min-width:0}
.ypp07ak-info strong{font-size:15px}
.ypp07ak-badge{display:inline-block;margin-left:6px;font-size:11px;font-weight:700;background:var(--ybqluag);
  color:var(--yw0ybm3);border-radius:4px;padding:1px 7px;vertical-align:middle}
.ypp07ak-rating{font-size:13px;color:var(--ybm3ife)}
.ypp07ak-bonus{font-size:14px;font-weight:600;text-align:center}
.ypp07ak-cta{background:var(--ybqluag);color:var(--yw0ybm3);font-weight:700;padding:10px 18px;border-radius:9px;
  text-decoration:none;white-space:nowrap}
.ypp07ak-cta:hover{filter:brightness(1.07)}
@media(max-width:640px){
  .ypp07ak{grid-template-columns:28px 80px 1fr;gap:8px;row-gap:6px;padding:10px 12px}
  .ypp07ak-logo{width:80px;height:32px}
  .ypp07ak-bonus{grid-column:2/4;text-align:left;font-size:13px}
  .ypp07ak-cta{grid-column:1/4;text-align:center}
}

/* ── ХЛІБНІ КРИХТИ (breadcrumbs) — спільний елемент усіх шаблонів (m.breadcrumbs). Кольори з палітри. ── */
.yhnxpxb{max-width:1200px;margin:0 auto;padding:14px 20px 2px;font-size:.82rem;line-height:1.4}
.yhnxpxb ol{list-style:none;display:flex;flex-wrap:wrap;gap:.45em;margin:0;padding:0;align-items:center}
.yhnxpxb li{display:flex;align-items:center;gap:.45em;color:color-mix(in srgb,var(--yj8j289) 58%,transparent)}
.yhnxpxb li:not(:last-child)::after{content:"\203A";opacity:.55}
.yhnxpxb a{color:color-mix(in srgb,var(--yj8j289) 80%,transparent);text-decoration:none}
.yhnxpxb a:hover{color:var(--ytvvc40);text-decoration:underline}
.yhnxpxb [aria-current=page]{color:var(--yj8j289);font-weight:600}

/* блок «ключевые выводы» (TL;DR) — выделенная карточка вверху контента (AI-извлекаемо) */
.yoz4iu6{background:var(--ybv7na5);border:1px solid color-mix(in srgb,var(--ytvvc40) 38%,transparent);border-left:4px solid var(--ytvvc40);border-radius:10px;padding:14px 18px;margin:18px 0}
.yoz4iu6 h2{margin:.1em 0 .45em;font-size:1.05rem;color:var(--ytvvc40)}
.yoz4iu6 ul{margin:0;padding-left:1.1em}
.yoz4iu6 li{margin:.32em 0;color:color-mix(in srgb,var(--yj8j289) 90%,transparent)}
/* видимая дата обновления */
.ylfcrky{font-size:.85rem;color:var(--ybm3ife);margin:.2em 0 .8em}
.ylfcrky time{font-variant-numeric:tabular-nums}
/* compliance-строка: лицензия / 18+ / ответственная игра */
.yo1hxsf{display:flex;flex-wrap:wrap;gap:7px 14px;align-items:center;justify-content:center;font-size:.8rem;color:var(--ybm3ife);padding:12px 16px;border-top:1px solid color-mix(in srgb,var(--yj8j289) 12%,transparent)}
.yo1hxsf .yx69hkf{font-weight:700;color:var(--ytvvc40);border:1.5px solid var(--ytvvc40);border-radius:20px;padding:0 7px;line-height:1.5}
.yo1hxsf a{color:var(--ybm3ife);text-decoration:underline}

/* wd-contrast-fix */
a[href$="om-oss/"]{color:#111111 !important;}
a[href$="sa-betygsatter-vi/"]{color:#111111 !important;}
a[href$="kontakt/"]{color:#111111 !important;}
.ytxrll0 > a[href$="ansvarsfullt-spelande/"]{color:#111111 !important;}
a[href$="villkor/"]{color:#111111 !important;}
a[href$="integritet/"]{color:#111111 !important;}
a[href$="cookies/"]{color:#111111 !important;}
.yx69hkf{color:#111111 !important;}
.yo1hxsf > span{color:#111111 !important;}
span > a[href$="ansvarsfullt-spelande/"]{color:#111111 !important;}
