/* Cleaned AU Casino Suite CSS — duplicates removed, last overrides kept. */
.au-cs {
  --gap: clamp(12px, 2.2vw, 18px);
  --r: 18px;
  --b: 1px solid rgba(15, 23, 42, .10);
  --shadow: 0 2px 10px rgba(0,0,0,.06);
  --bg: #fff;
  --bg-soft: #f6f7f9;
  --txt: #131722;
  --muted: #667085;
  --accent: #ffd24a;
  --accent-txt: #171717;
  --ok: #00c853;
  --star: #ffb200;
}

.au-cs .cf-grid {
  display: grid;
  gap: 16px;
}

.au-cs .cf-rank__best {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
}

.au-cs .cf-stars {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 16px;
  background: linear-gradient(#d7dbe1 0 0) left/18px 100% repeat-x;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="16" viewBox="0 0 90 16"><defs><path id="s" d="M8 0l2 5h5l-4 3 2 5-5-3-5 3 2-5-4-3h5z"/></defs><use href="#s"/><use href="#s" x="18"/><use href="#s" x="36"/><use href="#s" x="54"/><use href="#s" x="72"/></svg>') left/90px 16px no-repeat;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="16" viewBox="0 0 90 16"><defs><path id="s" d="M8 0l2 5h5l-4 3 2 5-5-3-5 3 2-5-4-3h5z"/></defs><use href="#s"/><use href="#s" x="18"/><use href="#s" x="36"/><use href="#s" x="54"/><use href="#s" x="72"/></svg>') left/90px 16px no-repeat;
}

.au-cs .cf-stars__fill {
  position: absolute;
  inset: 0;
  background: linear-gradient(var(--star) 0 0) left/18px 100% repeat-x;
}

.au-cs .cf-offer__left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.au-cs .cf-offer__icon {
  color: #ff7b00;
}

.au-cs .cf-hero {
  background: var(--bg);
  border: var(--b);
  border-radius: var(--r);
  padding: 16px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
}

.au-cs .cf-hero__brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.au-cs .cf-ad--tiny {
  position: absolute;
  right: 0;
  top: -10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .75rem;
  color: var(--muted);
}

.au-cs .cf-hero__body {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.au-cs .cf-hero__ico {
  font-size: 18px;
}

.au-cs .au-content {
  margin-top: var(--gap);
  background: var(--bg);
  border: var(--b);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: clamp(14px, 2vw, 20px);
}

.au-cs .au-content > *:first-child {
  margin-top: 0;
}

.au-cs .au-content > *:last-child {
  margin-bottom: 0;
}

.au-cs .au-toc {
  margin: 10px 0 var(--gap);
}

.au-cs .au-toc .au-toc-toggle {
  display: inline-flex;
  gap: 6px;
  padding: 8px 12px;
  border: 1px dashed rgba(0,0,0,.25);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}

.au-cs .au-toc .au-toc-list {
  margin-top: 10px;
  padding-left: 20px;
  display: none;
}

.au-cs .au-toc.open .au-toc-list {
  display: block;
}

.au-cs .au-pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: var(--gap);
  flex-wrap: wrap;
}

.au-cs .au-pagination a, .au-cs .au-pagination span {
  padding: 8px 12px;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 10px;
  text-decoration: none;
}

.au-cs .au-pagination .current {
  background: #111;
  color: #fff;
  border-color: #111;
}

.au-cs .cf-hero__title h1 {
  margin: 0 0 6px;
  font-size: clamp(1.3rem,2.4vw,2rem);
  line-height: 1.15;
}

.au-cs .cf-stars-plain {
  display: inline-flex;
  gap: 2px;
  line-height: 0;
}

.au-cs .cf-star {
  width: 16px;
  height: 16px;
  color: #ffb200;
}

.au-cs .cf-star__stroke {
  fill: none;
  stroke: #ffb200;
  stroke-width: 1;
}

.au-cs .cf-star-wrap.cf-star--off .cf-star {
  color: #d7dbe1;
}

.au-cs .cf-star-wrap.cf-star--on .cf-star {
  color: #ffb200;
}

.au-cs .cf-pros li i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #10b981;
  display: inline-block;
}

.au-cs .cf-cons li i {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ef4444;
  display: inline-block;
}

.au-cs .cf-pc__title {
  font-weight: 900;
  margin-bottom: 4px;
}

