/* ============================================================================
   CUSTOM / PER-SITE OVERRIDES  (generated by the WXR import — first deploy)
   marker: TRM-CUSTOM-CSS-IMPORTED  (delete this file, or this line, to let a
   future import repopulate it). Loaded after style.css, so these rules
   override the base shell. Source: <trm:custom_css> in the imported XML.
   ============================================================================ */

/* ================================================================
   TEST custom.css — proves the <trm:custom_css> import path works.
   Written to the child theme's custom.css, which loads AFTER
   style.css, so these rules win. Obvious on purpose — remove once
   you've confirmed it applied.
   ================================================================ */

/* ---------- 1. Tokens (theme overrides these) ---------- */
:root {
  --c-brand:      #1a4fd6;   /* primary brand */
  --c-brand-dk:   #12379a;
  --c-accent:     #18bb51;   /* CTA / go */
  --c-accent-dk:  #0f9a40;
  --c-warn:       #e10507;
  --c-ink:        #1a1a1a;
  --c-muted:      #5a5a63;
  --c-line:       #d9dce1;
  --c-line-soft:  #eef1f4;
  --c-bg:         #ffffff;
  --c-bg-soft:    #f6f8fa;
  --c-good:       #1a8a3c;
  --c-bad:        #c62828;

  --font: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --fs-sm: 0.875rem; --fs: 1rem;
  --fs-h3: clamp(1.05rem, 0.95rem + 0.5vw, 1.25rem);
  --fs-h2: clamp(1.35rem, 1.15rem + 1vw, 1.75rem);

  --sp-xs: 0.25rem; --sp-sm: 0.5rem; --sp: 1rem; --sp-lg: 1.5rem;
  --radius: 6px; --radius-sm: 4px;
  --shadow: 0 6px 24px rgba(0,0,0,.05), 0 0 0 1px rgba(0,0,0,.08);
  --cta-gradient: linear-gradient(to bottom, var(--c-accent), var(--c-accent-dk));
}

/* ---------- 2. Base / reset (mobile-first) ---------- */
*, *::before, *::after { box-sizing: border-box; }
img, svg, video { max-width: 100%; height: auto; }
.wrap { width: 100%; }
.container { max-width: 1200px; margin-inline: auto; padding-inline: var(--sp); }
.row-border { border-top: 1px solid var(--c-line-soft); }