.au-cs .cf-bars {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.au-cs .cf-stars-plain .cf-star.cf-star--half path.cf-star__stroke {
  fill: none;
  stroke: #ffb200;
  stroke-width: 1;
}

.au-cs .au-box {
  background: var(--bg);
  border: var(--b);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  padding: clamp(14px, 2vw, 20px);
  margin-top: var(--gap);
}

.au-cs .au-box > *:first-child {
display: block;
  margin-top: 0;
}

.au-cs .au-box > *:last-child {
  margin-bottom: 0;
}

.au-cs .cf-hero__cap {
  display: grid;
  align-items: center;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
}

.au-cs .cf-hero__meta {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.au-cs .cf-hero__h1 {
  margin: 6px 0 2px;
  font-size: clamp(1.3rem,2.4vw,2rem);
  line-height: 1.15;
}

.au-cs .cf-hero__offerrow {
  margin-top: 6px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.au-cs .cf-hero__offer {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
}

.au-cs .cf-hero__tagline {
  color: #1b2633;
  font-weight: 800;
}

.au-cs .cf-hero__amount {
  letter-spacing: .2px;
  font-weight: 900;
  font-size: 1.25rem;
}

.au-cs .cf-hero__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.au-cs .cf-hero__divider {
  height: 1px;
  background: rgba(0,0,0,.08);
  margin: 10px 0;
}

.au-cs .cf-stars-plain .cf-star path {
  fill: currentColor;
}

.au-cs .cf-stars-plain .cf-star.cf-star--half .cf-star__stroke {
  fill: none;
  stroke: #ffb200;
  stroke-width: 1;
}

.au-cs .cf-stars-plain .cf-star-wrap.cf-star--off .cf-star {
  color: #d7dbe1;
}

.au-cs .cf-bars--row5 {
  display: grid;
  gap: 10px;
}

.au-cs .cf-bar {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.au-cs .cf-bar__label {
  font-size: .92rem;
  color: #475569;
}

.au-cs .cf-bar__track {
  height: 7px;
  background: #e9edf2;
  border-radius: 999px;
  overflow: hidden;
}

.au-cs .cf-bar__fill {
  display: block;
  height: 100%;
  background: var(--ok);
}

.au-cs .cf-bar__num {
  text-align: right;
  font-weight: 700;
}

.au-cs .cf-accordion {
  border: var(--b);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  margin-top: var(--gap);
  position: relative;
}

.au-cs .cf-acc__toggle {
  border-bottom: var(--b);
  border-radius: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0 12px;
  background: none;
  border: 0;
  cursor: pointer;
}

.au-cs .cf-acc__title {
  font-weight: 900;
  font-size: 1.2rem;
}

.au-cs .cf-acc__chev {
  transition: transform .2s ease;
}

.au-cs .cf-accordion.open .cf-acc__chev {
  transform: rotate(180deg);
}

.au-cs .cf-acc__body {
  padding: 12px 14px;
  margin-top: 8px;
}

.au-cs .cf-proscons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.au-cs .cf-pros ul,.au-cs .cf-cons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.au-cs .cf-pros li,.au-cs .cf-cons li {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: center;
}

.au-cs .i-plus {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #10b981;
  display: inline-block;
}

.au-cs .i-minus {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #ef4444;
  display: inline-block;
}

.au-cs .cf-updated {
  color: #475569;
  font-size: .95rem;
}

.au-cs .cf-toc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.au-cs .cf-toc__title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 900;
}

.au-cs .cf-toc__toggle {
  border: 1px solid rgba(0,0,0,.12);
  background: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
  font-weight: 700;
}

.au-cs .cf-toc__chev {
  display: inline-block;
  transition: transform .2s ease;
}

.au-cs .cf-toc[aria-expanded="false"] .cf-toc__chev,
.au-cs .cf-toc--closed .cf-toc__chev {
  transform: rotate(180deg);
}

.au-cs .cf-toc__list {
  margin: 0;
  padding-left: 20px;
  display: block;
  counter-reset: toc1;
}

.au-cs .cf-toc__list > li {
  margin: 6px 0;
  list-style: none;
  counter-increment: toc1;
}

.au-cs .cf-toc__list > li::before {
  content: counters(toc1, ".") ". ";
  font-weight: 800;
  margin-right: 6px;
}

.au-cs .cf-toc__list a {
  text-decoration: none;
  color: var(--txt);
}

.au-cs .cf-toc__list a:hover {
  text-decoration: underline;
}

.au-cs .cf-toc__list ol {
  margin-top: 6px;
  padding-left: 18px;
  counter-reset: toc2;
}

.au-cs .cf-toc__list ol > li {
  counter-increment: toc2;
  list-style: none;
  margin: 4px 0;
}

.au-cs .cf-toc__list ol > li::before {
  content: counters(toc1, ".") "." counter(toc2) ". ";
  font-weight: 700;
  margin-right: 6px;
}

.au-cs .cf-toc--closed .cf-toc__list {
  display: none;
}

.au-cs .cf-accordion .cf-acc__body {
  display: none;
}

.au-cs .cf-accordion.open .cf-acc__body {
  display: block;
}

.au-cs .cf-rev {
  color: #8a8f98;
  font-size: .88rem;
}

.au-cs .cf-card,
.au-cs .cf-card * {
  box-sizing: border-box;
}

.au-cs .au-archive-wrap {
  margin-inline: auto;
  padding: var(--gap);
  max-width: 1220px;
}

.au-cs .cf-grid--3 {
  grid-template-columns: 1fr;
  gap: 24px;
}

.au-cs .cf-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(16,24,40,.10);
}

.au-cs .cf-card__topline {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
  margin-bottom: 8px;
}

.au-cs .cf-rank {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  left: -6px;
  top: -10px;
}

.au-cs .cf-rank__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #ffd24a;
  border: 1px solid #f3c63c;
  font-weight: 900;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
  color: #111;
}

.au-cs .cf-starswrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.au-cs .cf-stars-plain .cf-star {
  display: inline-block;
  width: 13px;
  height: 13px;
  color: #ffb200;
}

.au-cs .cf-card__brand {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  gap: 14px;
}

.au-cs .cf-card__brand img {
  width: 200px;
  height: 90px;
  object-fit: contain;
  background: #f6f7f9;
  border-radius: 12px;
  border: 1px solid #eef2f7;
}

.au-cs .cf-title {
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 800;
  color: #152033;
}

.au-cs .cf-offer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
}

.au-cs .cf-tagline {
  font-weight: 900;
  color: #1b2633;
  font-size: 1.02rem;
  letter-spacing: .1px;
}

.au-cs .cf-offer__amount {
  letter-spacing: .2px;
  font-weight: 900;
  font-size: 1.12rem;
}

.au-cs .cf-pill {
  border-radius: 999px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px dashed #d7dbe1;
  padding: 10px 16px;
  background: #fff;
  font-weight: 800;
}

.au-cs .cf-pill .cf-pill__ico {
  font-weight: 900;
}

.au-cs .cf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration: none;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 12px;
  font-weight: 900;
}

.au-cs .cf-btn--yellow {
  background: #ffd24a;
  color: #101828;
  border-color: #ffd24a;
  box-shadow: 0 2px 0 rgba(0,0,0,.05);
}

.au-cs .cf-btn--yellow:hover {
  filter: brightness(0.98);
}

.au-cs .cf-ad {
  margin-top: 4px;
  color: #8b94a1;
  font-size: .82rem;
}

.au-cs .cf-feats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  margin-top: 6px;
  column-gap: 18px;
  row-gap: 8px;
}

.au-cs .cf-feats li {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 14px 1fr auto;
}

.au-cs .cf-feats li i {
  border-radius: 999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #10b981;
}

.au-cs .cf-feats li span {
  color: #334155;
}

.au-cs .cf-feats li b {
  font-weight: 900;
}

.au-cs .cf-hero--boxed {
  padding: 18px;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
}

.au-cs .cf-hero__cap .cf-rank__num {
  width: 36px;
  height: 36px;
}

.au-cs .cf-hero__brand img {
  width: 180px;
  height: 72px;
  object-fit: contain;
  background: #f6f7f9;
  border-radius: 14px;
  border: 1px solid #eef2f7;
}

.au-cs .cf-hero__cta .cf-btn--yellow {
  min-width: 180px;
}

.au-cs .cf-card .cf-rank {
  position: absolute;
  left: -6px;
  top: -10px;
}

.au-cs .cf-hero__cap .cf-rank {
  position: static;
  margin-right: 8px;
}

.au-cs .cf-card .cf-rank__num,
.au-cs .cf-hero__cap .cf-rank__num {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #ffd24a;
  border: 1px solid #f3c63c;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.06);
  color: #111;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.au-cs .cf-hero__cap .cf-starswrap {
  gap: 6px;
}

.au-cs .cf-hero__cap .cf-stars-plain .cf-star {
  width: 14px;
  height: 14px;
  color: #ffb200;
}

.au-cs .cf-hero__cap .cf-rate {
  font-weight: 800;
  margin-left: 2px;
}

.au-cs .cf-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.au-cs .cf-row__text .cf-tagline {
  font-weight: 900;
}

.au-cs .cf-card {
  background: var(--bg);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(16,24,40,.06);
  padding: 16px 18px;
  transition: transform .15s ease, box-shadow .15s ease;
  min-height: initial;
}

.au-cs .cf-row__meta.no-pill {
  display: block;
}

.au-cs .cf-action {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.au-cs .cf-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.au-cs .cf-card .cf-btn,
.au-cs .cf-row  .cf-btn {
  position: relative;
  z-index: 1;
}

.au-cs .cf-tagline:empty {
  display: none;
}

.au-cs .cf-offer__amount:empty {
  display: none;
}

.au-cs .cf-offer.--hidden {
  display: none !important;
}

.au-cs .cf-row__cta .cf-ad {
  font-size: .85rem;
  opacity: .7;
}

.au-cs .cf-row__offer .cf-offer__icon {
  font-size: 18px;
  line-height: 1;
}

.au-cs .cf-feats--row {
  grid-template-columns: repeat(4, auto);
  gap: 10px 18px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}

.au-cs .cf-row__meta .cf-pill {
  margin-bottom: 8px;
}

.au-cs .cf-row__rank .cf-starswrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.au-cs .cf-row__offer .cf-tagline:empty {
  display: none;
}

.au-cs .cf-row__offer .cf-offer__amount:empty {
  display: none;
}

.au-cs .cf-row__brand img {
  object-fit: contain;
  background: #f6f7f9;
  border: 1px solid #eef2f7;
  width: 112px;
  height: auto;
  border-radius: 12px;
  grid-column: 1;
}

.au-cs .cf-row__brand .cf-brandtxt {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.au-cs .cf-row .cf-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
}

.au-cs .cf-row .cf-starswrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.au-cs .cf-mini {
  padding-top: 8px;
  border-top: 1px dashed #e7ebf2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin-top: 12px;
}

.au-cs .cf-mini__col {
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.au-cs .cf-row {
  background: #fff;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  box-shadow: 0 8px 22px rgba(16,24,40,.06);
  grid-auto-rows: auto;
  gap: 16px 18px;
  padding-left: 8px !important;
  display: grid !important;
  grid-template-columns: max-content 160px minmax(280px,1fr) 1.08fr 220px !important;
  align-items: center !important;
  padding: 16px 18px !important;
  grid-template-areas: "rank brand offer meta cta" !important;
  column-gap: 16px !important;
  row-gap: 10px !important;
}

.au-cs .cf-row__rank {
  gap: 12px;
  display: flex !important;
  align-items: center !important;
  grid-area: rank !important;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center !important;
}

.au-cs .cf-row__rank .cf-rank__num {
  border: 1px solid #f3c63c;
  color: #111;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #ffcc33;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.au-cs .cf-row__brand {
  display: grid;
  align-items: center;
  gap: 12px;
  grid-template-columns: 112px 1fr;
  margin-left: 0 !important;
  grid-area: brand !important;
  margin: 0 !important;
  padding: 0 !important;
}

.au-cs .cf-brandstack {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  gap: 4px;
}

.au-cs .cf-brandstack__logo {
  width: 160px;
  height: auto;
  border-radius: 12px;
  display: block;
  margin: 0 0 6px 0 !important;
}

.au-cs .cf-brandstack__title {
  margin: 2px 0 4px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
}

.au-cs .cf-brandstack__rating {
  display: flex;
  align-items: center;
  gap: 8px;
}

.au-cs .cf-brandstack__rating .cf-star {
  width: 14px;
  height: 14px;
  color: #ffb200;
}

.au-cs .cf-row__offer {
  display: grid !important;
  grid-template-columns: 22px 1fr auto !important;
  gap: 10px !important;
  align-items: center !important;
  grid-area: offer !important;
  background: #fff;
  border: 1px solid #e9edf4;
  border-radius: 14px;
  padding: 10px 14px;
}

.au-cs .cf-row__offer .cf-offer__amount {
  font-weight: 800;
}

.au-cs .cf-row__offer .cf-tagline:empty,
.au-cs .cf-row__offer .cf-offer__amount:empty {
  display: none;
}

.au-cs .cf-row__meta {
  display: grid;
  gap: 10px;
  grid-area: meta !important;
  align-self: center;
}

.au-cs .cf-feats.cf-feats--row {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 4px 0 0;
}

.au-cs .cf-feats.cf-feats--row li {
  margin-right: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.au-cs .cf-row .cf-pill {
  margin: 0 0 10px;
}

.au-cs .cf-row__meta .cf-mini {
  padding-top: 8px;
  border-top: 1px dashed #e7ebf2;
  margin-top: 12px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 8px 24px;
}

.au-cs .cf-mini__item {
  grid-template-columns: 14px 1fr;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 14px;
  line-height: 1.35;
}

.au-cs .cf-mini__item i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.au-cs .cf-mini__item--pro i {
  background: #14c582;
}

.au-cs .cf-mini__item--con i {
  background: #ff4d4f;
}

.au-cs .cf-row__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  grid-area: cta !important;
  justify-self: end;
  align-self: center;
}

.au-cs .cf-row__cta .cf-btn {
  text-align: center;
  min-width: 180px;
  padding: 12px 18px;
  border-radius: 12px;
  font-weight: 700;
}

.au-cs .cf-row > *:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.au-cs .cf-row > * {
  min-width: 0;
}

.au-cs .cf-row, 
.au-cs .cf-row * {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.au-cs .cf-rate, .au-cs .cf-rev {
  white-space: nowrap;
  display: inline-block;
}

.au-cs .cf-brandstack__title, 
.au-cs .cf-brandstack__rating, 
.au-cs .cf-row__brand a {
  display: inline-block;
}

.au-cs .cf-rate {
  margin-left: 2px;
  font-weight: 800;
  font-size: .98rem;
  letter-spacing: 0;
  transform: none;
}

.au-cs .cf-row__brand .cf-title {
  display: block !important;
  color: inherit !important;
  text-decoration: none;
  font-weight: 800;
}

.au-cs .cf-brandstack, 
.au-cs .cf-brandstack * {
  min-width: 0;
}

@media (min-width:900px) {
  .au-cs .cf-grid--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

}

@media (min-width:560px) {
  .au-cs .cf-feats {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width:560px) {
  .au-cs .cf-btn {
    width: 100%;
  }

  .au-cs .cf-hero__brand img {
    width: 140px;
    height: 56px;
  }

  .au-cs .cf-bar {
    grid-template-columns: 1fr auto;
  }

}

@media(min-width:860px) {
  .au-cs .cf-proscons {
    grid-template-columns: 1fr 1fr;
  }

}

@media(min-width:980px) {
  .au-cs .cf-bars--row5 {
    grid-template-columns: repeat(5, 1fr);
  }

}

@media(min-width:680px) {
  .au-cs .cf-feats {
    grid-template-columns: 1fr 1fr;
  }

}

@media(min-width:860px) {
  .au-cs .cf-proscons {
    grid-template-columns: 1fr 1fr;
  }

}

@media (min-width:900px) {
  .au-cs .cf-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (max-width:980px) {
  .au-cs .cf-row {
    grid-template-columns: 110px 1fr;
    grid-template-areas: "rank brand"
    "offer offer"
    "meta  cta";
  }

  .au-cs .cf-row__rank {
    grid-area: rank;
  }

  .au-cs .cf-row__brand {
    grid-area: brand;
  }

  .au-cs .cf-row__offer {
    grid-area: offer;
  }

  .au-cs .cf-row__meta {
    grid-area: meta;
  }

  .au-cs .cf-row__cta {
    grid-area: cta;
  }

}

@media (max-width:980px) {
  .au-cs .cf-feats--row {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width:980px) {
  .au-cs .cf-row__cta {
    align-items: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    width: 100%;
  }

}

@media (min-width: 1024px) {
  .au-cs .cf-card.cf-card--prime {
    min-height: 268px;
  }

}

@media (max-width: 680px) {
  .au-cs .cf-action {
    grid-template-columns: 1fr;
  }

  .au-cs .cf-cta {
    align-items: stretch;
  }

  .au-cs .cf-cta .cf-btn {
    width: 100%;
  }

}

@media (max-width: 680px) {
  .au-cs .cf-mini {
    grid-template-columns: 1fr;
  }

}

@media (max-width:980px) {
  .au-cs .cf-row__meta .cf-mini {
    grid-template-columns: 1fr;
  }

}

@media (max-width:980px) {
  .au-cs .cf-row__meta .cf-mini {
    grid-template-columns: 1fr;
  }

}

@media (max-width:860px) {
  .au-cs .cf-row {
    grid-template-columns: 90px 1fr 1fr;
    grid-template-areas: "rank brand cta"
      "offer offer cta"
      "meta  meta  cta";
    gap: 14px;
  }

  .au-cs .cf-row__cta {
    align-items: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    width: 100%;
    min-width: 0;
  }

  .au-cs .cf-row__brand img {
    width: 78px;
  }

}

@media (max-width:880px) {
  .au-cs .cf-row {
    grid-template-columns: 56px 90px 1fr;
    grid-template-areas: "rank brand brand"
      "offer offer cta"
      "meta  meta  cta";
  }

  .au-cs .cf-row__brand {
    grid-template-columns: 90px 1fr;
  }

  .au-cs .cf-row__brand img {
    width: 90px;
  }

  .au-cs .cf-row__cta {
    align-items: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    min-width: 0;
    width: 100%;
  }

}

@media (max-width:900px) {
  .au-cs .cf-row {
    grid-template-columns: 56px 140px 1fr;
    grid-template-areas: "rank brand cta"
      "offer offer cta"
      "meta  meta  cta";
  }

  .au-cs .cf-brandstack__logo {
    width: 140px;
  }

  .au-cs .cf-row__cta {
    align-items: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    min-width: 0;
    width: 100%;
  }

}

@media (max-width: 900px) {
  .au-cs .cf-row {
    grid-template-columns: 44px 130px 1fr;
    column-gap: 12px;
    padding: 12px 14px;
  }

  .au-cs .cf-brandstack__logo {
    width: 130px;
  }

}

@media (min-width:1200px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 160px 1fr 1.1fr 210px !important;
  }

}

@media (max-width:900px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 130px 1fr !important;
    column-gap: 8px !important;
    padding-left: 6px !important;
  }

  .au-cs .cf-brandstack__logo {
    width: 130px;
  }

}

@media (min-width:1200px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 170px 1fr 1.1fr 230px;
  }

  .au-cs .cf-brandstack__logo {
    width: 170px;
  }

}

@media (max-width:1024px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 150px 1fr 1fr;
    grid-template-areas: "rank brand cta cta"
      "offer offer cta cta"
      "meta  meta  meta meta";
  }

  .au-cs .cf-row__cta {
    align-items: stretch;
    justify-self: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    width: 100%;
    min-width: 0;
  }

}

@media (max-width:900px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 130px 1fr;
    grid-template-areas: "rank brand cta"
      "offer offer cta"
      "meta  meta  cta";
    column-gap: 10px;
    padding: 12px 14px;
  }

  .au-cs .cf-brandstack__logo {
    width: 130px;
  }

  .au-cs .cf-mini {
    grid-template-columns: 1fr;
    gap: 6px;
  }

}

@media (max-width:1024px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 150px 1fr 1fr !important;
    grid-template-areas: "rank brand cta cta"
      "offer offer cta cta"
      "meta  meta  meta meta" !important;
  }

  .au-cs .cf-row__cta {
    align-items: stretch;
    justify-self: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    width: 100%;
    min-width: 0;
  }

}