/* ---------- 3. Buttons ---------- */
.btn, .btn--brand, .btn--warn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font: 600 var(--fs)/1 var(--font); padding: .65em 1.1em;
  border: 1px solid transparent; border-radius: var(--radius-sm);
  color: #fff; text-decoration: none; cursor: pointer;
  background: var(--c-accent) var(--cta-gradient); transition: filter 120ms ease;
}
.btn:hover, .btn--brand:hover, .btn--warn:hover { filter: brightness(1.07); color: #fff; }
.btn--brand { background: var(--c-brand) linear-gradient(to bottom, var(--c-brand), var(--c-brand-dk)); }
.btn--warn  { background: var(--c-warn)  linear-gradient(to bottom, var(--c-warn), #b30406); }
.btn--full  { width: 100%; }
.btn__icon  { display: inline-flex; align-items: center; }
.btn__icon svg { width: 1.3em; height: 1.3em; display: block; }

/* ---------- 4. Operator / product row (.book-row) — the money component ----------
   Mobile: logo+bonus / pitch / features / full-width CTA.  Desktop: 5-col row.
   Markup: .book-row > .book-row__logo|__pitch|__bonus|__features|__cta */
.book-list { margin: 0 0 var(--sp-lg); padding: 0; list-style: none; }
.book-row {
  display: grid;
  grid-template-areas: "logo bonus" "pitch pitch" "feat feat" "cta cta";
  grid-template-columns: minmax(130px, auto) 1fr;
  align-items: center; gap: var(--sp-sm);
  padding: var(--sp-sm); margin-bottom: var(--sp-lg);
  background: var(--c-bg); border-radius: var(--radius); box-shadow: var(--shadow);
}
.book-row__logo { grid-area: logo; position: relative; display: flex; align-items: center; justify-content: center;
  width: 130px; height: 60px; margin-inline: auto; background: var(--c-line-soft);
  border: 1px solid var(--c-line); border-radius: var(--radius-sm); }
.book-row__logo img { padding: 3px 12px 0; }
.book-row__pitch { grid-area: pitch; min-width: 0; }
.book-row__pitch h3 { margin: 0 0 var(--sp-xs); font-size: var(--fs-sm); font-weight: 600; color: var(--c-brand-dk); }
.book-row__pitch p  { margin: 0; font-size: var(--fs-sm); line-height: 1.35; }
.book-row__bonus { grid-area: bonus; text-align: center; max-width: 150px; margin-inline: auto; }
.book-row__bonus b, .book-row__bonus span:first-child { display: block; font-weight: 700; }
.book-row__bonus .code { display: inline-block; margin-top: 3px; padding: 2px 6px;
  border: 2px dashed var(--c-accent); background: rgba(24,187,81,.18); border-radius: var(--radius-sm); font-weight: 700; }
.book-row__features { grid-area: feat; }
.book-row__features ul { list-style: none; margin: 0; padding: 0; font-size: var(--fs-sm); }
.book-row__features li { display: flex; align-items: center; gap: .4em; padding-block: 2px; line-height: 1.25; }
.book-row__features li::before { content: "✓"; color: var(--c-good); font-weight: 700; }
.book-row__cta { grid-area: cta; }
.book-row__cta .btn { width: 100%; }
.rank-badge { position: absolute; left: -14px; top: 10px; min-width: 24px; padding: 5px 3px;
  text-align: center; font-weight: 700; color: #fff; border-radius: 5px;
  background: linear-gradient(to bottom right, #051937, #0a234a);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 5px), 0 calc(100% - 10px)); }
.rank-badge--top { background: linear-gradient(to bottom, #ee1529, #d10909); }
@media (min-width: 960px) {
  .book-row { grid-template-areas: "logo pitch bonus feat cta";
    grid-template-columns: 150px minmax(0,1fr) 120px 210px 150px; gap: 0; }
  .book-row > * { padding: var(--sp-sm); }
  .book-row > *:not(:last-child) { border-right: 1px solid var(--c-line-soft); }
  .book-row__cta .btn { width: 130px; margin-inline: auto; }
}

/* ---------- 5. Review summary card (.review-card) ---------- */
.review-card { background: var(--c-bg); border-radius: var(--radius); box-shadow: var(--shadow);
  padding: var(--sp); margin-bottom: var(--sp-lg); }
.review-card__head { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-sm);
  border-bottom: 1px solid var(--c-line-soft); padding-bottom: var(--sp-sm); margin-bottom: var(--sp); }
.rank-dot { flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.2em; min-height: 2.2em; border-radius: 50%; background: var(--c-brand); color: #fff; font-weight: 700; }

/* ---------- 6. Spec box (key/value facts) ---------- */
.spec-box { background: var(--c-bg); border: 1px solid var(--c-line); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: var(--sp); margin-bottom: var(--sp); }
.spec-box p { margin: 0 0 var(--sp-xs); font-size: var(--fs-sm); }

/* ---------- 7. CTA band (mid-article) ---------- */
.cta-band { display: grid; grid-template-areas: "logo" "copy" "act"; grid-template-columns: 1fr;
  gap: var(--sp); align-items: center; background: var(--c-bg); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: var(--sp); margin-bottom: var(--sp-lg); }
.cta-band__logo { grid-area: logo; display: flex; justify-content: center; }
.cta-band__copy { grid-area: copy; min-width: 0; }
.cta-band__act  { grid-area: act; }
.cta-band__note { font-size: var(--fs-sm); color: var(--c-muted); margin-top: var(--sp-sm); }
@media (min-width: 640px) {
  .cta-band { grid-template-areas: "logo copy act"; grid-template-columns: auto minmax(0,1fr) auto; }
}

/* ---------- 8. Pros / cons ---------- */
.pros-cons { display: grid; grid-template-columns: 1fr; gap: var(--sp); margin-bottom: var(--sp); }
@media (min-width: 640px) { .pros-cons { grid-template-columns: 1fr 1fr; } }
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { display: flex; align-items: flex-start; gap: .5em; padding-block: .25em; }
.checklist--pros li::before { content: "✓"; color: var(--c-good); font-weight: 700; }
.checklist--cons li::before { content: "✕"; color: var(--c-bad); font-weight: 700; }

/* ---------- 9. Responsive data table (scrolls on phone, never squishes) ---------- */
.data-table { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: var(--sp); }
.data-table table { min-width: 640px; width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { border: 1px solid var(--c-line-soft); padding: .5em .65em; font-size: var(--fs-sm); }
.data-table thead th { background: var(--c-brand-dk); color: #fff; text-align: left; }

/* ---------- 9b. cmp-table: real <table> that becomes stacked cards on mobile (no h-scroll).
   Row-entity in <th scope=row>; every <td data-label="Column"> so mobile shows the label. ---------- */
.cmp-table { width: 100%; border-collapse: collapse; margin-bottom: var(--sp); font-size: var(--fs-sm); }
.cmp-table caption { caption-side: top; text-align: left; font-weight: 700; padding-bottom: var(--sp-sm); }
.cmp-table th, .cmp-table td { border: 1px solid var(--c-line); padding: .55em .7em; text-align: left; vertical-align: top; }
.cmp-table thead th { background: var(--c-brand-dk); color: #fff; }
.cmp-table tbody th { background: var(--c-bg-soft); font-weight: 700; }
.cmp-table tbody tr:nth-child(even) td { background: var(--c-bg-soft); }
.cmp-table tbody tr.is-top th { background: var(--c-accent); color: #fff; }
@media (max-width: 640px) {
  .cmp-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .cmp-table, .cmp-table tbody, .cmp-table tr, .cmp-table th, .cmp-table td { display: block; width: auto; }
  .cmp-table tr { border: 1px solid var(--c-line); border-radius: var(--radius); margin-bottom: var(--sp-sm); overflow: hidden; }
  .cmp-table tbody th { background: var(--c-brand-dk); color: #fff; }
  .cmp-table td { border: 0; border-top: 1px solid var(--c-line-soft); padding-left: 42%; position: relative; background: var(--c-bg) !important; }
  .cmp-table td::before { content: attr(data-label); position: absolute; left: .7em; top: .55em; width: 36%; font-weight: 600; color: var(--c-muted); }
}

/* ---------- 9c. table-list: <ul> comparison, one card per row-entity (row label = card title,
   remaining columns = <dl> label/value pairs). For very wide / text-heavy comparisons. ---------- */
.table-list { list-style: none; margin: 0 0 var(--sp); padding: 0; display: grid; gap: var(--sp-sm); }
.table-list__item { border: 1px solid var(--c-line); border-radius: var(--radius); overflow: hidden; background: var(--c-bg); }
.table-list__item--top { border-color: var(--c-accent); box-shadow: 0 0 0 1px var(--c-accent); }
.table-list__title { margin: 0; padding: .55em .75em; font-weight: 700; font-size: var(--fs); background: var(--c-brand-dk); color: #fff; }
.table-list__item--top .table-list__title::after { content: "  \2605 #1"; font-weight: 700; }
.table-list__fields { margin: 0; }
.table-list__fields > div { display: grid; grid-template-columns: 38% 1fr; gap: var(--sp-sm); padding: .5em .75em; border-top: 1px solid var(--c-line-soft); }
.table-list__fields dt { margin: 0; font-weight: 600; color: var(--c-muted); font-size: var(--fs-sm); }
.table-list__fields dd { margin: 0; font-size: var(--fs-sm); }
@media (max-width: 560px) { .table-list__fields > div { grid-template-columns: 1fr; gap: var(--sp-xs); } .table-list__fields dt { color: var(--c-brand); } }

/* ---------- 10. Card grid (1 / 2 / 3 responsive) ---------- */
.card-grid { display: grid; grid-template-columns: 1fr; gap: var(--sp); margin-bottom: var(--sp); }
@media (min-width: 640px) { .card-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 960px) { .card-grid--3 { grid-template-columns: repeat(3, 1fr); } }

/* ---------- 11. Boxes: callout, facts-checked, disclosure, responsible-gambling ---------- */
.box { background: var(--c-bg); border: 1px solid var(--c-line); border-radius: var(--radius); padding: var(--sp); margin-bottom: var(--sp); }
.box__head { display: flex; align-items: center; gap: var(--sp-sm); border-bottom: 1px solid var(--c-line-soft);
  padding-bottom: var(--sp-sm); margin-bottom: var(--sp); }
.box__head h3 { margin: 0; font-size: var(--fs-h3); color: var(--c-brand-dk); }
.box--facts { border-color: var(--c-good); }
.box--facts .box__head h3::before { content: "✔ "; color: var(--c-good); }
.disclosure, .rg-strip { font-size: var(--fs-sm); color: var(--c-muted); }
.rg-strip { text-align: center; padding-block: var(--sp-sm); border-top: 1px solid var(--c-line-soft); }

/* ---------- 12. Author box ---------- */
.author-box { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-sm) var(--sp);
  padding-block: var(--sp-sm); border-block: 1px solid var(--c-line-soft); margin-bottom: var(--sp); font-size: var(--fs-sm); }
.author-box img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.author-box .date { color: var(--c-muted); }

/* ---------- 13. Affiliate link hook (tracker binds to [data-book]) ---------- */
.aff { text-decoration: none; }

/* ---------- 14. Reference-data callouts (boilerplate for canonical facts) ----------
   Wrap canonical reference data (pay tables, RTP/edge constants, strategy order, cited
   quotes, definitions) in these so it reads as INTENTIONAL reference, not stray prose.
   A pure-data Copyscape match inside a callout is acceptable (it's cited-primary class). */
.callout { border-left: 4px solid var(--c-brand); background: var(--c-bg-soft);
  padding: var(--sp) var(--sp-lg); margin-bottom: var(--sp); border-radius: 0 var(--radius) var(--radius) 0; }
.callout__label { display: block; margin-bottom: var(--sp-xs); font-size: var(--fs-sm); font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; color: var(--c-muted); }
.callout--quote { border-left-color: var(--c-muted); font-style: italic; }
.callout--quote cite { display: block; margin-top: var(--sp-xs); font-style: normal; font-size: var(--fs-sm); color: var(--c-muted); }
.callout--data { border-left-color: var(--c-accent); }   /* pay tables, RTP, canonical numbers */
.callout--def  { border-left-color: var(--c-good); }     /* term definitions */
.callout--warn { border-left-color: var(--c-warn); background: #fff5f5; }


/* ===== brand: site-assets\baccaratbonuses.com\theme-baccaratbonuses.com.css ===== */
/* ==========================================================================
   theme-baccaratbonuses.com.css - brand tokens on the base.css class contract
   --------------------------------------------------------------------------
   Felt-green + gold baccarat skin (same palette as the v1 bac-2026.css skin,
   remapped onto base.css's --c-* token names). A reskin is a token edit.
   ========================================================================== */
:root {
  --c-brand:      #0b5d34;   /* table-felt green */
  --c-brand-dk:   #063d22;
  --c-accent:     #d4af37;   /* classic gold - CTA / go */
  --c-accent-dk:  #a07e1c;
  --c-warn:       #b3122c;   /* Player / #1-ribbon "hot" */
  --c-ink:        #1a1a1a;
  --c-muted:      #575760;
  --c-line:       #ccc;
  --c-line-soft:  #eef1ee;
  --c-bg:         #ffffff;
  --c-bg-soft:    #f6f8f6;   /* faint felt tint */
  --c-good:       #238c00;
  --c-bad:        #b3122c;

  --font: Roboto, system-ui, -apple-system, "Segoe UI", sans-serif;

  --cta-gradient: linear-gradient(to bottom, var(--c-accent), var(--c-accent-dk));
}

/* header/nav lean into the felt green; CTAs stay gold via --c-accent above */
.site-header, .site-nav { background: var(--c-brand); }
.rank-badge { background: var(--c-warn); color: #fff; }