@media (max-width:900px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 130px 1fr !important;
    grid-template-areas: "rank brand cta"
      "offer offer cta"
      "meta  meta  cta" !important;
    column-gap: 10px !important;
    padding: 12px 14px !important;
  }

  .au-cs .cf-brandstack__logo {
    width: 130px;
  }

  .au-cs .cf-row__meta .cf-mini {
    grid-template-columns: 1fr;
    gap: 6px;
  }

}

@media (max-width: 900px) {
  .au-cs .cf-row {
    grid-template-columns: max-content 130px 1fr !important;
    grid-template-areas: "rank brand cta"
      "offer offer cta"
      "meta  meta  cta" !important;
    column-gap: 10px !important;
    row-gap: 10px !important;
    padding: 12px 14px !important;
  }

  .au-cs .cf-row__cta {
    align-items: stretch;
    justify-self: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    width: 100%;
    min-width: 0;
  }

  .au-cs .cf-brandstack__logo {
    width: 130px;
  }

  .au-cs .cf-feats.cf-feats--row {
    gap: 8px 12px;
  }

}

@media (max-width: 640px) {
  .au-cs .cf-row {
    grid-template-columns: 44px 1fr !important;
    grid-template-areas: "rank brand"
      "offer offer"
      "meta  meta"
      "cta   cta" !important;
    column-gap: 12px !important;
    row-gap: 12px !important;
    padding: 12px !important;
  }

  .au-cs .cf-row__brand {
    margin: 0 !important;
    padding: 0 !important;
  }

  .au-cs .cf-brandstack {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
  }

  .au-cs .cf-brandstack__logo {
    width: 96px;
    height: auto;
    margin: 0 !important;
  }

  .au-cs .cf-brandstack__title {
    grid-column: 2;
    font-size: 17px;
  }

  .au-cs .cf-brandstack__rating {
    grid-column: 2;
  }

  .au-cs .cf-row .cf-pill {
    max-width: 100%;
    width: auto;
  }

  .au-cs .cf-feats.cf-feats--row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .au-cs .cf-feats.cf-feats--row li {
    flex: 1 1 46%;
  }

  .au-cs .cf-row__meta .cf-mini {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 10px;
  }

  .au-cs .cf-row__cta {
    align-items: stretch;
  }

  .au-cs .cf-row__cta .cf-btn {
    width: 100%;
    min-width: 0;
  }

}

@media (max-width: 380px) {
  .au-cs .cf-brandstack {
    grid-template-columns: 84px 1fr;
  }

  .au-cs .cf-brandstack__logo {
    width: 84px;
  }

}

@media (max-width: 640px) {
  .au-cs .cf-row__brand {
    margin: 0 !important;
    padding: 0 !important;
  }

  .au-cs .cf-brandstack {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
    min-width: 0;
  }

  .au-cs .cf-brandstack__logo {
    width: 96px;
    height: auto;
    margin: 0 !important;
  }

  .au-cs .cf-brandstack__title {
    grid-column: 2;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .au-cs .cf-brandstack__rating {
    grid-column: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .au-cs .cf-brandstack__rating .cf-stars-plain {
    display: inline-flex;
    flex: 0 0 auto;
  }

  .au-cs .cf-brandstack__rating .cf-rate,
  .au-cs .cf-brandstack__rating .cf-rev {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
  }

  .au-cs .cf-star {
    width: 14px;
    height: 14px;
    color: #ffb200;
  }

}

@media (max-width: 640px) {
  .au-cs .cf-row__brand {
    margin: 0 !important;
    padding: 0 !important;
  }

  .au-cs .cf-brandstack {
    display: grid !important;
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;
  }

  .au-cs .cf-brandstack__logo {
    width: 96px;
    height: auto;
    margin: 0 !important;
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .au-cs .cf-row__brand .cf-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 17px;
    line-height: 1.2;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .au-cs .cf-brandstack__rating {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .au-cs .cf-brandstack__rating .cf-stars-plain {
    display: inline-flex;
  }

  .au-cs .cf-brandstack__rating .cf-rate,
  .au-cs .cf-brandstack__rating .cf-rev {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
  }

}

@media (max-width: 900px) and (min-width: 641px) {
  .au-cs .cf-brandstack__logo {
    width: 130px;
  }

}
/* === MOBILE FIX PACK — horizontal row cards === */

/* 1) Назва завжди видима і на своєму місці */
@media (max-width: 640px) {
  .au-cs .cf-row{
    grid-template-columns: 44px 1fr;
    grid-template-areas:
      "rank brand"
      "offer offer"
      "meta  meta"
      "cta   cta";
    column-gap:12px; row-gap:12px; padding:12px;
  }

  /* Стек бренду: лого зліва, праворуч назва, під нею рейтинг */
  .au-cs .cf-row .cf-row__brand{
    grid-area:brand;
    display:grid;
    grid-template-columns:96px 1fr;
    grid-template-rows:auto auto;
    column-gap:10px; row-gap:4px; align-items:center; min-width:0;
  }
  .au-cs .cf-row .cf-row__brand > img{
    grid-column:1; grid-row:1 / span 2;
    width:96px; height:auto; border-radius:12px; margin:0;
  }
  .au-cs .cf-row .cf-title,
  .au-cs .cf-row .cf-brandstack__title{
    grid-column:2; grid-row:1;
    display:block !important; visibility:visible !important; position:static !important;
    font-size:17px; line-height:1.2; color:var(--au-text);
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis; min-width:0; max-width:100%;
  }
  .au-cs .cf-row .cf-brandstack__rating{ grid-column:2; grid-row:2; display:flex; gap:6px; }

  /* Капсула оффера */
  .au-cs .cf-row__offer{ grid-area:offer; }

  /* Метадані + купон */
  .au-cs .cf-row__meta{ grid-area:meta; }
  .au-cs .cf-row .cf-pill{ max-width:100%; width:auto; }

  /* 2) Кнопка CTA — широка смуга унизу, без поворотів/вертикального письма */
  .au-cs .cf-row__cta{
    grid-area:cta;
    align-items:stretch; justify-self:stretch;
    display:flex; flex-direction:column; gap:8px;
    position:static !important; transform:none !important;
  }
  .au-cs .cf-row__cta .cf-btn{
    width:100%; min-width:0;
    transform:none !important; rotate:0 !important;
    writing-mode: horizontal-tb !important;
    text-orientation: mixed !important;
    white-space:normal !important;
  }
}

/* Підстраховка для десктопа: забороняємо вертикальну орієнтацію кнопки всюди */
.au-cs .cf-row__cta,
.au-cs .cf-row__cta .cf-btn{
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  transform:none !important; rotate:0 !important;
}

/* Не дозволяємо темі ховати назву */
.au-cs .cf-row .cf-title{ display:block !important; visibility:visible !important; }

/* === TITLE RESURRECTION (mobile row cards) === */
@media (max-width: 640px) {
  /* робимо батьків сіткою та не даємо їм обнуляти шрифт */
  .au-cs .cf-row .cf-row__brand,
  .au-cs .cf-row .cf-brandstack{
    display:grid;
    grid-template-columns:96px 1fr;
    grid-template-rows:auto auto;
    column-gap:10px; row-gap:4px;
    align-items:center; min-width:0;
    font-size:16px; /* на випадок font-size:0 у теми */
  }
  .au-cs .cf-row .cf-row__brand > img,
  .au-cs .cf-row .cf-brandstack__logo{
    grid-column:1; grid-row:1 / span 2;
    width:96px; height:auto; border-radius:12px; margin:0;
  }

  /* головний фікс — показати назву за будь-яких умов */
  .au-cs .cf-row a.cf-title,
  .au-cs .cf-row .cf-brandstack__title{
    grid-column:2; grid-row:1;
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    position:static !important;
    width:auto !important; height:auto !important;
    margin:0 !important; padding:0 !important;
    clip:auto !important; clip-path:none !important;
    overflow:visible !important;
    text-indent:0 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis;
    min-width:0; max-width:100%;
    font-size:17px !important; line-height:1.2;
    color:var(--au-text, #0b1f36) !important;
    z-index:3 !important;
  }

  /* якщо десь намагалися сховати вміст всередині тайтла */
  .au-cs .cf-row a.cf-title *,
  .au-cs .cf-row .cf-brandstack__title *{
    opacity:1 !important;
    clip:auto !important; clip-path:none !important;
    text-indent:0 !important;
  }

  /* рейтинг під назвою, якщо присутній */
  .au-cs .cf-row .cf-brandstack__rating{ 
    grid-column:2; grid-row:2; display:flex; gap:6px; 
  }
}

/* на всяк випадок — й поза мобі не даємо сховати тайтл */
.au-cs .cf-row a.cf-title{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
}
/* ========= MOBILE: центр по вертикалі для всіх карток ========= */
@media (max-width: 640px) {
  /* бренд у рядкових картках */
  .au-cs .cf-row .cf-row__brand {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 4px;
    align-items: center;      /* <-- вертикальний центр для лого й тайтла */
    justify-items: start;
    min-width: 0;
  }
  .au-cs .cf-row .cf-row__brand > img {
    align-self: center;       /* лого по центру по вертикалі */
  }
  .au-cs .cf-row .cf-title {
    align-self: center;       /* тайтл по центру по вертикалі */
  }

  /* на випадок вертикальної (карточної) версії на мобілці */
  .au-cs .cf-card .cf-card__brand {
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    align-items: center;      /* центр по вертикалі */
    text-align: center;
    row-gap: 8px;
  }
  .au-cs .cf-card .cf-card__brand img {
    align-self: center;
  }
}

/* ========= DESKTOP: центр тільки у вертикальних картках ========= */
@media (min-width: 641px) {
  /* це картки в сітці (топ-3). Горизонтальні ряди не чіпаємо */
  .au-cs .cf-grid .cf-card .cf-card__brand {
    display: flex;
    flex-direction: column;
    align-items: center;      /* центр по горизонталі */
    justify-content: center;  /* центр по вертикалі */
    gap: 8px;
    text-align: center;
    min-height: 110px;        /* щоб було видно ефект центрування */
  }
  .au-cs .cf-grid .cf-card .cf-card__brand img {
    height: auto;
    max-height: 80px;
    object-fit: contain;
  }
  .au-cs .cf-grid .cf-card .cf-title {
    line-height: 1.2;
  }
}
/* === Single: rating bars (fix mobile) === */
.au-cs .cf-bars{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px 24px;
}

.au-cs .cf-bar{
  display:grid;
  grid-template-columns:140px 1fr 42px;
  align-items:center;
  column-gap:12px;
  min-width:0;
}

.au-cs .cf-bar__label{
  white-space:nowrap;
}

.au-cs .cf-bar__track{
  position:relative;
  height:8px;                 /* <— головне: висота смужки */
  background:#e9eef3;
  border-radius:6px;
  overflow:hidden;
}

.au-cs .cf-bar__fill{
  position:absolute;
  left:0; top:0; bottom:0;
  width:0;                    /* дефолт */
  background:#18b16f;
  border-radius:6px;
}

/* цифра справа */
.au-cs .cf-bar__num{
  text-align:right;
  font-weight:600;
}

/* На мобі — в одну колонку, трек не зникає */
@media (max-width: 640px){
  .au-cs .cf-bars{
    grid-template-columns:1fr;
    gap:14px;
  }
  .au-cs .cf-bar{
    grid-template-columns:1fr;
    grid-template-rows:auto 8px auto; /* label, track, number */
    row-gap:6px;
  }
  .au-cs .cf-bar__label{ order:1; }
  .au-cs .cf-bar__track{ order:2; height:8px; }  /* <— висота на мобі */
  .au-cs .cf-bar__num{ order:3; text-align:left; }
}

/* Якщо хтось обнуляв висоту/видимість — підстрахуємося */
.au-cs .cf-bar__track, .au-cs .cf-bar__fill{
  visibility:visible;
}
/* ===================== BONUSES ===================== */

/* Грід 3-в-рядок (на моб змінюємося на 1-2) */
.cf-grid.cf-grid--3 .cf-bonus {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1px 0 rgba(9,30,66,.06), 0 8px 20px rgba(9,30,66,.06);
}

.cf-bonus .cf-card__brand {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
}
.cf-bonus .cf-card__brand img {
  width: 172px; height: 80px; object-fit: contain; border-radius: 10px;
  background: #F8F9FD;
}
.cf-bonus .cf-title {
  font-size: 18px; font-weight: 700; line-height: 1.25; color: #10243e;
}

.cf-bonus .cf-offer { 
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding-top: 2px;
}
.cf-bonus .cf-offer__icon { font-size: 18px; }
.cf-bonus .cf-tagline { font-weight: 700; color:#0d2343; }
.cf-bonus .cf-offer__amount { font-weight: 800; color:#0d2343; white-space: nowrap; }

.cf-bonus .cf-action { 
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px;
}
.cf-bonus .cf-codegroup { display:flex; gap: 8px; }
.cf-bonus .cf-cta { display:flex; flex-direction: column; align-items:flex-end; gap:6px; }
.cf-bonus .cf-ad { font-size:12px; color:#8897ab; }

.cf-bonus .cf-pill { 
  display:inline-flex; align-items:center; gap:8px; padding:10px 14px;
  border-radius: 999px; border: 1px dashed #dadde6; background:#fff; font-weight:700;
}
.cf-bonus .cf-btn--yellow { min-width: 180px; }

/* Зірки в картці бонусу */
.cf-bonus .cf-starswrap{ display:flex; align-items:center; gap:8px; margin-top:2px;}
.cf-bonus .cf-rate{ font-weight:800; color:#0d2343; }

/* ----- Inline-бонус (в сінглі казино) ----- */
.cf-bonus-inline {
  display: grid;
  grid-template-columns: minmax(0,1fr);
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background:#fff;
  box-shadow: 0 1px 0 rgba(9,30,66,.06), 0 8px 20px rgba(9,30,66,.06);
}
.cf-bonus-inline__head{ display:flex; align-items:center; gap:12px; }
.cf-bonus-inline__head img{
  width:72px;height:48px;object-fit:contain;background:#F8F9FD;border-radius:10px;
}
.cf-bonus-inline__title{ font-size:18px;font-weight:800;color:#10243e;margin:0; }
.cf-bonus-inline__headline{ font-weight:700;color:#0d2343; }
.cf-bonus-inline__actions{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.cf-bonus-inline .cf-pill{ border:1px dashed #dadde6; }
.cf-bonus-inline .cf-btn--yellow{ min-width: 160px; }

/* ----- Адаптив ----- */
@media (max-width: 1024px){
  .cf-grid.cf-grid--3{ grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px){
  .cf-grid.cf-grid--3{ grid-template-columns: 1fr; }
  .cf-bonus .cf-action{ grid-template-columns: 1fr; }
  .cf-bonus .cf-cta{ align-items: stretch; }
  .cf-bonus .cf-btn--yellow{ width:100%; }
  .cf-bonus-inline__head img{ width:64px;height:44px; }
}
/* ===== Bonus inline (в single-казино) ===== */
.au-box.cf-bonus-inline{
  padding:16px 20px;                 /* компактніше, ніж стандартна коробка */
  border-radius:16px;
  background:#fff;
  box-shadow:0 2px 14px rgba(16,24,40,.06);
  display:grid;
  grid-template-columns:auto 1fr auto;  /* [логотип+назва] [заголовок офера] [кнопки] */
  gap:16px 20px;
  align-items:center;
}

/* Ліва частина: логотип + назва */
.cf-bonus-inline__head{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
}
.cf-bonus-inline__head img{
  width:56px; height:56px;
  object-fit:contain;
  border-radius:12px;
  flex:0 0 56px;
}
.cf-bonus-inline__title{
  margin:0;
  font-size:18px;
  font-weight:700;
  color:#0f172a;
  line-height:1.2;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

/* Середина: «🎁 заголовок офера» */
.cf-bonus-inline__headline{
  font-weight:700;
  color:#0f172a;
}

/* Права частина: код + кнопка */
.cf-bonus-inline__actions{
  display:flex;
  align-items:center;
  gap:12px;
  justify-self:end;
}
.cf-bonus-inline .cf-pill{          /* копіпаста стилю «% SPORTUA» з карток */
  white-space:nowrap;
}
.cf-bonus-inline .cf-btn{           /* кнопка «Get bonus» */
  padding:12px 18px;
}

/* --------- адаптив --------- */
/* ноутбуки/ планшети */
@media (max-width: 1024px){
  .au-box.cf-bonus-inline{
    grid-template-columns:1fr auto; /* [head] [actions] */
    grid-template-areas:
      "head actions"
      "headline actions";
  }
  .cf-bonus-inline__head{grid-area:head;}
  .cf-bonus-inline__headline{grid-area:headline;}
  .cf-bonus-inline__actions{grid-area:actions;}
}

/* телефони */
@media (max-width: 640px){
  .au-box.cf-bonus-inline{
    grid-template-columns:1fr;      /* стеком */
    grid-template-areas:
      "head"
      "headline"
      "actions";
    gap:12px;
  }
  .cf-bonus-inline__head img{width:44px;height:44px;border-radius:10px;}
  .cf-bonus-inline__title{font-size:16px;}
  .cf-bonus-inline__headline{font-size:15px;}
  .cf-bonus-inline__actions{
    justify-self:stretch;
  }
  .cf-bonus-inline__actions .cf-btn{
    width:100%;
  }
  .cf-bonus-inline__actions .cf-pill{
    flex:1 1 auto;
    min-width:0;
  }
}

/* --- Slots Grid --- */
.cf-grid.cf-grid--4 {
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
}
@media (max-width:1024px){ .cf-grid.cf-grid--4{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:640px){ .cf-grid.cf-grid--4{ grid-template-columns:1fr; } }

.cf-slot-card .cf-slot-card__thumb img{ width:100%; height:auto; border-radius:12px; display:block; }
.cf-slot-card__title{ margin:.75rem 0 .25rem; font-size:1rem; line-height:1.2; }
.cf-slot-card__meta{ list-style:none; padding:0; margin:.5rem 0 1rem; display:grid; grid-template-columns:1fr 1fr; gap:.25rem .75rem; }
.cf-slot-card__meta li{ display:flex; justify-content:space-between; font-size:.9rem; opacity:.9; }
.cf-slot-card__btns{ display:flex; gap:.5rem; }

/* --- Slot Hero (single) --- */
.cf-slot-hero{ display:grid; grid-template-columns:340px 1fr; gap:24px; align-items:center; }
@media (max-width:900px){ .cf-slot-hero{ grid-template-columns:1fr; } }
.cf-slot-hero__img{ width:100%; border-radius:16px; display:block; }
.cf-slot-hero__title{ margin:.75rem 0 0; font-size:1.6rem; }

.cf-feats.cf-feats--slot{ display:grid; grid-template-columns:repeat(2, minmax(160px,1fr)); gap:10px 18px; }
@media (max-width:540px){ .cf-feats.cf-feats--slot{ grid-template-columns:1fr 1fr; } }
.cf-slot-hero__cta{ margin-top:16px; display:flex; gap:10px; flex-wrap:wrap; }

/* --- Slot Media --- */
.cf-slot-media__grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
@media (max-width:960px){ .cf-slot-media__grid{ grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .cf-slot-media__grid{ grid-template-columns:1fr;} }
.cf-slot-media__grid img{ width:100%; height:auto; border-radius:12px; display:block; }
.cf-slot-media__video iframe{ width:100%; aspect-ratio:16/9; border:0; border-radius:12px; }
/* === Normalize containers (same side paddings everywhere) === */
:root{
  --au-max: 1120px;      /* підгони під свій макс. контейнер */
  --au-pad-m: 16px;      /* мобільний внутр. відступ */
  --au-pad-d: 32px;      /* десктоп внутр. відступ */
}

/* загальний контейнер для наших секцій */
.au-cs .cf-grid,
.au-cs .cf-list,
.au-cs .au-box,
.au-cs .cf-slot-hero{
  max-width: var(--au-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--au-pad-m);
  padding-right: var(--au-pad-m);
}

@media (min-width: 992px){
  .au-cs .cf-grid,
  .au-cs .cf-list,
  .au-cs .au-box,
  .au-cs .cf-slot-hero{
    padding-left: var(--au-pad-d);
    padding-right: var(--au-pad-d);
  }
}

/* якщо десь було «full-bleed», прибираємо вирівнювання на край */
.au-cs .cf-slot-hero{
  width: 100%;
  box-sizing: border-box;
}

/* усередині hero: акуратна сітка і зазор */
.cf-slot-hero{
  display: grid;
  gap: 24px;
}
@media (min-width: 992px){
  .cf-slot-hero{
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    gap: 32px;
  }
}

/* картинка слота — щоб не вилазила */
.cf-slot-hero__img{
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}

/* грід карток слотів: 1 на мобайлі, 4 на десктопі */
.cf-grid.cf-slots{
  grid-template-columns: 1fr;
}
@media (min-width: 576px){
  .cf-grid.cf-slots{ grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1200px){
  .cf-grid.cf-slots{ grid-template-columns: repeat(2, 1fr); }
}

/* === Promo cards === */
.cf-promos { gap: 16px; }

.cf-promo {
  display:flex; flex-direction:column;
  border-radius:16px; background:#fff;
  box-shadow:0 4px 14px rgba(18,23,28,.06);
  overflow:hidden; position:relative;
}

.cf-promo__badge{
  position:absolute; left:12px; top:12px;
  background:#f6f0ff; color:#2b2b2b; font-weight:700;
  border-radius:10px; padding:8px 12px; z-index:2;
}

.cf-promo__media img{ width:100%; height:164px; object-fit:cover; display:block; }

.cf-promo__body{ padding:14px 14px 16px; display:flex; flex-direction:column; gap:10px; }
.cf-promo__label{ font-size:12px; font-weight:600; color:#667085; }
.cf-promo__title{ font-size:16px; line-height:1.2; margin:0; }
.cf-promo__desc{ margin:0; color:#475467; font-size:14px; line-height:1.45; }

.cf-promo__actions{ display:flex; gap:10px; align-items:center; margin-top:6px; flex-wrap:wrap; }
.cf-promo .cf-pill{ height:40px; }
.cf-promo .cf-btn{ height:40px; padding:0 16px; }

/* Grid: desktop 4, tablet 2, mobile 1 */
.cf-grid.cf-grid--4.cf-promos{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
@media (max-width: 1024px){
  .cf-grid.cf-grid--4.cf-promos{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px){
  .cf-grid.cf-grid--4.cf-promos{ grid-template-columns:1fr; }
}

/* ===== harden blocks inside post content ===== */
.au-cs { max-width: 100%; writing-mode: horizontal-tb !important; direction: ltr; }
.entry-content .au-cs, .wp-block-post-content .au-cs { margin-left: 0; margin-right: 0; }

/* Скидаємо агресивні стилі теми */
.au-cs, .au-cs * {
  box-sizing: border-box;
  text-transform: none;
  letter-spacing: normal;
}

.au-cs img { max-width: 100%; height: auto; display: block; }

/* Якщо тема раптом задає вертикальний текст/обертання – примусово горизонтально */
.au-cs [class*="cf-"], 
.au-cs .cf-pill, 
.au-cs .cf-btn, 
.au-cs .cf-title {

  writing-mode: horizontal-tb !important;
  transform: none !important;
}

/* Коли шорткод випадково опинився всередині <p> від wpautop */
p > .au-cs { display: block; margin: 0; }

/* Табличні/гридні секції не повинні спадкувати line-height з теми */
.au-cs .cf-grid, .au-cs .cf-list, .au-cs .cf-row, .au-cs .cf-card { line-height: 1.3; }

/* Кнопки/піллюлі як inline-flex в одному рядку */
.au-cs .cf-pill,
.au-cs .cf-btn { display: inline-flex; align-items: center; white-space: nowrap; }

/* Запобігти надвузьким колонкам у записі */
.au-cs .cf-grid { width: 100%; }

.cf-slot-hero img{
	max-width:50%;
	margin:auto;
}

@media (max-width: 640px) {
  .au-cs .cf-feats li {
    display: grid;
    align-items: center;
    gap: 1px;
    grid-template-columns: 14px 1fr auto;
    font-size: 8pt;
  }
}

.slot-demo {
	color:#2f2f2f;
}
