.scpb-page {
  --scpb-max: 1180px;
  --scpb-accent: #61e600;
  --scpb-secondary: #6c3bff;
  --scpb-bg: #ffffff;
  --scpb-radius: 18px;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #fff;
  color: #141827;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  isolation: isolate;
}

.scpb-page.scpb-has-fixed-header {
  margin-top: var(--scpb-fixed-header-height, 0px) !important;
}

.scpb-page,
.scpb-page * {
  box-sizing: border-box;
}

.scpb-page a {
  color: inherit;
  text-decoration: none;
}

.scpb-page button,
.scpb-page input,
.scpb-page select {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: inherit;
}

.scpb-page h1,
.scpb-page h2,
.scpb-page h3,
.scpb-page p {
  margin-top: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.scpb-page a,
.scpb-page span,
.scpb-page b,
.scpb-page small,
.scpb-page label,
.scpb-page summary {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.scpb-shell {
  width: min(calc(100% - 40px), var(--scpb-max));
  margin-right: auto;
  margin-left: auto;
}

.scpb-shortcode-section > .scpb-shell > h2,
.scpb-richtext > .scpb-shell > h2,
.scpb-comments-section > .scpb-shell > h2 {
  margin-bottom: 18px;
}

.scpb-richtext {
  padding-bottom: 10px;
}

.scpb-richtext > .scpb-shell {
  padding: 34px 40px;
  border: 1px solid #e5e8f0;
  border-radius: var(--scpb-radius);
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 24, 39, .05);
}

.scpb-richtext p,
.scpb-richtext li {
  color: #4f5b70;
  line-height: 1.75;
}

.scpb-article-content {
  max-width: 900px;
  font-size: 15px;
}

.scpb-article-content h2,
.scpb-article-content h3,
.scpb-article-content h4 {
  margin: 28px 0 12px;
  color: #151827;
}

.scpb-article-content > :first-child {
  margin-top: 0;
}

.scpb-comments-section {
  padding-bottom: 48px;
}

.scpb-cta-section:last-child {
  padding-bottom: 48px;
}

.scpb-hero {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  background-color: #07091a;
  background-image:
    linear-gradient(90deg, rgba(6, 7, 23, .08), rgba(14, 9, 52, .14), rgba(6, 7, 23, .08)),
    url("../hero-casino-v2.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.scpb-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 25%, rgba(8, 7, 32, .18) 38%, rgba(8, 7, 32, .18) 62%, transparent 75%);
}

.scpb-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 0 18px;
  text-align: center;
}

.scpb-hero-copy {
  max-width: 820px;
}

.scpb-hero h1, .scpb-hero .scpb-hero-title {
  margin: 0 0 9px;
  color: #fff;
  font-size: clamp(29px, 2.5vw, 36px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.scpb-hero-copy > p {
  max-width: 660px;
  margin: 0 auto;
  color: #c8c7d7;
  font-size: 15px;
}

.scpb-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0 25px;
  border-radius: 7px;
  background: var(--scpb-accent);
  box-shadow: 0 7px 20px rgba(97, 230, 0, .18);
  color: #142300 !important;
  font-weight: 850;
  transition: transform .18s, filter .18s;
}

.scpb-btn:hover,
.scpb-play:hover,
.scpb-featured-play:hover {
  filter: brightness(.94);
  transform: translateY(-1px);
}

.scpb-hero-benefits {
  display: grid;
  width: min(800px, 100%);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.scpb-hero-benefits article {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
}

.scpb-line-icon,
.scpb-heading-icon {
  display: inline-grid;
  flex: none;
  place-items: center;
  color: var(--scpb-accent);
}

.scpb-line-icon {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(97, 230, 0, .45);
  border-radius: 10px;
  background: rgba(97, 230, 0, .06);
}

.scpb-line-icon svg {
  width: 19px;
  height: 19px;
}

.scpb-hero-benefits b,
.scpb-hero-benefits small {
  display: block;
}

.scpb-hero-benefits b {
  color: #fff;
  font-size: 12px;
}

.scpb-hero-benefits small {
  margin-top: 2px;
  color: #aaa8bb;
  font-size: 10px;
}

.scpb-section {
  padding: 28px 0 0;
  background: #fff;
}

.scpb-section h2 {
  margin: 0 0 8px;
  color: #151827;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.02em;
}

.scpb-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 17px;
}

.scpb-section-head h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.scpb-section-head p {
  margin: 0;
  color: #7a7f8f;
  font-size: 12px;
}

.scpb-heading-icon {
  width: 22px;
  height: 22px;
  color: #e5a000;
}

.scpb-heading-icon svg {
  width: 22px;
  height: 22px;
}

.scpb-rating-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 288px;
  gap: 18px;
  align-items: start;
}

.scpb-rating-main,
.scpb-filters,
.scpb-featured {
  min-width: 0;
}

.scpb-table {
  overflow: hidden;
  border: 1px solid #e7e9ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(17, 24, 39, .035);
}

.scpb-table-head,
.scpb-casino-row {
  display: grid;
  grid-template-columns: 26px 132px minmax(125px, 1fr) 72px 76px 96px 64px 58px;
  gap: 8px;
  align-items: center;
}

.scpb-table-head {
  min-height: 38px;
  padding: 0 12px;
  border-bottom: 1px solid #eceef3;
  color: #989dac;
  font-size: 9px;
  font-weight: 750;
}

.scpb-casino-row {
  min-height: 65px;
  padding: 9px 12px;
  border-bottom: 1px solid #eef0f4;
  transition: background .15s;
}

.scpb-casino-row:last-child {
  border-bottom: 0;
}

.scpb-casino-row:hover {
  background: #fbfcff;
}

.scpb-casino-row[hidden] {
  display: none !important;
}

.scpb-rank {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 6px;
  background: #6bd80e;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.scpb-casino-row:nth-child(2) .scpb-rank { background: #596172; }
.scpb-casino-row:nth-child(3) .scpb-rank { background: #b86a25; }
.scpb-casino-row:nth-child(n+4) .scpb-rank { background: #2d3241; }

.scpb-casino-name {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
}

.scpb-casino-name > b {
  overflow: hidden;
  color: #202332;
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-casino-logo {
  display: grid;
  width: 50px;
  height: 34px;
  flex: none;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  background: linear-gradient(145deg, #121829, #05070f);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -.02em;
  box-shadow: inset 0 0 18px rgba(108, 59, 255, .18);
}

.scpb-casino-row:nth-child(2) .scpb-casino-logo { background: linear-gradient(145deg, #0d233f, #07101e); }
.scpb-casino-row:nth-child(3) .scpb-casino-logo { background: linear-gradient(145deg, #f1383c, #b81032); }
.scpb-casino-row:nth-child(4) .scpb-casino-logo { background: linear-gradient(145deg, #4f208d, #1f0a42); }
.scpb-casino-row:nth-child(5) .scpb-casino-logo { background: linear-gradient(145deg, #0b5b3d, #062319); }

.scpb-casino-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scpb-casino-logo.is-large {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  color: #151827;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .13);
}

.scpb-bonus b,
.scpb-bonus small,
.scpb-rating b,
.scpb-rating small {
  display: block;
}

.scpb-bonus b,
.scpb-deposit b,
.scpb-payout b {
  color: #262938;
  font-size: 10px;
}

.scpb-bonus small,
.scpb-rating small {
  margin-top: 2px;
  color: #a0a4b0;
  font-size: 8px;
}

.scpb-rating b {
  color: #d99000;
  font-size: 10px;
}

.scpb-payout {
  display: flex;
  align-items: center;
  gap: 5px;
}

.scpb-payout i {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: #49c300;
  box-shadow: 0 0 0 3px rgba(73, 195, 0, .12);
}

.scpb-play,
.scpb-review {
  display: inline-flex;
  min-height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 850;
  transition: transform .18s, filter .18s;
}

.scpb-play {
  background: var(--scpb-accent);
  color: #193000 !important;
}

.scpb-review {
  border: 1px solid #dfe2e9;
  background: #fff;
  color: #424756 !important;
}

.scpb-show-all {
  display: flex;
  width: max-content;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin: 14px auto 0;
  padding: 0 24px;
  border-radius: 999px;
  background: #eceef3;
  color: #686d7b !important;
  font-size: 10px;
  font-weight: 800;
}

.scpb-rating-side {
  display: grid;
  gap: 15px;
}

.scpb-filters {
  padding: 16px;
  border: 1px solid #e4e6ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(18, 22, 33, .04);
}

.scpb-filters-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.scpb-filters-title b {
  font-size: 13px;
}

.scpb-filter-close {
  display: none;
  border: 0;
  background: none;
  color: #606574;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.scpb-filters > label:not(.scpb-filter-check) {
  display: block;
  margin-bottom: 11px;
  color: #555a69;
  font-size: 9px;
  font-weight: 800;
}

.scpb-filters select {
  display: block;
  width: 100%;
  height: 37px;
  margin-top: 5px;
  padding: 0 10px;
  border: 1px solid #e4e6ec;
  border-radius: 6px;
  outline: 0;
  background: #fff;
  color: #353947;
  font-size: 10px;
}

.scpb-filter-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 13px;
  color: #4f5462;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}

.scpb-filter-check input {
  position: absolute;
  opacity: 0;
}

.scpb-filter-check i {
  position: relative;
  width: 31px;
  height: 18px;
  border-radius: 999px;
  background: #c9cdd6;
}

.scpb-filter-check i::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transition: transform .18s;
}

.scpb-filter-check input:checked + i {
  background: var(--scpb-accent);
}

.scpb-filter-check input:checked + i::after {
  transform: translateX(13px);
}

.scpb-filter-result {
  width: 100%;
  min-height: 35px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(100deg, #2c0b5d, #160039);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  cursor: pointer;
}

.scpb-filter-toggle {
  display: none;
  min-height: 35px;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border: 1px solid #e2e5eb;
  border-radius: 6px;
  background: #fff;
  color: #353a49;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.scpb-filter-toggle svg {
  width: 15px;
  height: 15px;
}

.scpb-featured {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 110% -10%, rgba(108, 59, 255, .78), transparent 42%),
    linear-gradient(150deg, #16003a, #280064 62%, #13002f);
  box-shadow: 0 14px 30px rgba(24, 0, 63, .17);
  color: #fff;
}

.scpb-featured::after {
  position: absolute;
  top: -24px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
  content: "";
}

.scpb-featured::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 14px;
  width: 24px;
  height: 34px;
  background: var(--scpb-accent);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 76%, 0 100%);
  content: "★";
  color: #173000;
  font-size: 10px;
  font-weight: 900;
  line-height: 22px;
  text-align: center;
}

.scpb-featured-label {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 850;
}

.scpb-featured-top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  gap: 11px;
  align-items: center;
}

.scpb-featured h3 {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.scpb-featured-top div span {
  display: block;
  margin-top: 3px;
  color: #f8c400;
  font-size: 10px;
}

.scpb-score {
  display: grid;
  width: 37px;
  height: 43px;
  place-items: center;
  background: #ff214f;
  clip-path: polygon(50% 0, 100% 17%, 90% 78%, 50% 100%, 10% 78%, 0 17%);
  font-size: 12px;
}

.scpb-featured > p {
  position: relative;
  z-index: 1;
  min-height: 38px;
  margin: 16px 0 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

.scpb-featured-play,
.scpb-featured-review {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 850;
}

.scpb-featured-play {
  min-height: 39px;
  border-radius: 6px;
  background: var(--scpb-accent);
  color: #173000 !important;
  font-size: 10px;
  transition: transform .18s, filter .18s;
}

.scpb-featured-review {
  margin-top: 10px;
  color: #d9d1e9 !important;
  font-size: 9px;
}

.scpb-features-section {
  padding-top: 34px;
}

.scpb-features-section > .scpb-shell {
  padding: 4px 0 32px;
  border-bottom: 1px solid #edf0f4;
}

.scpb-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.scpb-features article {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 14px;
  border: 1px solid #e7e9ef;
  border-radius: 12px;
  background: #fff;
}

.scpb-feature-icon,
.scpb-card-icon {
  display: grid;
  flex: none;
  place-items: center;
  border: 1px solid #dcd2ff;
  color: var(--scpb-secondary);
}

.scpb-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: #faf8ff;
}

.scpb-feature-icon svg,
.scpb-card-icon svg {
  width: 19px;
  height: 19px;
}

.scpb-features h3 {
  margin: 0 0 2px;
  color: #171c2a;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.scpb-features p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.scpb-lower-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 38px;
  align-items: start;
  padding-top: 40px;
}

.scpb-lower-grid > .scpb-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.scpb-lower-grid.has-one {
  grid-template-columns: 1fr;
}

.scpb-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  clip-path: inset(50%) !important;
}

.scpb-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, .92fr);
  gap: 20px;
  align-items: stretch;
}

.scpb-faq {
  overflow: hidden;
  border: 1px solid #e1e5ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(27, 33, 50, .065);
}

.scpb-faq details {
  border-bottom: 1px solid #eceef3;
}

.scpb-faq details:last-child {
  border-bottom: 0;
}

.scpb-faq summary {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 26px;
  color: #202432;
  font-size: 15px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

.scpb-faq summary::-webkit-details-marker {
  display: none;
}

.scpb-faq summary span {
  display: grid;
  width: 32px;
  height: 32px;
  flex: none;
  place-items: center;
  border: 1px solid #dfd6fb;
  border-radius: 50%;
  background: #faf8ff;
  color: #6c3bff;
  font-size: 20px;
  line-height: 1;
  transition: transform .18s;
}

.scpb-faq details[open] summary span {
  transform: rotate(45deg);
}

.scpb-faq details > div {
  padding: 0 26px 20px;
  color: #737886;
  font-size: 13px;
}

.scpb-faq details p {
  margin: 0;
}

.scpb-resources {
  padding: 22px 26px;
  border: 1px solid #e1e5ed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(27, 33, 50, .065);
}

.scpb-resources h2 {
  margin: 0 0 12px;
  color: #171a27;
  font-size: 22px;
  line-height: 1.25;
}

.scpb-resource-list {
  display: grid;
}

.scpb-resource {
  display: grid;
  min-height: 72px;
  grid-template-columns: 46px minmax(0, 1fr) 34px;
  gap: 14px;
  align-items: center;
  color: #202432 !important;
  text-decoration: none !important;
}

.scpb-resource-icon,
.scpb-resource-arrow {
  display: grid;
  place-items: center;
  border: 1px solid #ded5fa;
  background: #faf8ff;
  color: #6c3bff;
}

.scpb-resource-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.scpb-resource-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: transform .2s, background .2s, color .2s;
}

.scpb-resource:nth-child(2) .scpb-resource-icon,
.scpb-resource:nth-child(2) .scpb-resource-arrow { border-color: #cce8bf; background: #f5fff1; color: #47af1c; }
.scpb-resource:nth-child(3) .scpb-resource-icon,
.scpb-resource:nth-child(3) .scpb-resource-arrow { border-color: #f5d4c0; background: #fff7f1; color: #ef6d25; }

.scpb-resource:hover .scpb-resource-arrow {
  transform: translateX(2px);
  border-color: #6c3bff;
  background: #6c3bff;
  color: #fff;
}

.scpb-resource:nth-child(2):hover .scpb-resource-arrow { border-color: #47af1c; background: #47af1c; color: #fff; }
.scpb-resource:nth-child(3):hover .scpb-resource-arrow { border-color: #ef6d25; background: #ef6d25; color: #fff; }

.scpb-resource-icon svg { width: 21px; height: 21px; }
.scpb-resource-arrow svg { width: 15px; height: 15px; }

.scpb-resource-copy {
  min-width: 0;
}

.scpb-resource-copy b,
.scpb-resource-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-resource-copy b {
  color: #202432;
  font-size: 14px;
  font-weight: 800;
}

.scpb-resource-copy small {
  margin-top: 2px;
  color: #7d8493;
  font-size: 11px;
}

.scpb-cards-head h2 {
  margin: 0 0 4px;
  color: #171a27;
  font-size: 26px;
}

.scpb-cards-head p {
  margin: 0;
  color: #7c8494;
  font-size: 13px;
}

.scpb-cards {
  display: grid;
  gap: 18px;
  margin-top: 20px;
}

.scpb-cards.cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.scpb-cards.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.scpb-cards.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.scpb-card {
  position: relative;
  display: flex;
  min-height: 218px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
  padding: 24px 21px 20px;
  border: 1px solid #ded7f5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(24, 29, 45, .075);
  text-align: left;
  text-decoration: none !important;
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.scpb-card::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: #7954e8;
  content: "";
}

.scpb-card:nth-child(2)::before { background: #56c927; }
.scpb-card:nth-child(3)::before { background: #ef8445; }
.scpb-card:nth-child(4)::before { background: #3293df; }

.scpb-card::after {
  content: none;
}

.scpb-card:nth-child(2) {
  border-color: #d0eac6;
  background: #fff;
}

.scpb-card:nth-child(2)::after {
  border-color: rgba(97, 230, 0, .08);
  background: rgba(97, 230, 0, .045);
}

.scpb-card:nth-child(3) {
  border-color: #f2d8c8;
  background: #fff;
}

.scpb-card:nth-child(3)::after {
  border-color: rgba(255, 135, 64, .08);
  background: rgba(255, 135, 64, .04);
}

.scpb-card:nth-child(4) {
  border-color: #cfe4f7;
  background: #fff;
}

.scpb-card:nth-child(4)::after {
  border-color: rgba(58, 151, 255, .08);
  background: rgba(58, 151, 255, .04);
}

.scpb-card:hover {
  transform: translateY(-4px);
  border-color: #c7b8f3;
  box-shadow: 0 16px 34px rgba(42, 31, 87, .12);
}

.scpb-card-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #ded5fa;
  border-radius: 50%;
  background: #fff;
  color: #704be0;
  transition: transform .2s, background .2s, color .2s;
}

.scpb-card-arrow svg {
  width: 17px;
  height: 17px;
}

.scpb-card:nth-child(2) .scpb-card-arrow { border-color: #8bd873; background: #fff; color: #45a91b; }
.scpb-card:nth-child(3) .scpb-card-arrow { border-color: #f0a074; background: #fff; color: #d96a2b; }
.scpb-card:nth-child(4) .scpb-card-arrow { border-color: #75b7eb; background: #fff; color: #287fc8; }

.scpb-card:hover .scpb-card-arrow {
  transform: translateX(2px);
  border-color: #704be0;
  background: #704be0;
  color: #fff;
}

.scpb-card:nth-child(2):hover .scpb-card-arrow { border-color: #48ad1e; background: #48ad1e; color: #fff; }
.scpb-card:nth-child(3):hover .scpb-card-arrow { border-color: #d96a2b; background: #d96a2b; color: #fff; }
.scpb-card:nth-child(4):hover .scpb-card-arrow { border-color: #287fc8; background: #287fc8; color: #fff; }

.scpb-card-icon {
  width: 56px;
  height: 56px;
  border-color: #d9cdfb;
  border-radius: 15px;
  background: #f8f5ff;
  color: #7651e6;
}

.scpb-card:nth-child(2) .scpb-card-icon { border-color: #cce8bf; background: #f6fff2; color: #45a91b; }
.scpb-card:nth-child(3) .scpb-card-icon { border-color: #f4cfb8; background: #fff7f1; color: #db6c2c; }
.scpb-card:nth-child(4) .scpb-card-icon { border-color: #c9e1f8; background: #f3f9ff; color: #247ecf; }
.scpb-card-icon svg { width: 24px; height: 24px; }

.scpb-card-copy {
  position: relative;
  z-index: 1;
  display: block;
}

.scpb-card h3 {
  margin: 0 0 5px;
  color: #202433;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.scpb-card-description {
  display: block;
  min-height: 38px;
  color: #7d8493;
  font-size: 12px;
  line-height: 1.45;
}

.scpb-card-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.scpb-card-count {
  display: inline-flex;
  min-height: 27px;
  align-items: center;
  margin: 0;
  padding: 0 11px;
  border-radius: 99px;
  border: 1px solid #ebe7f6;
  background: #f6f2ff;
  color: #655b78;
  font-size: 11px;
  font-weight: 700;
}

.scpb-card:nth-child(2) .scpb-card-count { border-color: #d8edcf; background: #f0faeb; color: #3d7e22; }
.scpb-card:nth-child(3) .scpb-card-count { border-color: #f4dfd1; background: #fff2e9; color: #a75a2d; }
.scpb-card:nth-child(4) .scpb-card-count { border-color: #d8e8f7; background: #eef7ff; color: #326fa8; }

.scpb-quick-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  padding: 11px 14px;
  border: 1px solid #e3e7ee;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(27, 33, 50, .035);
}

.scpb-quick-links a {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-right: 1px solid #e3e7ee;
  color: #303544 !important;
  font-size: 13px;
  text-decoration: none !important;
}

.scpb-quick-links a:last-child { border-right: 0; }
.scpb-quick-links a b { font-size: 13px; font-weight: 750; }

.scpb-quick-links a > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #dfd5fa;
  border-radius: 10px;
  background: #faf8ff;
  color: #6c3bff;
}

.scpb-quick-links a:nth-child(2) > span { border-color: #d3ecc8; background: #f5fff1; color: #45b418; }
.scpb-quick-links a:nth-child(3) > span { border-color: #f5d4c0; background: #fff7f1; color: #e3702e; }
.scpb-quick-links a:nth-child(4) > span { border-color: #cde4f8; background: #f3f9ff; color: #2684d4; }
.scpb-quick-links svg { width: 18px; height: 18px; }

.scpb-cta-section {
  padding: 24px 0 20px;
}

.scpb-cta {
  position: relative;
  display: grid;
  min-height: 142px;
  grid-template-columns: minmax(0, 1fr) 190px auto;
  align-items: center;
  gap: 32px;
  overflow: hidden;
  padding: 27px 42px;
  border: 1px solid #dcd4f7;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(25, 22, 45, .065);
  color: #171a27;
}

.scpb-cta::before {
  position: absolute;
  top: 0;
  left: 38px;
  width: 72px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--scpb-accent), var(--scpb-secondary));
  content: "";
}

.scpb-cta::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 46%;
  height: 100%;
  background: radial-gradient(circle at 64% 50%, rgba(97, 230, 0, .07), transparent 54%);
  content: "";
  pointer-events: none;
}

.scpb-cta-copy,
.scpb-cta-art,
.scpb-cta .scpb-btn {
  position: relative;
  z-index: 1;
}

.scpb-cta h2 {
  margin-bottom: 4px;
  color: #171a27;
  font-size: 26px;
}

.scpb-cta p {
  margin: 0;
  color: #747b8b;
  font-size: 13px;
}

.scpb-cta .scpb-btn {
  display: flex;
  min-width: 210px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 0;
  text-decoration: none !important;
}

.scpb-cta .scpb-btn i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid rgba(18, 39, 5, .32);
  border-radius: 50%;
  font-style: normal;
}

.scpb-cta .scpb-btn i svg { width: 14px; height: 14px; }

.scpb-cta-art {
  display: block;
  width: 116px;
  height: 80px;
  justify-self: center;
  color: var(--scpb-secondary);
  filter: drop-shadow(0 8px 13px rgba(108, 59, 255, .1));
}

.scpb-cta-art svg {
  width: 100%;
  height: 100%;
}

.scpb-richtext {
  color: #555b6a;
}

.scpb-shortcode-warning {
  padding: 16px;
  border: 1px solid #ffd785;
  border-radius: 8px;
  background: #fff9e9;
  color: #6b4d08;
}

.scpb-shortcode {
  width: 100%;
  max-width: 100%;
}

.scpb-shortcode img,
.scpb-shortcode video,
.scpb-shortcode iframe {
  max-width: 100%;
}

.scpb-shortcode img,
.scpb-shortcode video {
  height: auto;
}

.scpb-casino-filterbar {
  position: relative;
  z-index: 12;
  margin: 0 0 20px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111827;
}

.scpb-casino-filterbar[hidden] {
  display: none !important;
}

.scpb-casino-filter-controls {
  display: flex;
  min-height: 52px;
  align-items: stretch;
  justify-content: flex-end;
}

.scpb-casino-filter-menu {
  position: relative;
  flex: 0 1 190px;
  min-width: 0;
  border-top: 1px solid #e3e7ed;
  border-bottom: 1px solid #e3e7ed;
  border-right: 1px solid #edf0f4;
}

.scpb-casino-filter-menu:first-of-type {
  border-left: 1px solid #e3e7ed;
}

.scpb-casino-filter-trigger,
.scpb-casino-filter-reset,
.scpb-casino-filter-mobile,
.scpb-casino-filter-list button,
.scpb-casino-filter-sort button,
.scpb-filter-actions button {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

.scpb-casino-filter-trigger {
  width: 100%;
  height: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border: 0;
  background: #f8f9fb;
  color: #182033;
  font-size: 14px;
  font-weight: 750;
}

.scpb-casino-filter-trigger:hover,
.scpb-casino-filter-menu.is-open > .scpb-casino-filter-trigger {
  background: #f2f7ef;
  color: #43b818;
}

.scpb-casino-filter-trigger i,
.scpb-casino-filter-mobile i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .18s ease;
}

.scpb-casino-filter-menu.is-open > .scpb-casino-filter-trigger i {
  transform: rotate(225deg) translate(-1px, -1px);
}

.scpb-casino-filter-popover {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  width: 320px;
  max-width: calc(100vw - 32px);
  padding: 16px;
  border: 1px solid #e0e5ec;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(14, 21, 36, .16);
  box-sizing: border-box;
  z-index: 40;
}

.scpb-casino-filter-popover *,
.scpb-casino-filter-popover *::before,
.scpb-casino-filter-popover *::after {
  box-sizing: border-box;
}

.scpb-casino-filter-menu.is-open > .scpb-casino-filter-popover {
  display: block;
}

.scpb-casino-filter-deposit {
  width: 350px !important;
  max-width: calc(100vw - 32px) !important;
  overflow: hidden;
}

.scpb-filter-field + .scpb-filter-field {
  margin-top: 15px;
}

.scpb-filter-field > label {
  display: block;
  margin: 0 0 7px;
  color: #1c2434;
  font-size: 12px;
  font-weight: 800;
}

.scpb-filter-pair {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 8px !important;
  align-items: center !important;
  overflow: hidden;
}

.scpb-filter-pair > * {
  position: static !important;
  float: none !important;
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 50% !important;
  margin: 0 !important;
  transform: none !important;
}

.scpb-filter-pair input,
.scpb-filter-pair span,
.scpb-casino-search {
  min-height: 38px;
  border: 1px solid #dce1e8;
  border-radius: 6px;
  background: #fff;
}

.scpb-filter-pair input {
  display: block !important;
  position: static !important;
  float: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 50% !important;
  flex: 1 1 0 !important;
  padding: 7px 9px;
  margin: 0 !important;
  outline: none;
  color: #111827;
}

.scpb-filter-pair span {
  display: flex;
  align-items: center;
  padding: 7px 9px;
  color: #697386;
}

.scpb-filter-pair input:focus,
.scpb-casino-search:focus-within {
  border-color: #61cf3e;
  box-shadow: 0 0 0 2px rgba(97, 207, 62, .12);
}

.scpb-filter-range {
  display: block !important;
  position: static !important;
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 4px;
  margin: 11px 0 2px !important;
  transform: none !important;
  accent-color: #45b957;
}

.scpb-filter-actions {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 8px;
  margin-top: 17px;
}

.scpb-filter-actions button {
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  border-radius: 7px;
  background: #eff2f6;
  color: #2f3949;
  font-weight: 800;
}

.scpb-filter-actions .scpb-filter-apply {
  background: #34a853;
  color: #fff;
}

.scpb-casino-search {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
}

.scpb-casino-search span {
  color: #87909f;
  font-size: 18px;
}

.scpb-casino-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
}

.scpb-casino-filter-list {
  max-height: 280px;
  margin: 10px -5px -4px;
  overflow: auto;
  overscroll-behavior: contain;
}

.scpb-casino-filter-list button,
.scpb-casino-filter-sort button {
  display: flex;
  width: 100%;
  min-height: 38px;
  align-items: center;
  padding: 7px 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #182033;
  text-align: left;
  font-size: 13px;
  font-weight: 650;
}

.scpb-casino-filter-list button:hover,
.scpb-casino-filter-list button.is-active,
.scpb-casino-filter-sort button:hover,
.scpb-casino-filter-sort button.is-active {
  background: #f1faee;
  color: #238b23;
}

.scpb-casino-filter-empty {
  display: block;
  padding: 12px 10px;
  color: #7b8494;
  font-size: 12px;
}

.scpb-casino-filter-sort {
  right: 0;
  left: auto;
  width: 250px;
  padding: 8px;
}

.scpb-casino-filter-reset {
  flex: 0 0 auto;
  min-width: 108px;
  padding: 0 17px;
  border: 0;
  border-right: 1px solid #edf0f4;
  background: #f8f9fb;
  color: #6b7280;
  font-size: 12px;
  font-weight: 750;
}

.scpb-casino-filter-reset:hover {
  color: #e05252;
  background: #fff9f9;
}

.scpb-casino-filter-result {
  order: -1;
  display: flex;
  flex: 1 1 300px;
  min-width: 260px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 22px 0 0;
  color: #111827;
  font-size: 19px;
  font-weight: 850;
  white-space: nowrap;
}

.scpb-casino-filter-mobile {
  display: none;
}

.scpb-shortcode-item-hidden {
  display: none !important;
}

.scpb-shortcode-more {
  display: flex;
  min-width: 220px;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 26px auto 0;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(100deg, #22004e, #3b0b86);
  box-shadow: 0 10px 24px rgba(46, 9, 102, .18);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.scpb-shortcode-more[hidden] {
  display: none !important;
}

.scpb-shortcode-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(46, 9, 102, .24);
}

.scpb-shortcode-more span {
  color: var(--scpb-accent);
  font-size: 18px;
}

body.scpb-page-active,
body:has(.scpb-page) {
  background: #fff !important;
}

body.scpb-page-active #content,
body.scpb-page-active .site-content,
body.scpb-page-active .site-main,
body.scpb-page-active main#main,
body.scpb-page-active .content-area,
body.scpb-page-active .entry-content,
body.scpb-page-active article.page,
body:has(.scpb-page) #content,
body:has(.scpb-page) .site-content,
body:has(.scpb-page) .site-main,
body:has(.scpb-page) main#main,
body:has(.scpb-page) .content-area,
body:has(.scpb-page) .entry-content,
body:has(.scpb-page) article.page {
  max-width: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fff !important;
}

body.scpb-page-active #masthead,
body.scpb-page-active .site-header,
body:has(.scpb-page) #masthead,
body:has(.scpb-page) .site-header {
  margin-bottom: 0 !important;
}

body.scpb-page-active article.page > .entry-header,
body:has(.scpb-page) article.page > .entry-header {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.scpb-page-active .entry-content > .scpb-page:first-child,
body.scpb-page-active .entry-content > .scpb-page:last-child,
body:has(.scpb-page) .entry-content > .scpb-page:first-child,
body:has(.scpb-page) .entry-content > .scpb-page:last-child {
  margin-bottom: 0 !important;
}

/* Keep the page below a fixed theme header. This rule must come after the
   theme-reset selectors above so the measured header offset is not cancelled. */
body.scpb-page-active .entry-content > .scpb-page.scpb-has-fixed-header,
body:has(.scpb-page) .entry-content > .scpb-page.scpb-has-fixed-header {
  margin-top: var(--scpb-fixed-header-height, 0px) !important;
}

body.scpb-page-active .entry-content > p:empty:first-child,
body:has(.scpb-page) .entry-content > p:empty:first-child {
  display: none !important;
}

body.scpb-page-active #colophon,
body.scpb-page-active .site-footer,
body.scpb-page-active footer[role="contentinfo"],
body:has(.scpb-page) #colophon,
body:has(.scpb-page) .site-footer,
body:has(.scpb-page) footer[role="contentinfo"] {
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .scpb-shell {
    width: min(calc(100% - 32px), var(--scpb-max));
  }

  .scpb-hero {
    min-height: 210px;
  }

  .scpb-hero-inner {
    min-height: 210px;
  }

  .scpb-section {
    padding-top: 26px;
  }

  .scpb-rating-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .scpb-filter-toggle {
    display: inline-flex;
  }

  .scpb-rating-side {
    display: block;
  }

  .scpb-filters {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: min(340px, 88vw);
    overflow-y: auto;
    padding: 24px;
    border: 0;
    border-radius: 0;
    box-shadow: -20px 0 60px rgba(0, 0, 0, .22);
  }

  .scpb-rating-section.is-filters-open .scpb-filters {
    display: block;
  }

  .scpb-filter-close {
    display: block;
  }

  .scpb-featured {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(180px, 260px);
    gap: 10px 24px;
    margin-top: 2px;
  }

  .scpb-featured-label,
  .scpb-featured-top,
  .scpb-featured > p {
    grid-column: 1;
  }

  .scpb-featured-play,
  .scpb-featured-review {
    grid-column: 2;
  }

  .scpb-featured-play {
    grid-row: 2;
  }

  .scpb-featured-review {
    grid-row: 3;
    margin-top: 0;
  }

  .scpb-featured-label {
    margin-bottom: 0;
  }

  .scpb-featured > p {
    min-height: 0;
    margin: 2px 0 0;
  }

  .scpb-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .scpb-lower-grid {
    grid-template-columns: 1fr;
  }

  .scpb-faq-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .scpb-cards.cols-2,
  .scpb-cards.cols-3,
  .scpb-cards.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scpb-card {
    min-height: 188px;
  }

  .scpb-quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
    padding: 10px;
    background: #f9fafc;
  }

  .scpb-quick-links a,
  .scpb-quick-links a:nth-child(2),
  .scpb-quick-links a:nth-child(-n+2) {
    min-height: 54px;
    justify-content: flex-start;
    padding: 7px 14px;
    border: 1px solid #e3e7ee;
    border-radius: 10px;
    background: #fff;
  }

  .scpb-quick-links a:last-child {
    border-right: 1px solid #e3e7ee;
  }

  .scpb-cta {
    grid-template-columns: minmax(0, 1fr) 120px 190px;
    gap: 18px;
    padding: 24px 28px;
  }

  .scpb-cta .scpb-btn {
    min-width: 190px;
  }

  .scpb-shortcode {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 760px) {
  .scpb-page {
    font-size: 13px;
  }

  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    font-size: 28px;
  }

  .scpb-hero-benefits {
    gap: 8px;
  }

  .scpb-line-icon {
    width: 30px;
    height: 30px;
  }

  .scpb-hero-benefits small {
    display: none;
  }

  .scpb-table-head,
  .scpb-casino-row {
    grid-template-columns: 26px 126px minmax(120px, 1fr) 68px 62px;
  }

  .scpb-table-head > :nth-child(5),
  .scpb-table-head > :nth-child(6),
  .scpb-table-head > :nth-child(8),
  .scpb-casino-row > .scpb-deposit,
  .scpb-casino-row > .scpb-payout,
  .scpb-casino-row > .scpb-review {
    display: none;
  }

  .scpb-featured {
    grid-template-columns: 1fr 200px;
  }

  .scpb-faq-layout {
    grid-template-columns: 1fr;
  }

  .scpb-cards.cols-2,
  .scpb-cards.cols-3,
  .scpb-cards.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scpb-cta {
    grid-template-columns: minmax(0, 1fr) 104px;
    grid-template-areas:
      "copy art"
      "button button";
    gap: 14px 18px;
    padding: 22px 24px;
  }

  .scpb-cta-copy { grid-area: copy; }
  .scpb-cta-art { grid-area: art; width: 104px; height: 68px; }
  .scpb-cta .scpb-btn {
    grid-area: button;
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .scpb-shell {
    width: calc(100% - 24px);
  }

  .scpb-hero,
  .scpb-hero-inner {
    min-height: 0;
  }

  .scpb-hero {
    background-position: center;
    background-size: cover;
  }

  .scpb-hero-inner {
    justify-content: center;
    padding: 28px 0 24px;
  }

  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 1.12;
  }

  .scpb-hero-copy > p {
    max-width: 300px;
    font-size: 11px;
    line-height: 1.55;
  }

  .scpb-hero-benefits {
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(280px, 100%);
    margin-top: 18px;
  }

  .scpb-hero-benefits article {
    justify-content: flex-start;
  }

  .scpb-hero-benefits small {
    display: block;
  }

  .scpb-section {
    padding-top: 22px;
  }

  .scpb-section h2 {
    font-size: 18px;
  }

  .scpb-section-head {
    align-items: center;
  }

  .scpb-section-head p {
    max-width: 245px;
    font-size: 10px;
  }

  .scpb-table-head,
  .scpb-casino-row {
    grid-template-columns: 22px 52px minmax(82px, 1fr) 45px 55px;
    gap: 6px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .scpb-table-head {
    min-height: 34px;
  }

  .scpb-table-head > :nth-child(2) { font-size: 0; }
  .scpb-table-head > :nth-child(2)::after { content: "Казино"; font-size: 8px; }
  .scpb-table-head > :nth-child(4) { font-size: 0; }
  .scpb-table-head > :nth-child(4)::after { content: "Оценка"; font-size: 8px; }

  .scpb-casino-row {
    min-height: 58px;
  }

  .scpb-casino-name > b {
    display: none;
  }

  .scpb-casino-logo {
    width: 48px;
    height: 31px;
    font-size: 8px;
  }

  .scpb-bonus b {
    font-size: 8px;
    line-height: 1.25;
  }

  .scpb-bonus small,
  .scpb-rating small {
    display: none;
  }

  .scpb-rating b {
    font-size: 8px;
  }

  .scpb-play {
    min-height: 27px;
    font-size: 8px;
  }

  .scpb-featured {
    display: block;
    padding: 16px;
  }

  .scpb-featured-label {
    margin-bottom: 12px;
  }

  .scpb-featured > p {
    margin: 14px 0 11px;
  }

  .scpb-featured-review {
    margin-top: 9px;
  }

  .scpb-features {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .scpb-features article {
    min-height: 72px;
    padding: 11px;
  }

  .scpb-feature-icon {
    width: 32px;
    height: 32px;
  }

  .scpb-features h3 {
    font-size: 13px;
    line-height: 1.3;
  }

  .scpb-features p {
    color: #667085;
    font-size: 11px;
    line-height: 1.4;
  }

  .scpb-lower-grid {
    width: calc(100% - 24px);
    gap: 24px;
    padding-top: 24px;
  }

  .scpb-lower-grid > .scpb-section {
    padding: 0;
  }

  .scpb-lower-grid h2 {
    font-size: 19px;
  }

  .scpb-faq summary {
    min-height: 56px;
    padding: 0 14px;
    font-size: 13px;
    line-height: 1.35;
  }

  .scpb-faq summary span {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .scpb-faq details > div {
    padding: 0 14px 16px;
    font-size: 12px;
  }

  .scpb-resources {
    padding: 17px 14px;
  }

  .scpb-resource {
    min-height: 64px;
    grid-template-columns: 38px minmax(0, 1fr) 28px;
    gap: 9px;
  }

  .scpb-resource-icon {
    width: 36px;
    height: 36px;
  }

  .scpb-resource-copy b {
    font-size: 12px;
  }

  .scpb-resource-copy small {
    font-size: 10px;
  }

  .scpb-richtext > .scpb-shell {
    padding: 24px 18px;
  }

  .scpb-article-content {
    font-size: 13px;
  }

  .scpb-cards.cols-2,
  .scpb-cards.cols-3,
  .scpb-cards.cols-4 {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .scpb-card {
    display: grid;
    min-height: 132px;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 12px 13px;
    align-items: center;
    padding: 17px 16px 14px;
  }

  .scpb-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .scpb-card-icon svg {
    width: 21px;
    height: 21px;
  }

  .scpb-card-copy {
    align-self: center;
  }

  .scpb-card h3 {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .scpb-card-description {
    min-height: 0;
    font-size: 11px;
  }

  .scpb-card-bottom {
    grid-column: 1 / -1;
    align-self: end;
  }

  .scpb-card-arrow {
    width: 32px;
    height: 32px;
  }

  .scpb-quick-links {
    gap: 8px;
    padding: 8px;
    border-radius: 14px;
  }

  .scpb-quick-links a,
  .scpb-quick-links a:nth-child(2),
  .scpb-quick-links a:nth-child(-n+2) {
    min-width: 0;
    min-height: 62px;
    gap: 8px;
    padding: 8px 9px;
    border: 1px solid #e3e7ee;
    border-radius: 10px;
  }

  .scpb-quick-links a > span {
    width: 32px;
    height: 32px;
    flex: none;
  }

  .scpb-quick-links a b {
    min-width: 0;
    font-size: 11px;
    line-height: 1.25;
    overflow-wrap: break-word;
  }

  .scpb-cta-section {
    padding: 24px 0;
  }

  .scpb-cta {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "art"
      "button";
    gap: 12px;
    padding: 22px 18px;
    text-align: center;
  }

  .scpb-cta h2 {
    font-size: 21px;
  }

  .scpb-cta p {
    font-size: 11px;
  }

  .scpb-cta-art {
    display: block;
    width: 102px;
    height: 68px;
    margin: -4px auto;
  }

  .scpb-cta .scpb-btn {
    width: 100%;
    min-height: 50px;
  }

  .scpb-shortcode-more {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin-top: 20px;
  }

  .scpb-casino-filterbar {
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .scpb-casino-filter-mobile {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #172033;
    font-weight: 800;
  }

  .scpb-casino-filterbar.is-mobile-open .scpb-casino-filter-mobile {
    border-bottom: 1px solid #e8ebf0;
    border-radius: 10px 10px 0 0;
  }

  .scpb-casino-filterbar.is-mobile-open .scpb-casino-filter-mobile i {
    transform: rotate(225deg) translate(-1px, -1px);
  }

  .scpb-casino-filter-controls {
    display: none;
    padding: 8px;
  }

  .scpb-casino-filterbar.is-mobile-open .scpb-casino-filter-controls {
    display: flex;
    flex-direction: column;
  }

  .scpb-casino-filter-menu {
    border: 0;
  }

  .scpb-casino-filter-menu + .scpb-casino-filter-menu {
    border-top: 1px solid #edf0f4;
  }

  .scpb-casino-filter-trigger {
    min-height: 46px;
    padding: 0 10px;
    border-radius: 7px;
  }

  .scpb-casino-filter-popover,
  .scpb-casino-filter-deposit,
  .scpb-casino-filter-sort {
    position: static;
    width: 100%;
    margin: 0 0 8px;
    box-shadow: none;
    border-color: #e9edf2;
  }

  .scpb-casino-filter-reset {
    width: 100%;
    min-height: 42px;
    margin-top: 6px;
    border: 1px solid #edf0f4;
    border-radius: 7px;
  }

  .scpb-casino-filter-result {
    order: -1;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 30px;
    justify-content: flex-start;
    padding: 6px 10px 10px;
    font-size: 15px;
    white-space: normal;
  }

  .scpb-shortcode-section > .scpb-shell > h2,
  .scpb-richtext > .scpb-shell > h2,
  .scpb-comments-section > .scpb-shell > h2 {
    margin-bottom: 13px;
  }
}

/* v2.6.1: automatic formatting for plain SEO text */
.scpb-article-content .scpb-auto-list { margin: 12px 0 22px; padding-left: 22px; }
.scpb-article-content .scpb-auto-list li { margin: 7px 0; }
.scpb-article-content .scpb-auto-table { width: 100%; margin: 20px 0 26px; overflow-x: auto; }
.scpb-article-content .scpb-auto-table table { width: 100%; min-width: 520px; border-collapse: collapse; background: #fff; border: 1px solid #e4e8ef; }
.scpb-article-content .scpb-auto-table th,
.scpb-article-content .scpb-auto-table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid #e9edf3; }
.scpb-article-content .scpb-auto-table th { background: #f7f9fc; color: #151827; font-weight: 700; }

/* v2.6.2: rich editor content helpers */
.scpb-article-content .scpb-editor-warning-box {
  margin: 24px 0;
  padding: 16px 18px;
  border: 1px solid #fecaca;
  border-left: 4px solid #dc2626;
  border-radius: 12px;
  background: #fff7f7;
  color: #7f1d1d;
}
.scpb-article-content .scpb-editor-warning-box p:last-child { margin-bottom: 0; }
.scpb-article-content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 22px 0;
  border: 1px solid #e3e8ef;
  border-radius: 12px;
  overflow: hidden;
}
.scpb-article-content th,
.scpb-article-content td {
  padding: 12px 14px;
  border-bottom: 1px solid #e9edf3;
  border-right: 1px solid #e9edf3;
  text-align: left;
  vertical-align: top;
}
.scpb-article-content th { background: #f7f9fc; font-weight: 700; }
.scpb-article-content tr:last-child td { border-bottom: 0; }
.scpb-article-content th:last-child,
.scpb-article-content td:last-child { border-right: 0; }
@media (max-width: 768px) {
  .scpb-article-content { overflow-wrap: anywhere; }
  .scpb-article-content table { display: block; overflow-x: auto; white-space: nowrap; }
}

/* v2.6.8: editorial sidebar + compact tablet/mobile casino filters */
.scpb-shortcode-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 318px;
  gap: 24px;
  align-items: start;
}

.scpb-shortcode-main,
.scpb-shortcode-sidebar {
  min-width: 0;
}

.scpb-shortcode-sidebar {
  display: grid;
  gap: 16px;
  align-self: start;
}

.scpb-side-panel {
  overflow: hidden;
  border: 1px solid #dfe5ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}

.scpb-side-panel > h3 {
  margin: 0;
  padding: 14px 15px 11px;
  border-bottom: 1px solid #edf0f4;
  color: #111827;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.scpb-side-news-list {
  padding: 5px 12px 0;
}

.scpb-side-news-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f4;
  color: #111827;
  text-decoration: none !important;
}

.scpb-side-news-item:last-child {
  border-bottom: 0;
}

.scpb-side-news-thumb {
  width: 72px;
  height: 48px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: linear-gradient(135deg, #f1efff, #eefbf1);
  color: #7657ff;
}

.scpb-side-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scpb-side-news-thumb svg {
  width: 22px;
  height: 22px;
}

.scpb-side-news-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.scpb-side-news-copy time {
  color: #98a2b3;
  font-size: 10px;
  line-height: 1.2;
}

.scpb-side-news-copy b {
  display: -webkit-box;
  overflow: hidden;
  color: #172033;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scpb-side-all {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 1px solid #edf0f4;
  color: #202939;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none !important;
}

.scpb-side-all:hover {
  color: #4dcf17;
}

.scpb-side-empty {
  margin: 0;
  padding: 18px 8px;
  color: #7b8494;
  font-size: 11px;
}

.scpb-side-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 12px;
}

.scpb-side-category {
  --side-accent: #7557ff;
  --side-soft: #f4f1ff;
  position: relative;
  min-width: 0;
  min-height: 96px;
  display: grid;
  grid-template-columns: 34px 1fr 26px;
  grid-template-rows: 36px auto auto;
  gap: 4px 7px;
  align-items: center;
  padding: 10px;
  border: 1px solid color-mix(in srgb, var(--side-accent) 26%, #e5e7eb);
  border-radius: 11px;
  background: linear-gradient(145deg, #fff, color-mix(in srgb, var(--side-soft) 45%, #fff));
  color: #172033;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.scpb-side-category:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}

.scpb-side-category.is-2 { --side-accent: #42bd20; --side-soft: #effbea; }
.scpb-side-category.is-3 { --side-accent: #ff7638; --side-soft: #fff2e9; }
.scpb-side-category.is-4 { --side-accent: #238de6; --side-soft: #edf7ff; }

.scpb-side-category-icon,
.scpb-side-category-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--side-accent);
}

.scpb-side-category-icon {
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--side-accent) 28%, #e5e7eb);
  border-radius: 9px;
  background: var(--side-soft);
}

.scpb-side-category-icon svg {
  width: 17px;
  height: 17px;
}

.scpb-side-category-arrow {
  grid-column: 3;
  width: 26px;
  height: 26px;
  border: 1px solid color-mix(in srgb, var(--side-accent) 28%, #e5e7eb);
  border-radius: 50%;
}

.scpb-side-category-arrow svg {
  width: 13px;
  height: 13px;
}

.scpb-side-category > b {
  grid-column: 1 / -1;
  overflow: hidden;
  color: #1b2333;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-side-category > small {
  grid-column: 1 / -1;
  width: max-content;
  max-width: 100%;
  padding: 4px 7px;
  border-radius: 999px;
  background: var(--side-soft);
  color: var(--side-accent);
  font-size: 9px;
  font-weight: 750;
}

@media (max-width: 980px) {
  .scpb-shortcode-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .scpb-shortcode-sidebar {
    width: 100%;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }

  .scpb-casino-filter-mobile {
    width: 100%;
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    border: 1px solid #e4e8ef;
    border-radius: 10px;
    background: #fff;
    color: #172033;
    font-weight: 800;
  }

  .scpb-casino-filter-controls {
    display: none !important;
    width: 100%;
    min-height: 0 !important;
    padding: 8px;
    border: 1px solid #e4e8ef;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  .scpb-casino-filterbar.is-mobile-open .scpb-casino-filter-controls {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .scpb-casino-filterbar.is-mobile-open .scpb-casino-filter-mobile {
    border-radius: 10px 10px 0 0;
  }

  .scpb-casino-filter-menu {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    border: 0 !important;
    border-top: 1px solid #edf0f4 !important;
  }

  .scpb-casino-filter-trigger {
    width: 100% !important;
    height: 46px !important;
    min-height: 46px !important;
    max-height: 46px !important;
    padding: 0 10px !important;
    border-radius: 7px !important;
  }

  .scpb-casino-filter-popover,
  .scpb-casino-filter-deposit,
  .scpb-casino-filter-casinos,
  .scpb-casino-filter-sort {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 8px !important;
    box-shadow: none !important;
  }

  .scpb-casino-filter-result {
    order: -1 !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    min-height: 38px !important;
    padding: 4px 10px 8px !important;
    font-size: 15px !important;
    white-space: normal !important;
  }

  .scpb-casino-filter-reset {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-height: 42px !important;
    margin-top: 6px !important;
    border: 1px solid #edf0f4 !important;
    border-radius: 7px !important;
  }
}

@media (max-width: 640px) {
  .scpb-shortcode-sidebar {
    grid-template-columns: 1fr;
  }

  .scpb-side-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scpb-side-news-item {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .scpb-side-news-thumb {
    width: 82px;
    height: 54px;
  }
}

/* v2.6.9: configurable sidebar collections */
.scpb-shortcode-sidebar {
  gap: 18px;
}

.scpb-side-panel {
  border-color: #e2e7ef;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, .055);
}

.scpb-side-panel > h3 {
  position: relative;
  padding: 14px 15px 12px 29px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
  font-size: 12px;
  letter-spacing: .01em;
}

.scpb-side-panel > h3::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  width: 5px;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(180deg, #7657ff, #52d413);
  transform: translateY(-50%);
}

.scpb-side-news-item:hover b,
.scpb-side-top-item:hover .scpb-side-top-head > b,
.scpb-side-game-item:hover .scpb-side-game-head > b {
  color: #50c91c;
}

.scpb-side-top-list,
.scpb-side-game-list,
.scpb-side-bonus-list {
  padding: 4px 13px 2px;
}

.scpb-side-top-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f4;
  color: #172033;
  text-decoration: none !important;
}

.scpb-side-top-item:last-child { border-bottom: 0; }

.scpb-side-top-logo,
.scpb-side-bonus-logo {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #0b1730, #18284b);
  color: #fff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
}

.scpb-side-top-logo {
  width: 58px;
  height: 48px;
}

.scpb-side-top-logo img,
.scpb-side-bonus-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #f8fafc;
}

.scpb-side-top-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.scpb-side-top-head,
.scpb-side-game-head {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.scpb-side-top-head > b,
.scpb-side-game-head > b {
  min-width: 0;
  overflow: hidden;
  color: #121a2b;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.25;
  text-overflow: ellipsis;
  transition: color .16s ease;
}

.scpb-side-top-head > strong,
.scpb-side-game-head > strong {
  flex: 0 0 auto;
  color: #1c2537;
  font-size: 10px;
  font-weight: 850;
}

.scpb-side-top-head i,
.scpb-side-game-head i {
  color: #ffac00;
  font-style: normal;
}

.scpb-side-top-copy > small {
  overflow: hidden;
  color: #667085;
  font-size: 9px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-side-top-copy > em {
  width: max-content;
  max-width: 100%;
  padding: 3px 6px;
  border-radius: 5px;
  background: #fff0bf;
  color: #7c5600;
  font-size: 8px;
  font-style: normal;
  line-height: 1.2;
}

.scpb-side-game-tabs {
  display: flex;
  gap: 4px;
  padding: 9px 13px 5px;
}

.scpb-side-game-tabs span {
  padding: 6px 11px;
  border: 1px solid #dde3eb;
  border-radius: 6px;
  background: #f6f7f9;
  color: #5b6575;
  font-size: 9px;
  font-weight: 800;
}

.scpb-side-game-tabs .is-active {
  border-color: #2c94ed;
  background: #2c94ed;
  color: #fff;
}

.scpb-side-game-item {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f4;
  color: #172033;
  text-decoration: none !important;
}

.scpb-side-game-item:last-child { border-bottom: 0; }

.scpb-side-game-thumb {
  width: 80px;
  height: 58px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: linear-gradient(135deg, #0b1835, #31206d);
  color: #fff;
}

.scpb-side-game-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scpb-side-game-thumb svg { width: 23px; height: 23px; }

.scpb-side-game-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.scpb-side-game-copy > small {
  color: #667085;
  font-size: 9px;
}

.scpb-side-game-copy > em {
  margin-top: auto;
  padding: 5px 8px;
  border-radius: 5px;
  background: #ffc433;
  color: #201a00;
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.scpb-side-bonus-item {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f4;
}

.scpb-side-bonus-item:last-child { border-bottom: 0; }

.scpb-side-bonus-logo {
  width: 78px;
  height: 66px;
}

.scpb-side-bonus-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.scpb-side-bonus-copy > small {
  width: max-content;
  max-width: 100%;
  padding: 3px 6px;
  border-radius: 4px;
  background: #2d91e9;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
}

.scpb-side-bonus-copy > b {
  display: -webkit-box;
  overflow: hidden;
  color: #151d2d;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scpb-side-bonus-copy > a {
  margin-top: auto;
  padding: 6px 8px;
  border-radius: 5px;
  background: #ffc433;
  color: #231c00;
  font-size: 9px;
  font-weight: 850;
  text-align: center;
  text-decoration: none !important;
}

.scpb-side-all {
  background: #fbfcfe;
  transition: background .16s ease, color .16s ease;
}

.scpb-side-all:hover { background: #f7fbf4; }

@media (max-width: 980px) {
  .scpb-side-top-item { grid-template-columns: 62px minmax(0, 1fr); }
  .scpb-side-top-logo { width: 62px; height: 50px; }
}

@media (max-width: 640px) {
  .scpb-shortcode-sidebar { gap: 14px; }
  .scpb-side-panel { border-radius: 12px; }
  .scpb-side-game-item { grid-template-columns: 88px minmax(0, 1fr); }
  .scpb-side-game-thumb { width: 88px; height: 62px; }
}

/* v2.7.0: cleaner full-page sidebar and responsive polish */
.scpb-shortcode-layout {
  grid-template-columns: minmax(0, 1fr) 332px;
  gap: 26px;
}

.scpb-shortcode-sidebar {
  gap: 14px;
}

.scpb-side-panel {
  overflow: hidden;
  border: 1px solid #e5eaf1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 22px rgba(18, 32, 55, .045);
}

.scpb-side-panel > h3 {
  min-height: 40px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 14px;
  border: 0;
  background: linear-gradient(100deg, #0c1628, #14233b);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .025em;
}

.scpb-side-panel > h3::before {
  display: none;
}

.scpb-side-news-list,
.scpb-side-top-list,
.scpb-side-game-list,
.scpb-side-bonus-list {
  padding: 6px 12px;
}

.scpb-side-news-item,
.scpb-side-top-item,
.scpb-side-game-item,
.scpb-side-bonus-item {
  border-color: #eef1f5;
}

.scpb-side-news-item {
  grid-template-columns: 76px minmax(0, 1fr);
  padding: 9px 0;
}

.scpb-side-news-thumb {
  width: 76px;
  height: 50px;
  border-radius: 8px;
}

.scpb-side-news-copy b {
  font-size: 11px;
  line-height: 1.4;
}

.scpb-side-category-grid {
  gap: 7px;
  padding: 10px;
}

.scpb-side-category {
  min-height: 88px;
  grid-template-columns: 32px 1fr 24px;
  grid-template-rows: 34px auto auto;
  padding: 9px;
  border: 0;
  border-radius: 10px;
  background: var(--side-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--side-accent) 15%, transparent);
}

.scpb-side-category:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--side-accent) 28%, transparent), 0 7px 16px rgba(15, 23, 42, .06);
}

.scpb-side-category-icon {
  width: 32px;
  height: 32px;
  border: 0;
  background: rgba(255, 255, 255, .78);
}

.scpb-side-category-arrow {
  width: 24px;
  height: 24px;
  border: 0;
  background: rgba(255, 255, 255, .8);
}

.scpb-side-category > b {
  font-size: 10px;
}

.scpb-side-category > small {
  padding: 3px 6px;
  background: rgba(255, 255, 255, .72);
  font-size: 8px;
}

.scpb-side-top-item {
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 11px;
  padding: 10px 0;
}

.scpb-side-top-logo {
  width: 64px;
  height: 50px;
  border-radius: 9px;
  background: #0c1a33;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}

.scpb-side-top-head > b,
.scpb-side-game-head > b {
  font-size: 11px;
  line-height: 1.3;
}

.scpb-side-top-head > strong,
.scpb-side-game-head > strong {
  color: #172033;
  font-size: 10px;
}

.scpb-side-top-copy > small {
  color: #778296;
  font-size: 9px;
}

.scpb-side-top-copy > em {
  padding: 4px 7px;
  background: #effbe8;
  color: #367c16;
  font-size: 8px;
  font-weight: 700;
}

.scpb-side-game-tabs {
  padding: 9px 12px 3px;
}

.scpb-side-game-tabs span {
  border: 0;
  background: #f2f4f7;
}

.scpb-side-game-tabs .is-active {
  background: #edf9e7;
  color: #397f17;
}

.scpb-side-game-item {
  grid-template-columns: 82px minmax(0, 1fr);
  padding: 10px 0;
}

.scpb-side-game-thumb {
  width: 82px;
  height: 60px;
  border-radius: 8px;
}

.scpb-side-game-copy > em,
.scpb-side-bonus-copy > a {
  border-radius: 6px;
  background: #58dc08;
  color: #102000;
  box-shadow: none;
}

.scpb-side-bonus-item {
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 11px;
  padding: 11px 0;
}

.scpb-side-bonus-logo {
  width: 76px;
  height: 68px;
  border-radius: 9px;
}

.scpb-side-bonus-copy > small {
  padding: 3px 6px;
  border-radius: 999px;
  background: #eef7ff;
  color: #2475ad;
}

.scpb-side-bonus-copy > b {
  color: #172033;
  font-size: 10px;
  line-height: 1.35;
}

.scpb-side-all {
  min-height: 40px;
  border-color: #edf0f4;
  background: #fff;
  color: #334155;
}

.scpb-side-all span {
  color: #55cf19;
}

.scpb-side-custom-content {
  padding: 14px;
  color: #536075;
  font-size: 11px;
  line-height: 1.55;
}

.scpb-side-custom-content > :first-child { margin-top: 0; }
.scpb-side-custom-content > :last-child { margin-bottom: 0; }

.scpb-side-custom-button {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 14px 14px;
  border-radius: 7px;
  background: #59de09;
  color: #112200;
  font-size: 10px;
  font-weight: 850;
  text-decoration: none !important;
}

@media (max-width: 1100px) and (min-width: 981px) {
  .scpb-shortcode-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 20px;
  }
}

@media (max-width: 980px) {
  .scpb-shortcode-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .scpb-shortcode-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 700px) {
  .scpb-shortcode-sidebar {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .scpb-side-panel > h3 {
    min-height: 42px;
    font-size: 11px;
  }

  .scpb-side-category-grid {
    gap: 8px;
    padding: 10px;
  }

  .scpb-side-top-item {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .scpb-side-top-logo {
    width: 70px;
    height: 52px;
  }
}

@media (max-width: 390px) {
  .scpb-side-category-grid { grid-template-columns: 1fr 1fr; gap: 6px; }
  .scpb-side-category { min-height: 84px; padding: 8px; }
  .scpb-side-news-item { grid-template-columns: 72px minmax(0, 1fr); }
  .scpb-side-news-thumb { width: 72px; height: 50px; }
}

/* v2.8 — sidebar variant #10: linked CASINO CARDS */
.scpb-side-top5-v10 {
  overflow: hidden;
  border-color: #dfe5ee;
  background: #f8fafc;
}

.scpb-side-top5-v10 > h3 {
  position: relative;
  min-height: 44px;
  padding-left: 17px;
  border-bottom-color: #e7ebf1;
  background: #fff;
  color: #101827;
}

.scpb-side-top5-v10 > h3::before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 18px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--scpb-accent, #61e600), var(--scpb-secondary, #6c3bff));
}

.scpb-side-top5-v10 .scpb-side-top-list {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.scpb-side-top-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 30px;
  gap: 10px;
  align-items: center;
  min-height: 72px;
  padding: 10px 9px 10px 12px;
  overflow: hidden;
  border: 1px solid #e1e7ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(15, 23, 42, .04);
}

.scpb-side-top-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 0 12px 0 36px;
  background: color-mix(in srgb, var(--scpb-accent, #61e600) 9%, transparent);
  pointer-events: none;
}

.scpb-side-top-rank {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 6px;
  background: #0b172c;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(15, 23, 42, .14);
}

.scpb-side-top-card-logo {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e5e9ef;
  border-radius: 11px;
  background: #0b172c;
  color: #fff;
  text-decoration: none !important;
}

.scpb-side-top-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.scpb-side-top-card-logo b { font-size: 10px; font-weight: 900; letter-spacing: -.02em; }
.scpb-side-top-card-copy { min-width: 0; }

.scpb-side-top-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 7px;
}

.scpb-side-top-card-head > a {
  min-width: 0;
  overflow: hidden;
  color: #111827;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-side-top-card-head > strong {
  flex: none;
  color: #182235;
  font-size: 9px;
  font-weight: 850;
}

.scpb-side-top-card-head > strong i { color: #ffad00; font-style: normal; }
.scpb-side-top-card-copy > small,
.scpb-side-top-card-desc {
  display: block;
  margin-top: 3px;
  overflow: hidden;
  color: #637083;
  font-size: 8.5px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-side-top-card-desc {
  margin-top: 4px;
  color: #3f7f20;
  font-weight: 750;
}

.scpb-side-top-card-go {
  position: relative;
  z-index: 2;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--scpb-accent, #61e600) 55%, #cfd7e3);
  border-radius: 50%;
  background: color-mix(in srgb, var(--scpb-accent, #61e600) 10%, #fff);
  color: #318500;
  text-decoration: none !important;
  transition: transform .18s ease, background .18s ease;
}

.scpb-side-top-card-go svg { width: 13px; height: 13px; }
.scpb-side-top-card-go:hover { transform: translateX(2px); background: var(--scpb-accent, #61e600); color: #122400; }

@media (max-width: 980px) and (min-width: 701px) {
  .scpb-side-top5-v10 { grid-column: 1 / -1; }
  .scpb-side-top5-v10 .scpb-side-top-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
  .scpb-side-top-card { grid-template-columns: 44px minmax(0, 1fr) 28px; min-height: 66px; gap: 8px; padding-left: 10px; }
  .scpb-side-top-card-logo { width: 44px; height: 44px; }
  .scpb-side-top-card-head > a { font-size: 10px; }
  .scpb-side-top-card-copy > small, .scpb-side-top-card-desc { font-size: 8px; }
}

/* v2.8.1 — template #10 applies to the COMPLETE sidebar */
.scpb-side-theme-10 {
  --side10-ink: #111827;
  --side10-muted: #6b7688;
  --side10-line: #e4e9f0;
  --side10-surface: #fff;
  --side10-soft: #f7f9fc;
  gap: 15px;
  align-items: start;
}

.scpb-side-theme-10 .scpb-side-panel {
  --panel-accent: var(--scpb-secondary, #6c3bff);
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--side10-line);
  border-radius: 15px;
  background: var(--side10-surface);
  box-shadow: 0 10px 30px rgba(21, 31, 50, .055);
}

.scpb-side-theme-10 .scpb-side-news { --panel-accent: #7457ff; }
.scpb-side-theme-10 .scpb-side-categories { --panel-accent: #258ee7; }
.scpb-side-theme-10 .scpb-side-top5 { --panel-accent: #52cf14; }
.scpb-side-theme-10 .scpb-side-games { --panel-accent: #ff9c31; }
.scpb-side-theme-10 .scpb-side-bonuses { --panel-accent: #ff5064; }
.scpb-side-theme-10 .scpb-side-custom { --panel-accent: #6c3bff; }

.scpb-side-theme-10 .scpb-side-panel > h3,
.scpb-side-theme-10 .scpb-side-top5-v10 > h3 {
  position: relative;
  display: flex;
  min-height: 46px;
  align-items: center;
  margin: 0;
  padding: 0 15px 0 29px;
  border: 0;
  border-bottom: 1px solid #edf0f4;
  background: linear-gradient(110deg, #fff 0%, #fbfcff 100%);
  color: var(--side10-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.scpb-side-theme-10 .scpb-side-panel > h3::before,
.scpb-side-theme-10 .scpb-side-top5-v10 > h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  width: 5px;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(180deg, var(--panel-accent), color-mix(in srgb, var(--panel-accent) 45%, #61e600));
  transform: translateY(-50%);
}

/* News */
.scpb-side-theme-10 .scpb-side-news-list {
  display: grid;
  gap: 7px;
  padding: 10px;
}

.scpb-side-theme-10 .scpb-side-news-item {
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px;
  min-height: 66px;
  padding: 7px;
  border: 1px solid #edf0f4;
  border-radius: 11px;
  background: #fff;
  transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.scpb-side-theme-10 .scpb-side-news-item:hover {
  border-color: color-mix(in srgb, var(--panel-accent) 28%, #e3e8ef);
  transform: translateY(-1px);
  box-shadow: 0 7px 16px rgba(15, 23, 42, .055);
}

.scpb-side-theme-10 .scpb-side-news-thumb {
  width: 70px;
  height: 50px;
  border-radius: 9px;
}

.scpb-side-theme-10 .scpb-side-news-copy { gap: 4px; }
.scpb-side-theme-10 .scpb-side-news-copy time { color: #9aa4b4; font-size: 8px; font-weight: 650; }
.scpb-side-theme-10 .scpb-side-news-copy b { color: #172033; font-size: 10px; font-weight: 850; line-height: 1.3; }
.scpb-side-theme-10 .scpb-side-news-item:hover b { color: #5333da; }

/* Category cards */
.scpb-side-theme-10 .scpb-side-category-grid {
  gap: 8px;
  padding: 10px;
}

.scpb-side-theme-10 .scpb-side-category {
  min-height: 98px;
  padding: 10px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--side-accent) 30%, #e4e9ef);
  border-radius: 12px;
  background: linear-gradient(145deg, #fff 35%, color-mix(in srgb, var(--side-soft) 65%, #fff));
  box-shadow: none;
}

.scpb-side-theme-10 .scpb-side-category::before {
  content: "";
  position: absolute;
  top: 0;
  right: 12px;
  left: 12px;
  height: 2px;
  border-radius: 0 0 5px 5px;
  background: var(--side-accent);
}

.scpb-side-theme-10 .scpb-side-category-icon {
  border: 1px solid color-mix(in srgb, var(--side-accent) 28%, #e4e9ef);
  background: color-mix(in srgb, var(--side-soft) 76%, #fff);
}

.scpb-side-theme-10 .scpb-side-category-arrow {
  border: 1px solid color-mix(in srgb, var(--side-accent) 28%, #e4e9ef);
  background: #fff;
}

.scpb-side-theme-10 .scpb-side-category > b { font-size: 10px; font-weight: 900; }
.scpb-side-theme-10 .scpb-side-category > small { background: var(--side-soft); font-size: 8px; font-weight: 850; }

/* Legacy top list gets the same card language until linked casinos are selected. */
.scpb-side-theme-10 .scpb-side-top5:not(.scpb-side-top5-v10) .scpb-side-top-list {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.scpb-side-theme-10 .scpb-side-top5:not(.scpb-side-top5-v10) .scpb-side-top-item {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  min-height: 70px;
  padding: 8px;
  border: 1px solid #e6ebf1;
  border-radius: 11px;
  background: #fff;
}

.scpb-side-theme-10 .scpb-side-top5:not(.scpb-side-top5-v10) .scpb-side-top-logo {
  width: 52px;
  height: 50px;
  border-radius: 10px;
}

/* Games */
.scpb-side-theme-10 .scpb-side-game-tabs {
  gap: 6px;
  padding: 10px 10px 2px;
}

.scpb-side-theme-10 .scpb-side-game-tabs span {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #e7ebf1;
  border-radius: 999px;
  background: #f7f9fc;
  color: #667085;
  font-size: 8px;
}

.scpb-side-theme-10 .scpb-side-game-tabs .is-active {
  border-color: #ffd6a4;
  background: #fff4e6;
  color: #b45c00;
}

.scpb-side-theme-10 .scpb-side-game-list {
  display: grid;
  gap: 8px;
  padding: 8px 10px 10px;
}

.scpb-side-theme-10 .scpb-side-game-item {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  min-height: 72px;
  padding: 7px;
  border: 1px solid #e9edf2;
  border-radius: 11px;
  background: #fff;
}

.scpb-side-theme-10 .scpb-side-game-thumb {
  width: 72px;
  height: 56px;
  border-radius: 9px;
}

.scpb-side-theme-10 .scpb-side-game-head > b { font-size: 10px; font-weight: 900; }
.scpb-side-theme-10 .scpb-side-game-head > strong { font-size: 9px; }
.scpb-side-theme-10 .scpb-side-game-copy > small { color: var(--side10-muted); font-size: 8px; }
.scpb-side-theme-10 .scpb-side-game-copy > em {
  width: max-content;
  max-width: 100%;
  margin-top: 3px;
  padding: 4px 8px;
  border: 1px solid #d8efcb;
  border-radius: 999px;
  background: #f1faec;
  color: #398018;
  font-size: 8px;
}

/* Bonuses */
.scpb-side-theme-10 .scpb-side-bonus-list {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.scpb-side-theme-10 .scpb-side-bonus-item {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 10px;
  min-height: 82px;
  padding: 8px;
  border: 1px solid #e9edf2;
  border-radius: 11px;
  background: #fff;
}

.scpb-side-theme-10 .scpb-side-bonus-logo {
  width: 68px;
  height: 64px;
  border-radius: 10px;
}

.scpb-side-theme-10 .scpb-side-bonus-copy { gap: 4px; }
.scpb-side-theme-10 .scpb-side-bonus-copy > small {
  padding: 3px 6px;
  background: #fff0f2;
  color: #d93b53;
  font-size: 7.5px;
  font-weight: 850;
}
.scpb-side-theme-10 .scpb-side-bonus-copy > b { font-size: 9px; font-weight: 850; line-height: 1.3; }
.scpb-side-theme-10 .scpb-side-bonus-copy > a {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  padding: 0 9px;
  border-radius: 7px;
  background: #5ce309;
  color: #122600;
  font-size: 8px;
  font-weight: 900;
}

/* Custom block + common footer link */
.scpb-side-theme-10 .scpb-side-custom-content {
  padding: 14px 15px;
  color: #536075;
  font-size: 10px;
  line-height: 1.55;
}

.scpb-side-theme-10 .scpb-side-custom-button {
  min-height: 38px;
  margin: 0 12px 12px;
  border-radius: 9px;
  background: linear-gradient(90deg, #66e90b, #58d808);
  box-shadow: 0 7px 16px rgba(91, 220, 8, .15);
  font-size: 9px;
}

.scpb-side-theme-10 .scpb-side-all {
  min-height: 40px;
  gap: 7px;
  border-top: 1px solid #edf0f4;
  background: linear-gradient(180deg, #fff, #fafbfc);
  color: #354052;
  font-size: 9px;
  font-weight: 900;
}

.scpb-side-theme-10 .scpb-side-all span {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #eef9e9;
  color: #45ad19;
  transition: transform .18s ease;
}

.scpb-side-theme-10 .scpb-side-all:hover span { transform: translateX(2px); }

@media (max-width: 980px) {
  .scpb-side-theme-10 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .scpb-side-theme-10 .scpb-side-panel { align-self: start; }
  .scpb-side-theme-10 .scpb-side-top5-v10 { grid-column: 1 / -1; }
  .scpb-side-theme-10 .scpb-side-top5-v10 .scpb-side-top-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .scpb-side-theme-10 { grid-template-columns: 1fr; gap: 12px; }
  .scpb-side-theme-10 .scpb-side-top5-v10 { grid-column: auto; }
  .scpb-side-theme-10 .scpb-side-top5-v10 .scpb-side-top-list { grid-template-columns: 1fr; }
  .scpb-side-theme-10 .scpb-side-panel { border-radius: 13px; }
  .scpb-side-theme-10 .scpb-side-news-item { grid-template-columns: 76px minmax(0, 1fr); }
  .scpb-side-theme-10 .scpb-side-news-thumb { width: 76px; height: 52px; }
}

@media (max-width: 390px) {
  .scpb-side-theme-10 .scpb-side-category-grid { gap: 7px; padding: 8px; }
  .scpb-side-theme-10 .scpb-side-category { min-height: 92px; padding: 8px; }
  .scpb-side-theme-10 .scpb-side-category > b { font-size: 9px; }
  .scpb-side-theme-10 .scpb-side-game-item { grid-template-columns: 66px minmax(0, 1fr); }
  .scpb-side-theme-10 .scpb-side-game-thumb { width: 66px; height: 54px; }
  .scpb-side-theme-10 .scpb-side-bonus-item { grid-template-columns: 62px minmax(0, 1fr); }
  .scpb-side-theme-10 .scpb-side-bonus-logo { width: 62px; height: 60px; }
}

/* v2.8.2 — exact sidebar template #10 / CASINO CARDS */
.scpb-side-theme-10 {
  --side10-ink: #09162d;
  --side10-muted: #69788e;
  --side10-line: #dfe6ef;
  --side10-green: #58df08;
  gap: 12px;
}

.scpb-side-theme-10 .scpb-side-panel {
  border: 1px solid var(--side10-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 35, 60, .045);
}

.scpb-side-theme-10 .scpb-side-panel > h3,
.scpb-side-theme-10 .scpb-side-top5-v10 > h3 {
  min-height: 42px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 13px 0 27px;
  border-bottom: 1px solid #e8edf3;
  background: #fff;
  color: var(--side10-ink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .025em;
  line-height: 1.15;
  text-transform: uppercase;
}

.scpb-side-theme-10 .scpb-side-panel > h3::before,
.scpb-side-theme-10 .scpb-side-top5-v10 > h3::before {
  left: 13px;
  width: 4px;
  height: 17px;
  border-radius: 5px;
  background: linear-gradient(180deg, var(--panel-accent), #60d816);
}

/* Template 10: ranked casino cards. */
.scpb-side-theme-10 .scpb-side-top5-v10 {
  background: #fff;
}

.scpb-side-theme-10 .scpb-side-top5-v10 .scpb-side-top-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 8px;
}

.scpb-side-theme-10 .scpb-side-top-card {
  --rank-color: #54d315;
  position: relative;
  min-height: 76px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 27px;
  gap: 9px;
  align-items: center;
  padding: 9px 8px 9px 31px;
  overflow: visible;
  border: 1px solid #e1e7ef;
  border-left: 3px solid var(--rank-color);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(15, 28, 51, .035);
}

.scpb-side-theme-10 .scpb-side-top-card:nth-child(2) { --rank-color: #547cc8; }
.scpb-side-theme-10 .scpb-side-top-card:nth-child(3) { --rank-color: #ff563f; }
.scpb-side-theme-10 .scpb-side-top-card:nth-child(4) { --rank-color: #ff793d; }
.scpb-side-theme-10 .scpb-side-top-card:nth-child(5) { --rank-color: #2c92e9; }
.scpb-side-theme-10 .scpb-side-top-card::after { display: none; }

.scpb-side-theme-10 .scpb-side-top-rank {
  top: 0;
  left: 7px;
  z-index: 3;
  width: 20px;
  height: 31px;
  display: grid;
  place-items: center;
  padding-bottom: 5px;
  border: 0;
  border-radius: 0 0 2px 2px;
  background: var(--rank-color);
  color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
  box-shadow: none;
  font-size: 9px;
  font-weight: 950;
}

.scpb-side-theme-10 .scpb-side-top-card-logo {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(145deg, #07152f, #173762);
}

.scpb-side-theme-10 .scpb-side-top-card-logo img {
  object-fit: contain;
  background: #fff;
}

.scpb-side-theme-10 .scpb-side-top-card-logo b {
  font-size: 9px;
  font-weight: 950;
}

.scpb-side-theme-10 .scpb-side-top-card-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.scpb-side-theme-10 .scpb-side-top-card-head {
  width: 100%;
  display: block;
}

.scpb-side-theme-10 .scpb-side-top-card-head > a {
  display: block;
  overflow: hidden;
  color: #111827;
  font-size: 10px;
  font-weight: 950;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-side-theme-10 .scpb-side-top-card-copy > small {
  width: 100%;
  display: block;
  margin: 0;
  overflow: hidden;
  color: #66758a;
  font-size: 8px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-side-theme-10 .scpb-side-top-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #172033;
  font-size: 8px;
  font-weight: 900;
}

.scpb-side-theme-10 .scpb-side-top-card-rating i {
  color: #ffad00;
  font-style: normal;
}

.scpb-side-theme-10 .scpb-side-top-card-go {
  width: 23px;
  height: 23px;
  border: 0;
  background: #44c817;
  color: #fff;
  box-shadow: 0 3px 7px rgba(68, 200, 23, .20);
}

.scpb-side-theme-10 .scpb-side-top-card-go:hover {
  background: #37b60d;
  color: #fff;
}

.scpb-side-theme-10 .scpb-side-top-card-go svg {
  width: 11px;
  height: 11px;
}

/* Template 10: compact three-column slot shelf. */
.scpb-side-theme-10 .scpb-side-games .scpb-side-game-tabs {
  display: none;
}

.scpb-side-theme-10 .scpb-side-game-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  padding: 9px;
}

.scpb-side-theme-10 .scpb-side-game-item {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.scpb-side-theme-10 .scpb-side-game-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1.16 / 1;
  border: 1px solid #e3e8ef;
  border-radius: 7px;
  background: linear-gradient(145deg, #0a1834, #2c1b70);
}

.scpb-side-theme-10 .scpb-side-game-copy {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
}

.scpb-side-theme-10 .scpb-side-game-head {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

.scpb-side-theme-10 .scpb-side-game-head > b {
  min-width: 0;
  display: -webkit-box;
  overflow: hidden;
  color: #111827;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scpb-side-theme-10 .scpb-side-game-head > strong {
  order: 3;
  color: #172033;
  font-size: 8px;
  font-weight: 900;
}

.scpb-side-theme-10 .scpb-side-game-copy > small {
  overflow: hidden;
  color: #6c7789;
  font-size: 7px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scpb-side-theme-10 .scpb-side-game-copy > em {
  display: none;
}

/* The remaining frames use the same exact white card system. */
.scpb-side-theme-10 .scpb-side-news-list,
.scpb-side-theme-10 .scpb-side-bonus-list {
  gap: 6px;
  padding: 8px;
}

.scpb-side-theme-10 .scpb-side-news-item {
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 8px;
  min-height: 62px;
  padding: 6px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
}

.scpb-side-theme-10 .scpb-side-news-thumb {
  width: 66px;
  height: 48px;
  border-radius: 7px;
}

.scpb-side-theme-10 .scpb-side-category-grid {
  gap: 7px;
  padding: 8px;
}

.scpb-side-theme-10 .scpb-side-category {
  min-height: 92px;
  padding: 8px;
  border-radius: 8px;
  box-shadow: none;
}

.scpb-side-theme-10 .scpb-side-category::before {
  right: 8px;
  left: 8px;
}

.scpb-side-theme-10 .scpb-side-bonus-item {
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 8px;
  min-height: 82px;
  padding: 7px;
  border: 1px solid #e3e8ef;
  border-radius: 8px;
}

.scpb-side-theme-10 .scpb-side-bonus-logo {
  width: 68px;
  height: 66px;
  border-radius: 7px;
}

.scpb-side-theme-10 .scpb-side-bonus-copy > a {
  min-height: 24px;
  border-radius: 5px;
  background: var(--side10-green);
  color: #102300;
}

.scpb-side-theme-10 .scpb-side-all {
  min-height: 36px;
  border-top: 1px solid #e8edf3;
  background: #fff;
  color: #172033;
  font-size: 8px;
}

.scpb-side-theme-10 .scpb-side-all span {
  width: 19px;
  height: 19px;
  background: #eef9ea;
  color: #39a915;
}

@media (max-width: 980px) {
  .scpb-side-theme-10 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .scpb-side-theme-10 .scpb-side-top5-v10 {
    grid-column: auto;
  }

  .scpb-side-theme-10 .scpb-side-top5-v10 .scpb-side-top-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .scpb-side-theme-10 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .scpb-side-theme-10 .scpb-side-panel {
    border-radius: 12px;
  }

  .scpb-side-theme-10 .scpb-side-game-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 340px) {
  .scpb-side-theme-10 .scpb-side-top-card {
    grid-template-columns: 46px minmax(0, 1fr) 23px;
    gap: 7px;
    padding-right: 6px;
  }

  .scpb-side-theme-10 .scpb-side-top-card-logo {
    width: 46px;
    height: 46px;
  }

  .scpb-side-theme-10 .scpb-side-game-list {
    gap: 6px;
    padding: 7px;
  }
}

/* v2.8.3 — user-defined order plus improved readability for template 10. */
.scpb-side-theme-10 .scpb-side-panel {
  order: var(--scpb-side-order, 0);
}

.scpb-side-theme-10 .scpb-side-panel > h3,
.scpb-side-theme-10 .scpb-side-panel > h3 > span {
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: .01em;
}

.scpb-side-theme-10 .scpb-side-top-card {
  min-height: 74px;
  grid-template-columns: 58px minmax(0, 1fr) 28px;
  gap: 10px;
  padding: 8px 9px 8px 11px;
}

.scpb-side-theme-10 .scpb-side-top-card-logo {
  width: 58px;
  height: 54px;
}

.scpb-side-theme-10 .scpb-side-top-card-head > a {
  font-size: 11.5px;
  line-height: 1.25;
}

.scpb-side-theme-10 .scpb-side-top-card-copy > small {
  font-size: 9px;
  line-height: 1.3;
}

.scpb-side-theme-10 .scpb-side-top-card-rating {
  font-size: 9px;
}

.scpb-side-theme-10 .scpb-side-top-card-go {
  width: 28px;
  height: 28px;
}

.scpb-side-theme-10 .scpb-side-news-copy time { font-size: 8.5px; }
.scpb-side-theme-10 .scpb-side-news-copy b { font-size: 10.5px; line-height: 1.3; }
.scpb-side-theme-10 .scpb-side-category b { font-size: 10.5px; line-height: 1.25; }
.scpb-side-theme-10 .scpb-side-category small { font-size: 8.5px; }
.scpb-side-theme-10 .scpb-side-category em { font-size: 8.5px; }
.scpb-side-theme-10 .scpb-side-game-head > b { font-size: 9px; line-height: 1.25; }
.scpb-side-theme-10 .scpb-side-game-head > strong { font-size: 8.5px; }
.scpb-side-theme-10 .scpb-side-game-copy > small { font-size: 8px; }
.scpb-side-theme-10 .scpb-side-bonus-copy > small { font-size: 8px; line-height: 1.2; }
.scpb-side-theme-10 .scpb-side-bonus-copy > b { font-size: 9.5px; line-height: 1.25; }
.scpb-side-theme-10 .scpb-side-bonus-copy > a { font-size: 8.5px; font-weight: 900; }
.scpb-side-theme-10 .scpb-side-all { font-size: 9px; font-weight: 900; }

/* The feature text above the rating should also stay readable at all widths. */
.scpb-features article b { font-size: 14px; line-height: 1.3; }
.scpb-features article small { font-size: 11px; line-height: 1.4; }

@media (max-width: 700px) {
  .scpb-side-theme-10 .scpb-side-top-card-head > a { font-size: 12px; }
  .scpb-side-theme-10 .scpb-side-top-card-copy > small { font-size: 9.5px; }
  .scpb-side-theme-10 .scpb-side-news-copy b,
  .scpb-side-theme-10 .scpb-side-category b { font-size: 11px; }
}

/* v2.8.4 — readable secondary type, editable bonus badges and tablet layout. */
.scpb-page small,
.scpb-page time,
.scpb-page em,
.scpb-page .scpb-side-top-card-copy > small,
.scpb-page .scpb-side-news-copy,
.scpb-page .scpb-side-category small,
.scpb-page .scpb-side-game-copy > small,
.scpb-page .scpb-side-bonus-copy > small {
  font-family: "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
}

.scpb-side-theme-10 .scpb-side-game-copy > small {
  color: #556176;
  font-size: 8.5px;
  font-weight: 600;
}

.scpb-side-theme-10 .scpb-side-bonus-copy > small {
  border: 1px solid color-mix(in srgb, var(--scpb-bonus-badge, #ff5c78) 22%, #fff);
  background: color-mix(in srgb, var(--scpb-bonus-badge, #ff5c78) 11%, #fff);
  color: var(--scpb-bonus-badge, #ff5c78);
}

@media (min-width: 701px) and (max-width: 1024px) {
  .scpb-shortcode-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px;
  }

  .scpb-shortcode-sidebar.scpb-side-theme-10,
  .scpb-side-theme-10 {
    width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }

  .scpb-side-theme-10 .scpb-side-top5-v10,
  .scpb-side-theme-10 .scpb-side-panel {
    grid-column: auto !important;
  }

  .scpb-side-theme-10 .scpb-side-top5-v10 .scpb-side-top-list,
  .scpb-side-theme-10 .scpb-side-news-list,
  .scpb-side-theme-10 .scpb-side-bonus-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .scpb-side-theme-10 .scpb-side-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .scpb-side-theme-10 .scpb-side-game-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .scpb-side-theme-10 .scpb-side-panel > h3,
  .scpb-side-theme-10 .scpb-side-panel > h3 > span {
    font-size: 14px;
  }

  .scpb-side-theme-10 .scpb-side-top-card-head > a,
  .scpb-side-theme-10 .scpb-side-game-head > b {
    font-size: 12px;
  }

  .scpb-side-theme-10 .scpb-side-top-card-copy > small,
  .scpb-side-theme-10 .scpb-side-game-copy > small,
  .scpb-side-theme-10 .scpb-side-news-copy time {
    font-size: 10px;
  }

  .scpb-side-theme-10 .scpb-side-news-copy b,
  .scpb-side-theme-10 .scpb-side-category b,
  .scpb-side-theme-10 .scpb-side-bonus-copy > b {
    font-size: 11.5px;
  }

  .scpb-side-theme-10 .scpb-side-bonus-copy > small,
  .scpb-side-theme-10 .scpb-side-bonus-copy > a,
  .scpb-side-theme-10 .scpb-side-all {
    font-size: 10px;
  }

  .scpb-side-theme-10 .scpb-side-game-thumb {
    aspect-ratio: 1.45 / 1;
  }
}

/* v2.8.5 — chat/article fidelity: closed tables, checklist tables, info cards */
.scpb-article-content .scpb-auto-table {
  width: 100%;
  margin: 22px 0 28px;
  overflow-x: auto;
  border: 1px solid #dfe5ee;
  border-radius: 12px;
  background: #fff;
}
.scpb-article-content .scpb-auto-table table {
  width: 100%;
  min-width: 520px;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
}
.scpb-article-content .scpb-auto-table th,
.scpb-article-content .scpb-auto-table td {
  border-right: 1px solid #e6eaf0;
  border-bottom: 1px solid #e6eaf0;
}
.scpb-article-content .scpb-auto-table th:last-child,
.scpb-article-content .scpb-auto-table td:last-child { border-right: 0; }
.scpb-article-content .scpb-auto-table tbody tr:last-child td { border-bottom: 0; }
.scpb-article-content .scpb-auto-table th:first-child { border-top-left-radius: 11px; }
.scpb-article-content .scpb-auto-table th:last-child { border-top-right-radius: 11px; }
.scpb-article-content .scpb-checklist-table table { min-width: 0; }
.scpb-article-content .scpb-checklist-table .scpb-check-col {
  width: 72px;
  text-align: center;
  white-space: nowrap;
}
.scpb-article-content .scpb-info-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 24px 0 28px;
  padding: 20px 22px;
  border: 1px solid #b9efc8;
  border-radius: 16px;
  background: #f0fff4;
  box-shadow: 0 8px 24px rgba(22, 163, 74, .06);
}
.scpb-article-content .scpb-info-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #8ee7a8;
  border-radius: 12px;
  background: #dcfce7;
  color: #16a34a;
  font-size: 21px;
  font-weight: 900;
}
.scpb-article-content .scpb-info-card strong {
  display: block;
  margin: 1px 0 5px;
  color: #14231a;
  font-size: 17px;
}
.scpb-article-content .scpb-info-card p {
  margin: 0;
  color: #395145;
  line-height: 1.65;
}
.scpb-article-content blockquote {
  margin: 22px 0;
  padding: 15px 18px;
  border-left: 4px solid #7357ff;
  border-radius: 0 10px 10px 0;
  background: #f7f5ff;
}
@media (max-width: 768px) {
  .scpb-article-content .scpb-auto-table { border-radius: 10px; }
  .scpb-article-content .scpb-info-card { grid-template-columns: 38px minmax(0,1fr); padding: 16px; gap: 12px; }
  .scpb-article-content .scpb-info-card-icon { width: 36px; height: 36px; border-radius: 10px; font-size: 18px; }
}
.scpb-article-content > table {
  box-shadow: 0 0 0 1px #e3e8ef;
}


/* v2.8.17 — compact, balanced Hero on phones */
@media (max-width: 560px) {
  .scpb-hero {
    min-height: 0 !important;
    background-position: center 42% !important;
  }

  .scpb-hero-inner {
    min-height: 0 !important;
    padding: 22px 0 20px !important;
  }

  .scpb-hero-copy {
    width: 100% !important;
    max-width: 340px !important;
  }

  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    max-width: 330px !important;
    margin: 0 auto 9px !important;
    font-size: 25px !important;
    line-height: 1.08 !important;
  }

  .scpb-hero-copy > p {
    max-width: 325px !important;
    margin: 0 auto !important;
    font-size: 11.5px !important;
    line-height: 1.48 !important;
  }

  .scpb-hero-benefits {
    width: 100% !important;
    max-width: 340px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 17px !important;
  }

  .scpb-hero-benefits article {
    min-width: 0 !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    text-align: center !important;
  }

  .scpb-line-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 9px !important;
  }

  .scpb-hero-benefits b {
    font-size: 10px !important;
    line-height: 1.2 !important;
  }

  .scpb-hero-benefits small {
    display: none !important;
  }
}

@media (max-width: 360px) {
  .scpb-hero-inner {
    padding: 20px 0 18px !important;
  }
  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    font-size: 23px !important;
  }
  .scpb-hero-benefits {
    gap: 5px !important;
  }
  .scpb-hero-benefits b {
    font-size: 9.5px !important;
  }
}

/* v2.8.18 — phone hero tighter and more compact */
@media (max-width: 560px) {
  .scpb-hero {
    min-height: 0 !important;
    background-position: center 46% !important;
  }

  .scpb-hero::before {
    background: linear-gradient(180deg, rgba(8,7,32,.16) 0%, rgba(8,7,32,.08) 45%, rgba(8,7,32,.16) 100%) !important;
  }

  .scpb-hero-inner {
    min-height: 0 !important;
    padding: 18px 0 14px !important;
  }

  .scpb-hero-copy {
    width: 100% !important;
    max-width: 314px !important;
  }

  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    max-width: 300px !important;
    margin: 0 auto 8px !important;
    font-size: 22px !important;
    line-height: 1.08 !important;
    letter-spacing: -.03em !important;
  }

  .scpb-hero-copy > p {
    max-width: 286px !important;
    margin: 0 auto !important;
    font-size: 10.5px !important;
    line-height: 1.42 !important;
  }

  .scpb-hero-benefits {
    width: 100% !important;
    max-width: 314px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 14px !important;
  }

  .scpb-hero-benefits article {
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    text-align: center !important;
  }

  .scpb-line-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 8px !important;
  }

  .scpb-line-icon svg {
    width: 16px !important;
    height: 16px !important;
  }

  .scpb-hero-benefits b {
    display: block !important;
    max-width: 84px !important;
    margin: 0 auto !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  .scpb-hero-benefits small {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .scpb-hero-inner {
    padding: 16px 0 12px !important;
  }

  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    max-width: 286px !important;
    font-size: 21px !important;
  }

  .scpb-hero-copy > p {
    max-width: 274px !important;
    font-size: 10px !important;
  }

  .scpb-hero-benefits {
    max-width: 300px !important;
    gap: 4px !important;
    margin-top: 12px !important;
  }

  .scpb-line-icon {
    width: 28px !important;
    height: 28px !important;
  }

  .scpb-hero-benefits b {
    max-width: 78px !important;
    font-size: 8.5px !important;
  }
}

/* v2.8.19 — ultra compact mobile hero */
@media (max-width: 560px) {
  .scpb-hero {
    min-height: 0 !important;
    background-position: center 48% !important;
  }

  .scpb-hero-inner {
    min-height: 0 !important;
    padding: 12px 0 10px !important;
  }

  .scpb-hero-copy {
    width: 100% !important;
    max-width: 300px !important;
  }

  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    max-width: 285px !important;
    margin: 0 auto 5px !important;
    font-size: 20px !important;
    line-height: 1.03 !important;
    letter-spacing: -.035em !important;
  }

  .scpb-hero-copy > p {
    max-width: 280px !important;
    margin: 0 auto !important;
    font-size: 9.5px !important;
    line-height: 1.28 !important;
  }

  .scpb-hero-benefits {
    width: 100% !important;
    max-width: 330px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 9px !important;
  }

  .scpb-hero-benefits article {
    min-width: 0 !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    text-align: left !important;
  }

  .scpb-line-icon {
    width: 24px !important;
    height: 24px !important;
    border-radius: 7px !important;
  }

  .scpb-line-icon svg {
    width: 13px !important;
    height: 13px !important;
  }

  .scpb-hero-benefits b {
    max-width: 68px !important;
    margin: 0 !important;
    font-size: 7.8px !important;
    line-height: 1.08 !important;
  }

  .scpb-hero-benefits small {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .scpb-hero-inner {
    padding: 10px 0 9px !important;
  }
  .scpb-hero h1, .scpb-hero .scpb-hero-title {
    max-width: 270px !important;
    font-size: 19px !important;
  }
  .scpb-hero-copy > p {
    max-width: 265px !important;
    font-size: 9px !important;
  }
  .scpb-hero-benefits {
    max-width: 310px !important;
    gap: 4px !important;
    margin-top: 8px !important;
  }
  .scpb-line-icon {
    width: 22px !important;
    height: 22px !important;
  }
  .scpb-hero-benefits b {
    max-width: 62px !important;
    font-size: 7.3px !important;
  }
}

/* v2.8.20 — rebuilt mobile hero: readable, balanced, not over-compressed */
@media (max-width: 560px) {
  .scpb-page .scpb-hero {
    min-height: 154px !important;
    background-position: center center !important;
    background-size: cover !important;
  }

  .scpb-page .scpb-hero::before {
    inset: 0 !important;
    background:
      linear-gradient(90deg, rgba(5,7,24,.20) 0%, rgba(5,7,24,.76) 25%, rgba(5,7,24,.86) 50%, rgba(5,7,24,.76) 75%, rgba(5,7,24,.20) 100%) !important;
  }

  .scpb-page .scpb-hero-inner {
    min-height: 154px !important;
    justify-content: center !important;
    padding: 13px 12px 12px !important;
    box-sizing: border-box !important;
  }

  .scpb-page .scpb-hero-copy {
    width: 100% !important;
    max-width: 330px !important;
  }

  .scpb-page .scpb-hero h1, .scpb-hero .scpb-hero-title, .scpb-page .scpb-hero .scpb-hero-title {
    max-width: 320px !important;
    margin: 0 auto 6px !important;
    font-size: 21px !important;
    font-weight: 900 !important;
    line-height: 1.06 !important;
    letter-spacing: -.025em !important;
    text-shadow: 0 2px 7px rgba(0,0,0,.38) !important;
  }

  .scpb-page .scpb-hero-copy > p {
    max-width: 305px !important;
    margin: 0 auto !important;
    color: #e4e6ee !important;
    font-size: 10.5px !important;
    font-weight: 500 !important;
    line-height: 1.34 !important;
  }

  .scpb-page .scpb-hero-benefits {
    width: 100% !important;
    max-width: 330px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 7px !important;
    margin-top: 10px !important;
  }

  .scpb-page .scpb-hero-benefits article {
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4px !important;
    text-align: center !important;
  }

  .scpb-page .scpb-line-icon {
    width: 27px !important;
    height: 27px !important;
    border-radius: 8px !important;
    border-width: 1px !important;
    background: rgba(97,230,0,.07) !important;
  }

  .scpb-page .scpb-line-icon svg {
    width: 14px !important;
    height: 14px !important;
  }

  .scpb-page .scpb-hero-benefits b {
    display: block !important;
    max-width: 92px !important;
    margin: 0 auto !important;
    color: #fff !important;
    font-size: 8.4px !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  .scpb-page .scpb-hero-benefits small {
    display: none !important;
  }
}

@media (max-width: 390px) {
  .scpb-page .scpb-hero,
  .scpb-page .scpb-hero-inner {
    min-height: 148px !important;
  }

  .scpb-page .scpb-hero-inner {
    padding: 12px 8px 10px !important;
  }

  .scpb-page .scpb-hero h1, .scpb-hero .scpb-hero-title, .scpb-page .scpb-hero .scpb-hero-title {
    max-width: 300px !important;
    font-size: 20px !important;
  }

  .scpb-page .scpb-hero-copy > p {
    max-width: 286px !important;
    font-size: 10px !important;
  }

  .scpb-page .scpb-hero-benefits {
    max-width: 310px !important;
    gap: 5px !important;
    margin-top: 9px !important;
  }

  .scpb-page .scpb-line-icon {
    width: 25px !important;
    height: 25px !important;
  }

  .scpb-page .scpb-hero-benefits b {
    max-width: 84px !important;
    font-size: 7.9px !important;
  }
}


/* v2.8.21 — remove false mobile header spacer / white strip above hero */
@media (max-width: 560px) {
  body.scpb-page-active .entry-content > .scpb-page.scpb-has-fixed-header,
  body:has(.scpb-page) .entry-content > .scpb-page.scpb-has-fixed-header,
  .scpb-page.scpb-has-fixed-header,
  .scpb-page {
    --scpb-fixed-header-height: 0px !important;
    margin-top: 0 !important;
  }

  body.scpb-page-active #content,
  body.scpb-page-active .site-content,
  body.scpb-page-active .site-main,
  body.scpb-page-active main#main,
  body.scpb-page-active .content-area,
  body.scpb-page-active .entry-content,
  body.scpb-page-active article.page,
  body:has(.scpb-page) #content,
  body:has(.scpb-page) .site-content,
  body:has(.scpb-page) .site-main,
  body:has(.scpb-page) main#main,
  body:has(.scpb-page) .content-area,
  body:has(.scpb-page) .entry-content,
  body:has(.scpb-page) article.page {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  body.scpb-page-active .entry-content > .scpb-page:first-child,
  body:has(.scpb-page) .entry-content > .scpb-page:first-child,
  .scpb-page > .scpb-hero:first-child {
    margin-top: 0 !important;
  }
}


/* v2.8.22 — runtime mobile white-gap correction */
@media (max-width: 560px) {
  .scpb-page.scpb-mobile-gap-fixed {
    margin-top: var(--scpb-mobile-gap-fix, 0px) !important;
  }
}


/* v2.8.23 — keep hero background flush, but protect mobile title from header overlap */
@media (max-width: 560px) {
  .scpb-page.scpb-mobile-gap-fixed .scpb-hero-inner {
    padding-top: calc(13px + var(--scpb-mobile-content-safe-top, 0px)) !important;
  }
}
@media (max-width: 390px) {
  .scpb-page.scpb-mobile-gap-fixed .scpb-hero-inner {
    padding-top: calc(12px + var(--scpb-mobile-content-safe-top, 0px)) !important;
  }
}


/* v2.8.24 — final phone title safety: no negative page shift */
@media (max-width: 560px) {
  .scpb-page,
  .scpb-page.scpb-mobile-gap-fixed,
  body.scpb-page-active .entry-content > .scpb-page,
  body:has(.scpb-page) .entry-content > .scpb-page {
    margin-top: 0 !important;
    --scpb-mobile-gap-fix: 0px !important;
  }

  .scpb-page .scpb-hero {
    position: relative !important;
  }

  .scpb-page .scpb-hero-inner {
    padding-top: 26px !important;
  }
}

@media (max-width: 390px) {
  .scpb-page .scpb-hero-inner {
    padding-top: 24px !important;
  }
}


/* === v2.9.0 SEO bonus catalog === */
.scpb-bonus-catalog-section{padding:34px 0 54px;background:#fff}.scpb-bonus-catalog-head{max-width:900px;margin-bottom:20px}.scpb-bonus-catalog-head h2{margin:0 0 10px;font-size:32px;line-height:1.15;color:#101827}.scpb-bonus-catalog-head>b{display:block;font-size:16px;color:#111827}.scpb-bonus-catalog-head p{margin:10px 0 0;color:#586274;font-size:15px;line-height:1.55}.scpb-bonus-catalog-tools{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.scpb-bonus-tags{display:flex;flex-wrap:wrap;gap:10px;min-width:0}.scpb-bonus-tag{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border:1px solid #dbe1e8;border-radius:8px;background:#fff;color:#182235;text-decoration:none;font-size:13px;font-weight:650}.scpb-bonus-tag:hover,.scpb-bonus-tag.is-active{border-color:#bfe9c9;background:#d9f7e1;color:#0d7b32}.scpb-bonus-sort{display:flex;gap:8px;flex:0 0 auto}.scpb-bonus-sort button{min-height:38px;padding:0 14px;border:0;border-radius:8px;background:#f5f6f8;color:#263247;font-weight:700;cursor:pointer}.scpb-bonus-catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.scpb-bonus-catalog-list{display:grid;gap:10px}.scpb-bonus-catalog-card{display:grid;grid-template-columns:138px minmax(0,1fr) 220px;min-height:122px;border-radius:12px;overflow:hidden;background:#202129;color:#fff;border:1px solid #292c35;box-shadow:0 8px 22px rgba(16,24,40,.08)}.scpb-bonus-brand{display:flex;align-items:center;justify-content:center;margin:10px;background:#101b1a;border-radius:8px;overflow:hidden;text-decoration:none}.scpb-bonus-brand img{width:100%;height:100%;max-height:100px;object-fit:contain;padding:12px}.scpb-bonus-brand strong{color:#fff;text-align:center;padding:10px}.scpb-bonus-card-copy{padding:14px 12px}.scpb-bonus-badges{display:flex;gap:7px;margin-bottom:7px}.scpb-bonus-badges span,.scpb-bonus-badges em{font-style:normal;font-size:10px;font-weight:850;padding:4px 7px;border-radius:5px}.scpb-bonus-badges span{background:#9b3df5}.scpb-bonus-badges em{background:#25a77d}.scpb-bonus-card-copy h3{margin:0;color:#fff;font-size:18px;line-height:1.25}.scpb-bonus-facts{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px;color:#cbd3de;font-size:11px}.scpb-bonus-conditions{display:inline-block;margin-top:9px;color:#46e27b;font-size:12px;font-weight:800;text-decoration:none}.scpb-bonus-card-actions{display:flex;flex-direction:column;justify-content:center;gap:9px;padding:14px;border-left:1px solid #3a3d47;background:linear-gradient(135deg,rgba(255,205,70,.05),rgba(255,205,70,.12))}.scpb-bonus-promo,.scpb-bonus-card-actions>a{display:flex;align-items:center;justify-content:center;min-height:42px;border:0;border-radius:8px;font-weight:900;text-decoration:none;cursor:pointer}.scpb-bonus-promo{justify-content:space-between;padding:0 13px;background:#ffd34f;color:#161616}.scpb-bonus-promo i{font-style:normal;font-size:18px}.scpb-bonus-card-actions>a{background:linear-gradient(90deg,#8c36f2,#b43cff);color:#fff}.scpb-bonus-catalog-sidebar{min-width:0}.scpb-bonus-catalog-sidebar>.scus-sidebar{max-width:none}.scpb-bonus-promo.is-copied{background:#5de67f}.scpb-bonus-promo.is-copied span{font-size:0}.scpb-bonus-promo.is-copied span:after{content:'Скопировано';font-size:12px}
@media(max-width:1000px){.scpb-bonus-catalog-layout{grid-template-columns:1fr}.scpb-bonus-catalog-sidebar{order:2}.scpb-bonus-catalog-tools{flex-direction:column}.scpb-bonus-sort{width:100%;overflow-x:auto}.scpb-bonus-catalog-card{grid-template-columns:120px minmax(0,1fr) 200px}}
@media(max-width:700px){.scpb-bonus-catalog-section{padding:24px 0 36px}.scpb-bonus-catalog-head h2{font-size:25px}.scpb-bonus-catalog-card{grid-template-columns:96px minmax(0,1fr);grid-template-areas:'brand copy' 'actions actions'}.scpb-bonus-brand{grid-area:brand;min-height:92px}.scpb-bonus-card-copy{grid-area:copy}.scpb-bonus-card-actions{grid-area:actions;border-left:0;border-top:1px solid #3a3d47;display:grid;grid-template-columns:1fr 1fr}.scpb-bonus-tags{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:4px}.scpb-bonus-tag{white-space:nowrap}.scpb-bonus-sort button{white-space:nowrap}}


/* ===== v2.9.2: category / quick-links / CTA redesign closer to Unified Sidebar ===== */
.scpb-cards-section,
.scpb-cta-section { padding-top: 10px; }

.scpb-cards-head h2 {
  margin: 0 0 6px;
  color: #101827;
  font-size: clamp(30px, 2.2vw, 40px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.scpb-cards-head p {
  color: #7b8495;
  font-size: 14px;
}

.scpb-cards {
  gap: 16px;
  margin-top: 18px;
}

.scpb-card,
.scpb-card:nth-child(2),
.scpb-card:nth-child(3),
.scpb-card:nth-child(4) {
  min-height: 200px;
  padding: 20px 20px 18px;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  background: #f8f9fb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045);
}

.scpb-card::before {
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: #8257ff;
}
.scpb-card:nth-child(2)::before { background: #62c53a; }
.scpb-card:nth-child(3)::before { background: #f28b47; }
.scpb-card:nth-child(4)::before { background: #4b9dff; }

.scpb-card:hover,
.scpb-card:nth-child(2):hover,
.scpb-card:nth-child(3):hover,
.scpb-card:nth-child(4):hover {
  transform: translateY(-3px);
  border-color: #dce4ec;
  box-shadow: 0 14px 28px rgba(15, 23, 42, .075);
}

.scpb-card-icon,
.scpb-card:nth-child(2) .scpb-card-icon,
.scpb-card:nth-child(3) .scpb-card-icon,
.scpb-card:nth-child(4) .scpb-card-icon {
  width: 56px;
  height: 56px;
  border: 1px solid #e1e7ef;
  border-radius: 16px;
  background: #ffffff;
  color: #0bbf43;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.4);
}
.scpb-card:nth-child(1) .scpb-card-icon { color: #7b57ee; }
.scpb-card:nth-child(3) .scpb-card-icon { color: #eb7f37; }
.scpb-card:nth-child(4) .scpb-card-icon { color: #3d92eb; }

.scpb-card h3 {
  margin: 0 0 7px;
  color: #101827;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.2;
}

.scpb-card-description {
  min-height: 40px;
  color: #5e6778;
  font-size: 13px;
  line-height: 1.45;
}

.scpb-card-count,
.scpb-card:nth-child(2) .scpb-card-count,
.scpb-card:nth-child(3) .scpb-card-count,
.scpb-card:nth-child(4) .scpb-card-count {
  min-height: 29px;
  padding: 0 12px;
  border: 1px solid #dfe5ec;
  background: #ffffff;
  color: #4b5567;
  font-size: 11px;
  font-weight: 800;
}

.scpb-card-arrow,
.scpb-card:nth-child(2) .scpb-card-arrow,
.scpb-card:nth-child(3) .scpb-card-arrow,
.scpb-card:nth-child(4) .scpb-card-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #cbe7d2;
  background: #ffffff;
  color: #05b83d;
}

.scpb-card:hover .scpb-card-arrow,
.scpb-card:nth-child(2):hover .scpb-card-arrow,
.scpb-card:nth-child(3):hover .scpb-card-arrow,
.scpb-card:nth-child(4):hover .scpb-card-arrow {
  border-color: #05c83d;
  background: #05c83d;
  color: #ffffff;
}

.scpb-quick-links {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scpb-quick-links a,
.scpb-quick-links a:last-child {
  min-height: 68px;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 16px;
  border: 1px solid #e8edf3;
  border-radius: 14px;
  border-right: 1px solid #e8edf3;
  background: #f8f9fb;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .035);
  transition: transform .2s, border-color .2s, box-shadow .2s;
}

.scpb-quick-links a:hover {
  transform: translateY(-2px);
  border-color: #dce4ec;
  box-shadow: 0 14px 26px rgba(15, 23, 42, .065);
}

.scpb-quick-links a b {
  color: #101827;
  font-size: 14px;
  font-weight: 800;
}

.scpb-quick-links a > span,
.scpb-quick-links a:nth-child(2) > span,
.scpb-quick-links a:nth-child(3) > span,
.scpb-quick-links a:nth-child(4) > span {
  width: 42px;
  height: 42px;
  border: 1px solid #dfe6ee;
  border-radius: 12px;
  background: #fff;
  color: #05b83d;
}

.scpb-quick-links a:first-child > span { color: #7b57ee; }
.scpb-quick-links a:nth-child(3) > span { color: #eb7f37; }
.scpb-quick-links a:nth-child(4) > span { color: #4396ee; }

.scpb-cta {
  min-height: 136px;
  grid-template-columns: minmax(0, 1fr) 140px auto;
  gap: 26px;
  padding: 26px 34px;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  background: linear-gradient(90deg, #f8f9fb 0%, #fbfcfd 68%, #f5fff8 100%);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .045);
}

.scpb-cta::before {
  left: 40px;
  width: 82px;
  height: 4px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, #8a5cff, #4de600);
}

.scpb-cta::after {
  width: 42%;
  background: radial-gradient(circle at 72% 50%, rgba(97, 230, 0, .1), transparent 56%);
}

.scpb-cta h2 {
  margin: 0 0 6px;
  color: #101827;
  font-size: clamp(28px, 2vw, 36px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.03em;
}

.scpb-cta p {
  color: #6d7687;
  font-size: 14px;
}

.scpb-cta-art {
  width: 104px;
  height: 72px;
  color: #7a52ff;
  opacity: .94;
}

.scpb-cta .scpb-btn {
  min-width: 214px;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(97, 230, 0, .22);
  color: #132600 !important;
  font-size: 16px;
}

.scpb-cta .scpb-btn i {
  width: 30px;
  height: 30px;
  border-color: rgba(18, 39, 5, .22);
}

@media (max-width: 900px) {
  .scpb-cards.cols-4,
  .scpb-cards.cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scpb-quick-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scpb-cta {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }
  .scpb-cta-art { order: 2; }
  .scpb-cta .scpb-btn { order: 3; }
}

@media (max-width: 640px) {
  .scpb-cards-head h2 { font-size: 22px; }
  .scpb-cards-head p { font-size: 12px; }
  .scpb-card,
  .scpb-card:nth-child(2),
  .scpb-card:nth-child(3),
  .scpb-card:nth-child(4) {
    min-height: 142px;
    padding: 16px 14px 14px;
    border-radius: 14px;
  }
  .scpb-card h3 { font-size: 15px; }
  .scpb-card-description { font-size: 12px; }
  .scpb-card-arrow { width: 34px; height: 34px; }
  .scpb-quick-links { grid-template-columns: 1fr; gap: 10px; }
  .scpb-quick-links a,
  .scpb-quick-links a:last-child {
    min-height: 58px;
    padding: 12px 13px;
    border-radius: 12px;
  }
  .scpb-cta {
    min-height: 0;
    gap: 16px;
    padding: 22px 18px;
    border-radius: 14px;
  }
  .scpb-cta h2 { font-size: 21px; }
  .scpb-cta p { font-size: 12px; }
  .scpb-cta .scpb-btn {
    min-width: 100%;
    min-height: 48px;
    font-size: 15px;
  }
}


/* ===== v2.9.3: no duplicate category-card section + no underlines ===== */
.scpb-page a,
.scpb-page a:hover,
.scpb-page a:focus,
.scpb-page a:active,
.scpb-page a:visited,
.scpb-page .scpb-bonus-tag,
.scpb-page .scpb-bonus-tag:hover,
.scpb-page .scpb-bonus-tag:focus,
.scpb-page .scpb-card,
.scpb-page .scpb-quick-links a,
.scpb-page .scpb-footer-more {
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-underline-offset: 0 !important;
}

.scpb-bonus-tag,
.scpb-bonus-tag:hover,
.scpb-bonus-tag.is-active {
  text-decoration: none !important;
}

/* Bonus category navigation belongs in the existing Popular Categories block. */
.scpb-bonus-catalog-section .scpb-bonus-tags {
  /* keep compact filter chips here; do not turn them into a second card grid */
  display: flex;
}


/* ===== v2.9.4: icon refresh / remove CTA top mark ===== */
.scpb-cta::before{display:none!important}.scpb-card-icon svg,.scpb-quick-links a>span svg{width:22px;height:22px}.scpb-card:nth-child(1) .scpb-card-icon{color:#7b57ee}.scpb-card:nth-child(2) .scpb-card-icon{color:#36b84a}.scpb-card:nth-child(3) .scpb-card-icon{color:#eb7f37}.scpb-card:nth-child(4) .scpb-card-icon{color:#3d92eb}.scpb-quick-links a:nth-child(2)>span{color:#36b84a}.scpb-quick-links a:nth-child(3)>span{color:#eb7f37}.scpb-quick-links a:nth-child(4)>span{color:#3d92eb}


/* ===== v2.9.5: bonus panel only mode ===== */
.scpb-bonus-catalog-section.is-panel-only{padding-top:8px;padding-bottom:4px}.scpb-bonus-catalog-section.is-panel-only .scpb-shell{max-width:1180px}.scpb-bonus-catalog-section.is-panel-only .scpb-bonus-catalog-tools{margin-top:0;padding-top:0;border-top:0}.scpb-bonus-catalog-section.is-panel-only .scpb-bonus-tags{gap:10px}.scpb-bonus-catalog-section.is-panel-only .scpb-bonus-sort{margin-left:auto}.scpb-bonus-catalog-section.is-panel-only .scpb-bonus-tag{text-decoration:none!important}.scpb-bonus-catalog-section.is-panel-only .scpb-bonus-sort button{text-decoration:none!important}


/* ===== v2.9.9: standalone top bonus filter panel ===== */
.scpb-bonus-panel-section{padding:10px 0 8px}
.scpb-bonus-panel-section .scpb-bonus-catalog-tools{margin:0;padding:0;border:0;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:14px}
.scpb-bonus-panel-section .scpb-bonus-tags{display:flex;flex-wrap:wrap;gap:10px}
.scpb-bonus-panel-section .scpb-bonus-tag{text-decoration:none!important;border:1px solid #d7dee7;background:#fff;color:#111827;border-radius:8px;min-height:40px;padding:0 14px;display:inline-flex;align-items:center;font-weight:700}
.scpb-bonus-panel-section .scpb-bonus-tag:hover{text-decoration:none!important}
.scpb-bonus-panel-section .scpb-bonus-tag.is-active{background:#d8f6e1;border-color:#b7e8c5;color:#087b2c}
.scpb-bonus-panel-section .scpb-bonus-sort{display:flex;gap:10px;margin-left:auto}
.scpb-bonus-panel-section .scpb-bonus-sort button{min-height:40px;padding:0 16px;border:0;border-radius:8px;background:#f6f7f9;color:#111827;font-weight:700;cursor:pointer}
@media(max-width:800px){.scpb-bonus-panel-section .scpb-bonus-catalog-tools{align-items:flex-start;flex-direction:column}.scpb-bonus-panel-section .scpb-bonus-sort{width:100%;margin-left:0;overflow-x:auto}.scpb-bonus-panel-section .scpb-bonus-sort button{white-space:nowrap}}


/* ===== v2.9.14: compact bonus panel / overflow / auto active ===== */
.scpb-bonus-panel-section{padding:10px 0 8px}
.scpb-bonus-panel-section .scpb-shell{max-width:var(--scpb-max,1180px)}
.scpb-bonus-tags-main{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.scpb-bonus-panel-section .scpb-bonus-tag{
  min-height:40px;display:inline-flex;align-items:center;padding:0 14px;
  border:1px solid #d7dee7;border-radius:8px;background:#fff;
  color:#101827!important;font-weight:800;text-decoration:none!important;white-space:nowrap
}
.scpb-bonus-panel-section .scpb-bonus-tag:hover{border-color:#bec9d6;text-decoration:none!important}
.scpb-bonus-panel-section .scpb-bonus-tag.is-active{border-color:#b6e7c4;background:#dff7e5;color:#087b2c!important}
.scpb-bonus-more-toggle{
  min-width:48px;min-height:40px;padding:0 13px;border:1px solid #d7dee7;border-radius:8px;
  background:#f7f8fa;color:#101827;font-size:18px;font-weight:900;line-height:1;cursor:pointer
}
.scpb-bonus-more-toggle:hover,.scpb-bonus-more-toggle.is-open{border-color:#b6e7c4;background:#effaf2;color:#087b2c}
.scpb-bonus-more-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;padding:12px;border:1px solid #e1e6ec;border-radius:10px;background:#f8f9fb}
.scpb-bonus-more-list[hidden]{display:none!important}
.scpb-bonus-panel-section .scpb-bonus-sort{display:none!important}
@media(max-width:760px){
  .scpb-bonus-tags-main{flex-wrap:nowrap;overflow-x:auto;width:100%;padding-bottom:2px}
  .scpb-bonus-tags-main .scpb-bonus-tag,.scpb-bonus-more-toggle{flex:0 0 auto}
  .scpb-bonus-more-list{max-height:240px;overflow:auto}
}


/* ===== v2.9.15: global two-link bonus panel ===== */
.scpb-bonus-panel-section .scpb-bonus-tags-main{display:flex;flex-wrap:wrap;gap:10px;align-items:center}
.scpb-bonus-panel-section .scpb-bonus-more-toggle,
.scpb-bonus-panel-section .scpb-bonus-more-list,
.scpb-bonus-panel-section .scpb-bonus-sort{display:none!important}


/* ===== ScatterCasino Promo Strip + Modal v2.9.17 ===== */
.scpb-promo-strip{
  position:relative;
  width:100%;
  background:#20252f;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.06);
  z-index:8;
}
.scpb-promo-strip-shell{
  position:relative;
  max-width:1180px;
  margin:0 auto;
  padding:10px 46px;
  box-sizing:border-box;
}
.scpb-promo-strip-track{
  display:flex;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-behavior:smooth;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.scpb-promo-strip-track::-webkit-scrollbar{display:none}
.scpb-promo-strip-card{
  position:relative;
  flex:0 0 calc((100% - 56px)/8);
  min-width:122px;
  height:72px;
  padding:0;
  border:0;
  border-radius:8px;
  overflow:hidden;
  background:#151923 center/cover no-repeat;
  cursor:pointer;
  scroll-snap-align:start;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
  transition:transform .16s ease,box-shadow .16s ease;
}
.scpb-promo-strip[data-visible="4"] .scpb-promo-strip-card{flex-basis:calc((100% - 24px)/4)}
.scpb-promo-strip[data-visible="5"] .scpb-promo-strip-card{flex-basis:calc((100% - 32px)/5)}
.scpb-promo-strip[data-visible="6"] .scpb-promo-strip-card{flex-basis:calc((100% - 40px)/6)}
.scpb-promo-strip[data-visible="7"] .scpb-promo-strip-card{flex-basis:calc((100% - 48px)/7)}
.scpb-promo-strip[data-visible="8"] .scpb-promo-strip-card{flex-basis:calc((100% - 56px)/8)}
.scpb-promo-strip[data-visible="9"] .scpb-promo-strip-card{flex-basis:calc((100% - 64px)/9)}
.scpb-promo-strip[data-visible="10"] .scpb-promo-strip-card{flex-basis:calc((100% - 72px)/10)}
.scpb-promo-strip[data-visible="11"] .scpb-promo-strip-card{flex-basis:calc((100% - 80px)/11)}
.scpb-promo-strip[data-visible="12"] .scpb-promo-strip-card{flex-basis:calc((100% - 88px)/12)}
.scpb-promo-strip-card:hover{
  transform:translateY(-2px);
  box-shadow:0 7px 16px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,.10);
}
.scpb-promo-strip-card-shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(9,12,18,.78) 0%,rgba(9,12,18,.18) 66%,rgba(9,12,18,.05) 100%);
}
.scpb-promo-strip-card-copy{
  position:absolute;left:8px;right:6px;bottom:7px;
  display:flex;flex-direction:column;align-items:flex-start;gap:2px;
  color:#fff;text-align:left;text-shadow:0 1px 2px rgba(0,0,0,.55);
}
.scpb-promo-strip-card-copy b{
  max-width:100%;font-size:10px;line-height:1.05;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.scpb-promo-strip-card-copy small{
  max-width:100%;font-size:9px;line-height:1.05;font-weight:750;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.scpb-promo-strip-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  z-index:3;width:34px;height:38px;border:0;border-radius:8px;
  background:#505666;color:#fff;font-size:27px;line-height:1;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
}
.scpb-promo-strip-arrow:hover{background:#646b7d}
.scpb-promo-strip-arrow.is-prev{left:6px}
.scpb-promo-strip-arrow.is-next{right:6px}

/* Modal v2.9.20 */
.scpb-promo-modal{
  position:fixed;inset:0;z-index:999999;
  display:flex;align-items:center;justify-content:center;
  padding:20px;background:rgba(3,5,8,.86);
  backdrop-filter:blur(2px);
}
.scpb-promo-modal[hidden]{display:none!important}
.scpb-promo-modal-card{
  position:relative;
  width:min(430px,94vw);
  max-height:92vh;
  display:flex;flex-direction:column;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  overflow:visible;
  background:#07100b;
  box-shadow:0 26px 70px rgba(0,0,0,.55);
}
.scpb-promo-modal-creative{
  position:relative;
  min-height:520px;
  border-radius:12px 12px 0 0;
  overflow:hidden;
  background:#08110c center/cover no-repeat;
}
.scpb-promo-modal-creative.is-no-image{
  min-height:350px;
  background:radial-gradient(circle at 50% 20%,#1e6f38 0%,#0b2416 38%,#050905 100%);
}
.scpb-promo-modal-creative.slide-left{animation:scpbPromoSlideLeft .20s ease}
.scpb-promo-modal-creative.slide-right{animation:scpbPromoSlideRight .20s ease}
@keyframes scpbPromoSlideLeft{
  from{opacity:.45;transform:translateX(16px)}
  to{opacity:1;transform:translateX(0)}
}
@keyframes scpbPromoSlideRight{
  from{opacity:.45;transform:translateX(-16px)}
  to{opacity:1;transform:translateX(0)}
}
.scpb-promo-modal-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.04) 42%,rgba(0,0,0,.86) 100%);
}
.scpb-promo-modal-copy{
  position:absolute;left:22px;right:22px;bottom:20px;
  color:#fff;text-shadow:0 2px 5px rgba(0,0,0,.65);
}
.scpb-promo-modal-copy b{display:block;font-size:28px;line-height:1.05;font-weight:950}
.scpb-promo-modal-copy span{display:block;margin-top:6px;font-size:18px;font-weight:850}
.scpb-promo-modal-controls{
  padding:12px;
  border-radius:0 0 12px 12px;
  background:#07100b;
  display:grid;gap:8px;
}
.scpb-promo-modal-code,
.scpb-promo-modal-cta,
.scpb-promo-modal-details{
  min-height:44px;border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  text-decoration:none!important;font-weight:900;
}
.scpb-promo-modal-code{
  border:2px solid #f2b500;background:#ffc83c;color:#080808;font-size:13px;cursor:pointer;
}
.scpb-promo-modal-code.is-copied{background:#dff8e6;border-color:#39b45e;color:#126b2c}
.scpb-promo-modal-cta{
  background:#ffc83c;color:#080808!important;border:2px solid #f2b500;font-size:14px;
}
.scpb-promo-modal-details{
  background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.78);font-size:12px;
}
.scpb-promo-modal-close{
  position:absolute;right:10px;top:9px;z-index:8;
  width:34px;height:34px;border:0;border-radius:50%;
  background:rgba(0,0,0,.55);color:#fff;font-size:26px;line-height:1;cursor:pointer;
}
.scpb-promo-modal-counter{
  position:absolute;left:12px;top:10px;z-index:8;
  min-width:48px;height:28px;padding:0 8px;
  display:flex;align-items:center;justify-content:center;
  border-radius:999px;background:rgba(0,0,0,.55);
  color:#fff;font-size:11px;font-weight:900;
}
.scpb-promo-modal-counter[hidden]{display:none!important}
.scpb-promo-modal-nav{
  position:absolute;top:50%;z-index:9;
  width:46px;height:46px;border:1px solid rgba(255,255,255,.28);
  border-radius:50%;background:rgba(0,0,0,.62);
  color:#fff;font-size:32px;line-height:1;cursor:pointer;
  transform:translateY(-50%);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 18px rgba(0,0,0,.28);
}
.scpb-promo-modal-nav[hidden]{display:none!important}
.scpb-promo-modal-nav:hover{background:rgba(255,255,255,.25)}
.scpb-promo-modal-nav.is-prev{left:10px}
.scpb-promo-modal-nav.is-next{right:10px}
body.scpb-promo-modal-open{overflow:hidden!important}

@media(max-width:760px){
  .scpb-promo-strip-shell{padding:9px 38px}
  .scpb-promo-strip-card,
  .scpb-promo-strip[data-visible] .scpb-promo-strip-card{flex-basis:145px;min-width:145px;height:70px}
  .scpb-promo-strip-arrow{width:30px;height:36px}

  .scpb-promo-modal{padding:8px}
  .scpb-promo-modal-card{width:min(430px,98vw)}
  .scpb-promo-modal-creative{min-height:min(68vh,560px)}
  .scpb-promo-modal-nav{
    top:50%;
    width:42px;height:42px;
    background:rgba(0,0,0,.62);
  }
  .scpb-promo-modal-nav.is-prev{left:8px}
  .scpb-promo-modal-nav.is-next{right:8px}
}

/* v2.9.20 strip arrow states */
.scpb-promo-strip-arrow[hidden]{display:none!important}
.scpb-promo-strip-track{
  overscroll-behavior-x:contain;
  scroll-padding-left:0;
  scroll-padding-right:0;
}




/* v2.9.28 — banner card like PINCO reference:
   uploaded creative + ONE description, exactly up to two lines */
.scpb-promo-strip-card{
  height:76px!important;
  min-height:76px!important;
  border-radius:9px!important;
}
.scpb-promo-strip-card-shade{
  background:linear-gradient(180deg,rgba(8,10,14,0) 22%,rgba(8,10,14,.18) 55%,rgba(8,10,14,.88) 100%)!important;
}
.scpb-promo-strip-card-copy{
  position:absolute!important;
  left:8px!important;
  right:7px!important;
  bottom:6px!important;
  display:block!important;
  color:#fff!important;
  text-align:left!important;
}
.scpb-promo-strip-card-copy b{
  display:none!important;
}
.scpb-promo-strip-card-copy small{
  display:-webkit-box!important;
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  white-space:normal!important;
  text-overflow:ellipsis!important;
  font-size:9px!important;
  line-height:1.18!important;
  font-weight:750!important;
  color:#fff!important;
  text-shadow:0 1px 3px rgba(0,0,0,.88)!important;
}
@media(max-width:760px){
  .scpb-promo-strip-card,
  .scpb-promo-strip[data-visible] .scpb-promo-strip-card{
    height:76px!important;
    min-height:76px!important;
  }
}
@media(max-width:760px){\n  .scpb-promo-strip{\n    border-top-width:10px!important;\n    border-bottom-width:10px!important;\n  }\n}\n

/* v2.9.30 — enlarge the DARK promo background vertically */
.scpb-promo-strip{
  margin-top:0!important;
  margin-bottom:0!important;
  border-top:0!important;
  border-bottom:0!important;
  background:#20252f!important;
  box-sizing:border-box!important;
}
.scpb-promo-strip-shell{
  padding-top:22px!important;
  padding-bottom:22px!important;
}
@media(max-width:760px){
  .scpb-promo-strip-shell{
    padding-top:16px!important;
    padding-bottom:16px!important;
  }
}


/* v2.9.31 — visually separate promo strip from the black site header */
.scpb-promo-strip{
  border-top:14px solid #fff!important;
  border-bottom:8px solid #fff!important;
  background:#20252f!important;
  box-sizing:border-box!important;
}
.scpb-promo-strip-shell{
  padding-top:20px!important;
  padding-bottom:20px!important;
}
@media(max-width:760px){
  .scpb-promo-strip{
    border-top-width:10px!important;
    border-bottom-width:6px!important;
  }
  .scpb-promo-strip-shell{
    padding-top:15px!important;
    padding-bottom:15px!important;
  }
}


/* ===== v2.9.32 — bounded promo carousel + lower filter links ===== */

/* Full dark background stays across the page, but cards are clipped to the content width. */
.scpb-promo-strip{
  position:relative!important;
  width:100%!important;
  overflow:hidden!important;
  background:#20252f!important;
}

/* Exact carousel window: cards stop here and never spill outside. */
.scpb-promo-strip-shell{
  position:relative!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding-left:50px!important;
  padding-right:50px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
}

/* The track itself is a real viewport. JS can still scroll it, but nothing leaks outside. */
.scpb-promo-strip-track{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  overscroll-behavior-x:none!important;
  scroll-behavior:smooth!important;
  box-sizing:border-box!important;
}

/* Keep the arrows inside the two hard edges. */
.scpb-promo-strip-arrow{
  z-index:20!important;
}
.scpb-promo-strip-arrow.is-prev{
  left:8px!important;
}
.scpb-promo-strip-arrow.is-next{
  right:8px!important;
}
.scpb-promo-strip-arrow[hidden]{
  display:none!important;
}

/* Tiny edge masks make the start/end look clean when a card is mid-scroll. */
.scpb-promo-strip-shell:before,
.scpb-promo-strip-shell:after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:42px;
  z-index:12;
  pointer-events:none;
}
.scpb-promo-strip-shell:before{
  left:0;
  background:linear-gradient(90deg,#20252f 45%,rgba(32,37,47,0));
}
.scpb-promo-strip-shell:after{
  right:0;
  background:linear-gradient(270deg,#20252f 45%,rgba(32,37,47,0));
}

/* Promo first, then the three category links lower down. */
.scpb-promo-strip + .scpb-bonus-panel-section{
  padding-top:24px!important;
}
.scpb-bonus-panel-section{
  margin-top:0!important;
  padding-bottom:16px!important;
}

/* Give the heading/listing content a little breathing room after the three links. */
.scpb-bonus-panel-section + .scpb-shortcode-section,
.scpb-bonus-panel-section + .scpb-rating-section{
  padding-top:10px!important;
}

@media(max-width:1220px){
  .scpb-promo-strip-shell{
    max-width:100%!important;
    padding-left:46px!important;
    padding-right:46px!important;
  }
}
@media(max-width:760px){
  .scpb-promo-strip-shell{
    padding-left:38px!important;
    padding-right:38px!important;
  }
  .scpb-promo-strip-shell:before,
  .scpb-promo-strip-shell:after{
    width:32px;
  }
  .scpb-promo-strip + .scpb-bonus-panel-section{
    padding-top:18px!important;
  }
}


/* ===== v2.9.33 — visible hard start/end of carousel ===== */

/* Real centered carousel viewport. The dark background can stay full width. */
.scpb-promo-strip-shell{
  width:min(1180px, calc(100% - 80px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding-left:48px!important;
  padding-right:48px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

/* Cards always begin/end inside the viewport and never bleed outside. */
.scpb-promo-strip-track{
  width:100%!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-padding:0!important;
}
.scpb-promo-strip-card{
  scroll-snap-align:start!important;
}

/* Arrow zones define the two visible carousel boundaries. */
.scpb-promo-strip-arrow{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  top:50%!important;
  width:36px!important;
  height:42px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  border-radius:8px!important;
  background:#505666!important;
  color:#fff!important;
  opacity:1!important;
  transition:opacity .15s ease, background .15s ease!important;
}
.scpb-promo-strip-arrow.is-prev{left:6px!important}
.scpb-promo-strip-arrow.is-next{right:6px!important}

/* At the beginning/end the arrow remains visible, but clearly disabled. */
.scpb-promo-strip-arrow.is-disabled,
.scpb-promo-strip-arrow:disabled{
  opacity:.28!important;
  cursor:default!important;
  pointer-events:none!important;
}

/* Remove old hide rule — disabled arrows must still show the boundaries. */
.scpb-promo-strip-arrow[hidden]{
  display:flex!important;
}

/* Clean side rails so cards cannot visually continue behind the arrows. */
.scpb-promo-strip-shell:before,
.scpb-promo-strip-shell:after{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  width:46px!important;
  z-index:11!important;
  pointer-events:none!important;
}
.scpb-promo-strip-shell:before{
  left:0!important;
  background:#20252f!important;
}
.scpb-promo-strip-shell:after{
  right:0!important;
  background:#20252f!important;
}

/* Keep arrows above the side rails. */
.scpb-promo-strip-arrow{
  z-index:20!important;
}

/* On desktop use fixed compact cards, like the reference strip. */
@media(min-width:761px){
  .scpb-promo-strip-card,
  .scpb-promo-strip[data-visible] .scpb-promo-strip-card{
    flex:0 0 132px!important;
    width:132px!important;
    min-width:132px!important;
  }
}

/* Mobile keeps a smaller fixed card and swipe/arrow behavior. */
@media(max-width:760px){
  .scpb-promo-strip-shell{
    width:calc(100% - 20px)!important;
    padding-left:38px!important;
    padding-right:38px!important;
  }
  .scpb-promo-strip-card,
  .scpb-promo-strip[data-visible] .scpb-promo-strip-card{
    flex:0 0 128px!important;
    width:128px!important;
    min-width:128px!important;
  }
  .scpb-promo-strip-shell:before,
  .scpb-promo-strip-shell:after{
    width:36px!important;
  }
}


/* ===== v2.9.34 — carousel cards align to content edges; arrows only when needed ===== */

/* The visible carousel area is exactly the site content width. */
.scpb-promo-strip-shell{
  position:relative!important;
  width:100%!important;
  max-width:1180px!important;
  margin:0 auto!important;
  padding-left:0!important;
  padding-right:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}

/* Cards begin at the exact left edge and stop at the exact right edge. */
.scpb-promo-strip-track{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
  overflow-y:hidden!important;
  box-sizing:border-box!important;
  scroll-padding-left:0!important;
  scroll-padding-right:0!important;
  overscroll-behavior-x:contain!important;
}

/* No permanent dark rails/masks at the sides. */
.scpb-promo-strip-shell:before,
.scpb-promo-strip-shell:after{
  display:none!important;
  content:none!important;
}

/* Restore normal arrow behavior: they disappear when not needed. */
.scpb-promo-strip-arrow[hidden]{
  display:none!important;
}
.scpb-promo-strip-arrow{
  position:absolute!important;
  z-index:20!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:36px!important;
  height:42px!important;
  border:0!important;
  border-radius:8px!important;
  background:#505666!important;
  color:#fff!important;
  opacity:1!important;
}
.scpb-promo-strip-arrow.is-prev{
  left:6px!important;
}
.scpb-promo-strip-arrow.is-next{
  right:6px!important;
}

/* Fixed compact cards. They never extend outside the shell. */
@media(min-width:761px){
  .scpb-promo-strip-card,
  .scpb-promo-strip[data-visible] .scpb-promo-strip-card{
    flex:0 0 132px!important;
    width:132px!important;
    min-width:132px!important;
  }
}

/* Mobile: same hard edges, smaller cards. */
@media(max-width:1220px){
  .scpb-promo-strip-shell{
    max-width:calc(100% - 24px)!important;
  }
}
@media(max-width:760px){
  .scpb-promo-strip-shell{
    max-width:calc(100% - 20px)!important;
    padding-left:0!important;
    padding-right:0!important;
  }
  .scpb-promo-strip-card,
  .scpb-promo-strip[data-visible] .scpb-promo-strip-card{
    flex:0 0 128px!important;
    width:128px!important;
    min-width:128px!important;
  }
}

/* === Hero v10: light cards + gaming elements === */
.scpb-hero--cards{min-height:0;background:#fff;color:#141827;border-bottom:1px solid #ececf3;overflow:hidden}
.scpb-hero--cards::before{background:radial-gradient(circle at 78% 35%,rgba(108,59,255,.11),transparent 28%),radial-gradient(circle at 66% 82%,rgba(97,230,0,.09),transparent 25%);}
.scpb-hero--cards .scpb-hero-inner{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(300px,.88fr);grid-template-areas:"copy art" "benefits benefits";gap:12px 42px;min-height:0;padding:38px 0 24px;text-align:left}
.scpb-hero--cards .scpb-hero-copy{grid-area:copy;max-width:690px;align-self:center}
.scpb-hero-kicker{display:inline-flex;align-items:center;min-height:27px;margin-bottom:12px;padding:0 11px;border:1px solid #e8e4ff;border-radius:999px;background:#f8f6ff;color:#6c3bff;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.scpb-hero--cards h1,.scpb-hero--cards .scpb-hero-title{max-width:720px;margin:0 0 12px;color:#111421;font-size:clamp(32px,3.25vw,48px);font-weight:900;line-height:1.02;letter-spacing:-.045em}
.scpb-hero--cards .scpb-hero-copy>p{max-width:610px;margin:0;color:#697184;font-size:14px;line-height:1.55}
.scpb-hero--cards .scpb-btn{border-radius:12px;box-shadow:0 10px 25px rgba(97,230,0,.2)}
.scpb-hero-art{grid-area:art;position:relative;width:100%;height:188px;align-self:center;justify-self:end;isolation:isolate}
.scpb-hero-art img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.scpb-art-glow{position:absolute;inset:16px 24px;border-radius:50%;background:radial-gradient(circle,rgba(108,59,255,.2),rgba(108,59,255,.05) 48%,transparent 70%);filter:blur(5px)}
.scpb-art-card{position:absolute;display:grid;width:108px;height:146px;place-items:center;border-radius:17px;border:1px solid rgba(255,255,255,.75);box-shadow:0 18px 38px rgba(34,27,77,.18);font-style:normal;font-weight:900}
.scpb-art-card--back{top:17px;left:22%;transform:rotate(-13deg);background:linear-gradient(145deg,#17152c,#6c3bff);color:#fff;font-size:44px}
.scpb-art-card--front{top:9px;left:47%;transform:rotate(10deg);background:linear-gradient(155deg,#fff,#f7f4ff 55%,#e9e2ff);color:#161329}
.scpb-art-card--front i{font-size:25px;font-style:normal;color:#6c3bff;letter-spacing:-2px}.scpb-art-card--front b{position:absolute;right:13px;bottom:10px;color:#61d600;font-size:19px}
.scpb-art-chip{position:absolute;display:grid;width:62px;height:62px;place-items:center;border:8px dashed rgba(255,255,255,.75);border-radius:50%;box-shadow:0 13px 24px rgba(32,27,60,.18);font-size:14px;font-weight:950}
.scpb-art-chip--one{left:9%;bottom:2px;background:#6c3bff;color:#fff;transform:rotate(-8deg)}
.scpb-art-chip--two{right:8%;top:48px;background:#61e600;color:#183100;transform:rotate(12deg)}
.scpb-art-diamond{position:absolute;right:27%;bottom:1px;width:34px;height:34px;border-radius:9px;background:linear-gradient(145deg,#ffd86b,#f2a700);box-shadow:0 10px 22px rgba(242,167,0,.25);transform:rotate(45deg)}
.scpb-hero--cards .scpb-hero-benefits{grid-area:benefits;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:13px;padding-top:17px;border-top:1px solid #ececf3}
.scpb-hero--cards .scpb-hero-benefits article{justify-content:flex-start;gap:9px;padding:0 9px 0 0}
.scpb-hero--cards .scpb-line-icon{width:34px;height:34px;border-color:#e4ddff;border-radius:11px;background:#f7f5ff;color:#6c3bff}
.scpb-hero--cards .scpb-hero-benefits b{color:#202433;font-size:11px}.scpb-hero--cards .scpb-hero-benefits small{color:#8a91a1;font-size:9px}
.scpb-hero--classic .scpb-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:760px){.scpb-hero--cards .scpb-hero-inner{grid-template-columns:minmax(0,1fr) 190px;gap:10px 18px;padding:28px 0 20px}.scpb-hero--cards h1,.scpb-hero--cards .scpb-hero-title{font-size:31px}.scpb-hero-art{height:150px}.scpb-art-card{width:82px;height:112px;border-radius:14px}.scpb-art-card--front i{font-size:20px}.scpb-art-chip{width:48px;height:48px;border-width:6px}.scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.scpb-hero--cards .scpb-hero-benefits small{display:block}}
@media(max-width:560px){.scpb-hero--cards .scpb-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) 112px;grid-template-areas:"copy art" "benefits benefits";gap:12px 10px;padding:22px 0 16px;text-align:left}.scpb-hero--cards .scpb-hero-copy{min-width:0}.scpb-hero-kicker{min-height:23px;margin-bottom:8px;padding:0 8px;font-size:8px}.scpb-hero--cards h1,.scpb-hero--cards .scpb-hero-title{max-width:none;margin:0 0 8px;font-size:clamp(23px,7vw,29px);line-height:1.03}.scpb-hero--cards .scpb-hero-copy>p{max-width:none;font-size:10.5px;line-height:1.45}.scpb-hero-art{height:112px}.scpb-art-card{width:59px;height:82px;border-radius:10px}.scpb-art-card--back{top:15px;left:4%;font-size:27px}.scpb-art-card--front{top:7px;left:38%}.scpb-art-card--front i{font-size:14px}.scpb-art-card--front b{right:7px;bottom:5px;font-size:11px}.scpb-art-chip{width:35px;height:35px;border-width:4px;font-size:8px}.scpb-art-chip--one{left:0;bottom:0}.scpb-art-chip--two{right:0;top:36px}.scpb-art-diamond{right:24%;width:20px;height:20px;border-radius:5px}.scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:3px;padding-top:12px}.scpb-hero--cards .scpb-hero-benefits article{gap:7px}.scpb-hero--cards .scpb-line-icon{width:29px;height:29px}.scpb-hero--cards .scpb-line-icon svg{width:16px;height:16px}.scpb-hero--cards .scpb-hero-benefits b{font-size:9.5px}.scpb-hero--cards .scpb-hero-benefits small{display:none}}

/* === v2.11 Hero 10 refined: clean white + replaceable PNG === */
.scpb-hero--cards{position:relative;background:linear-gradient(115deg,#fff 0%,#fff 53%,#fbfaff 72%,#f7f4ff 100%);border:0;border-bottom:1px solid #ececf3;overflow:hidden}
.scpb-hero--cards:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 77% 46%,rgba(113,65,255,.10),transparent 30%),radial-gradient(circle at 65% 86%,rgba(59,221,126,.08),transparent 25%);pointer-events:none}
.scpb-hero--cards .scpb-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,500px);grid-template-areas:"copy art" "benefits benefits";column-gap:44px;row-gap:20px;padding:48px 0 24px;align-items:center}
.scpb-hero--cards .scpb-hero-copy{grid-area:copy;max-width:650px}
.scpb-hero--cards .scpb-hero-title{margin:0 0 13px!important;max-width:680px;font-size:clamp(34px,3vw,50px)!important;line-height:1.02!important;letter-spacing:-.04em!important;color:#101426!important}
.scpb-hero--cards .scpb-hero-copy>p{max-width:620px;margin:0;color:#687086;font-size:14px;line-height:1.55}
.scpb-hero--cards .scpb-hero-kicker{margin:0 0 12px;background:#f5f1ff;border:1px solid #e8e0ff;color:#6f39ff}
.scpb-hero--cards .scpb-btn{display:inline-flex;margin-top:18px;padding:11px 18px;border-radius:11px;background:linear-gradient(135deg,#7a35ff,#5b25e9);color:#fff!important;box-shadow:0 10px 24px rgba(103,48,240,.20)}
.scpb-hero--cards .scpb-hero-art{grid-area:art;width:min(100%,var(--scpb-art-w,440px));height:220px;justify-self:end;display:flex;align-items:center;justify-content:center;position:relative}
.scpb-hero--cards .scpb-hero-art:before{content:"";position:absolute;width:85%;height:62%;border-radius:50%;background:radial-gradient(ellipse,rgba(103,55,255,.16),rgba(103,55,255,0) 68%);filter:blur(16px)}
.scpb-hero--cards .scpb-hero-art picture{display:block;width:100%;height:100%;position:relative;z-index:2}
.scpb-hero--cards .scpb-hero-art img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 22px rgba(31,26,64,.13))}
.scpb-art-placeholder{position:relative;z-index:2;width:290px;height:170px;display:block}
.scpb-ph-card{position:absolute;left:54px;top:10px;width:112px;height:145px;border-radius:20px;background:linear-gradient(145deg,#27175f,#7540ff);color:#fff;display:grid;place-items:center;font-size:31px;font-weight:900;transform:rotate(-9deg);box-shadow:0 20px 35px rgba(47,30,102,.2)}
.scpb-ph-chip{position:absolute;right:28px;top:25px;width:78px;height:78px;border-radius:50%;background:#20d86b;color:#fff;display:grid;place-items:center;font-size:28px;border:9px dashed rgba(255,255,255,.75);box-shadow:0 14px 28px rgba(25,168,83,.18)}
.scpb-ph-crown{position:absolute;right:74px;bottom:0;font-size:58px;color:#ffbe2e;transform:rotate(9deg);text-shadow:0 12px 22px rgba(230,160,0,.22)}
.scpb-hero--cards .scpb-hero-benefits{grid-area:benefits;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;width:100%;margin:0!important;padding:18px 0 0!important;border-top:1px solid #e9eaf0;gap:18px!important}
.scpb-hero--cards .scpb-hero-benefits article{min-width:0;display:flex!important;align-items:center!important;gap:10px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.scpb-hero--cards .scpb-line-icon{flex:0 0 36px;width:36px!important;height:36px!important;border:1px solid #e3dcff!important;border-radius:11px!important;background:#f7f4ff!important;color:#6d38ff!important}
.scpb-hero--cards .scpb-hero-benefits b{display:block;color:#151a2b;font-size:11px;line-height:1.25}.scpb-hero--cards .scpb-hero-benefits small{display:block;margin-top:3px;color:#8990a1;font-size:9px;line-height:1.25}
@media(max-width:760px){.scpb-hero--cards .scpb-hero-inner{grid-template-columns:minmax(0,1fr) 220px;column-gap:18px;padding:32px 0 20px}.scpb-hero--cards .scpb-hero-art{height:165px}.scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.scpb-hero--cards .scpb-hero-inner{grid-template-columns:minmax(0,1fr) 118px;grid-template-areas:"copy art" "benefits benefits";gap:14px 8px;padding:22px 0 15px}.scpb-hero--cards .scpb-hero-title{font-size:clamp(24px,7vw,30px)!important}.scpb-hero--cards .scpb-hero-copy>p{font-size:10.5px}.scpb-hero--cards .scpb-hero-kicker{display:none}.scpb-hero--cards .scpb-hero-art{width:118px;height:118px}.scpb-hero--cards .scpb-hero-art img{filter:drop-shadow(0 10px 14px rgba(31,26,64,.12))}.scpb-art-placeholder{transform:scale(.48);transform-origin:center}.scpb-hero--cards .scpb-hero-benefits{gap:10px!important;padding-top:12px!important}.scpb-hero--cards .scpb-line-icon{flex-basis:30px;width:30px!important;height:30px!important}.scpb-hero--cards .scpb-hero-benefits b{font-size:9.5px}.scpb-hero--cards .scpb-hero-benefits small{display:none}.scpb-hero--cards .scpb-btn{margin-top:11px;padding:9px 12px;font-size:10px}}

/* v2.12 — Hero #10: compact white card composition */
.scpb-hero--cards{background:#fff!important;border-bottom:1px solid #eef0f4!important}
.scpb-hero--cards:before{background:radial-gradient(circle at 83% 42%,rgba(116,70,255,.09),transparent 27%),radial-gradient(circle at 70% 80%,rgba(25,210,110,.06),transparent 23%)!important}
.scpb-hero--cards .scpb-hero-inner{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)!important;grid-template-areas:"copy art" "benefits art"!important;column-gap:34px!important;row-gap:18px!important;padding:34px 0 30px!important;min-height:330px}
.scpb-hero--cards .scpb-hero-copy{align-self:end;max-width:680px}
.scpb-hero--cards .scpb-hero-title{font-size:clamp(34px,3vw,48px)!important;line-height:1.04!important;margin-bottom:10px!important}
.scpb-hero--cards .scpb-hero-copy>p{font-size:13px!important;max-width:620px!important}
.scpb-hero--cards .scpb-hero-art{align-self:center!important;width:min(100%,var(--scpb-art-w,440px))!important;height:270px!important;overflow:visible!important}
.scpb-hero--cards .scpb-hero-art:before{width:100%!important;height:78%!important;background:radial-gradient(ellipse,rgba(112,64,255,.12),rgba(112,64,255,0) 70%)!important}
.scpb-hero--cards .scpb-hero-art img{object-position:center!important;max-width:100%!important;max-height:100%!important}
.scpb-hero--cards .scpb-hero-benefits{align-self:start!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;padding:0!important;border-top:0!important;max-width:700px}
.scpb-hero--cards .scpb-hero-benefits article{min-height:74px!important;padding:10px 8px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:center!important;gap:6px!important;background:rgba(255,255,255,.92)!important;border:1px solid #e9ebf1!important;border-radius:14px!important;box-shadow:0 7px 22px rgba(27,31,48,.055)!important}
.scpb-hero--cards .scpb-line-icon{flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:9px!important;margin:auto!important;background:#f7f4ff!important;color:#713dff!important}
.scpb-hero--cards .scpb-hero-benefits b{font-size:10px!important;line-height:1.15!important}.scpb-hero--cards .scpb-hero-benefits small{font-size:8px!important;line-height:1.2!important;margin-top:1px!important}
@media(max-width:760px){.scpb-hero--cards .scpb-hero-inner{grid-template-columns:minmax(0,1fr) 210px!important;grid-template-areas:"copy art" "benefits benefits"!important;min-height:0;padding:26px 0 20px!important}.scpb-hero--cards .scpb-hero-art{height:180px!important}.scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:none}.scpb-hero--cards .scpb-hero-benefits article{min-height:64px!important}}
@media(max-width:560px){.scpb-hero--cards .scpb-hero-inner{grid-template-columns:minmax(0,1fr) 125px!important;grid-template-areas:"copy art" "benefits benefits"!important;gap:13px 8px!important;padding:20px 0 15px!important}.scpb-hero--cards .scpb-hero-art{width:125px!important;height:125px!important}.scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important}.scpb-hero--cards .scpb-hero-benefits article{min-height:58px!important;padding:7px 3px!important;border-radius:10px!important}.scpb-hero--cards .scpb-line-icon{flex-basis:25px!important;width:25px!important;height:25px!important}.scpb-hero--cards .scpb-line-icon svg{width:14px!important;height:14px!important}.scpb-hero--cards .scpb-hero-benefits b{font-size:7.5px!important}.scpb-hero--cards .scpb-hero-benefits small{display:none!important}}

/* === Hero #10 exact tiles v2.14 === */
.scpb-page .scpb-hero--cards{background:#fff;color:#101522;border:0;overflow:hidden}
.scpb-page .scpb-hero--cards .scpb-hero-inner{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);grid-template-areas:"copy art" "benefits art";column-gap:30px;row-gap:18px;padding:30px 0 28px;align-items:center}
.scpb-page .scpb-hero--cards .scpb-hero-copy{align-self:end}
.scpb-page .scpb-hero--cards .scpb-hero-benefits{grid-area:benefits;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;width:100%;margin:0;padding:0;border:0;align-self:start}
.scpb-page .scpb-hero--cards .scpb-hero-benefits article{min-height:104px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:14px 8px;background:rgba(255,255,255,.96);border:1px solid #eef1f5;border-radius:15px;box-shadow:0 8px 24px rgba(17,24,39,.055);text-align:center}
.scpb-page .scpb-hero--cards .scpb-line-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:0;background:transparent;color:#08c83e}
.scpb-page .scpb-hero--cards .scpb-line-icon svg{width:30px;height:30px;stroke-width:2.2}
.scpb-page .scpb-hero--cards .scpb-hero-benefits article>div{display:block;min-width:0}
.scpb-page .scpb-hero--cards .scpb-hero-benefits b{display:block;color:#111827;font-size:13px;font-weight:800;line-height:1.15;text-align:center}
.scpb-page .scpb-hero--cards .scpb-hero-benefits small{display:none!important}
.scpb-page .scpb-hero--cards .scpb-hero-art{height:250px;align-self:center}
.scpb-page .scpb-hero--cards .scpb-hero-art img{width:100%;height:100%;object-fit:contain;object-position:center right}
@media(max-width:760px){
 .scpb-page .scpb-hero--cards .scpb-hero-inner{grid-template-columns:1fr;grid-template-areas:"copy" "art" "benefits";gap:14px;padding:22px 0 20px}
 .scpb-page .scpb-hero--cards .scpb-hero-art{height:170px}
 .scpb-page .scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
 .scpb-page .scpb-hero--cards .scpb-hero-benefits article{min-height:82px;padding:9px 3px;border-radius:12px;gap:7px}
 .scpb-page .scpb-hero--cards .scpb-line-icon{width:27px;height:27px}
 .scpb-page .scpb-hero--cards .scpb-line-icon svg{width:25px;height:25px}
 .scpb-page .scpb-hero--cards .scpb-hero-benefits b{font-size:9.5px;line-height:1.1}
}
/* === Hero #10 locked universal tiles v2.15 === */
.scpb-page .scpb-hero--cards .scpb-hero-copy>p{display:none!important}
.scpb-page .scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;max-width:620px!important}
.scpb-page .scpb-hero--cards .scpb-hero-benefits article{min-height:88px!important;padding:12px 6px!important;border:1px solid #edf0f4!important;border-radius:14px!important;background:#fff!important;box-shadow:0 8px 22px rgba(17,24,39,.055)!important;gap:8px!important}
.scpb-page .scpb-hero--cards .scpb-line-icon{width:31px!important;height:31px!important;color:#08c83e!important;background:transparent!important;border:0!important}
.scpb-page .scpb-hero--cards .scpb-line-icon svg{width:28px!important;height:28px!important;stroke-width:2.25!important}
.scpb-page .scpb-hero--cards .scpb-hero-benefits b{font-size:11px!important;font-weight:800!important;line-height:1.12!important;color:#111827!important}
.scpb-page .scpb-hero--cards .scpb-hero-benefits small{display:none!important}
@media(max-width:560px){.scpb-page .scpb-hero--cards .scpb-hero-benefits{gap:5px!important;max-width:none!important}.scpb-page .scpb-hero--cards .scpb-hero-benefits article{min-height:67px!important;padding:7px 2px!important;border-radius:10px!important;gap:5px!important}.scpb-page .scpb-hero--cards .scpb-line-icon{width:24px!important;height:24px!important}.scpb-page .scpb-hero--cards .scpb-line-icon svg{width:22px!important;height:22px!important}.scpb-page .scpb-hero--cards .scpb-hero-benefits b{font-size:7.5px!important}}

/* v2.16 — Hero subtitle */
.scpb-hero--cards .scpb-hero-subtitle{margin:8px 0 0;max-width:650px;color:#68758c;font-size:14px;line-height:1.55;font-weight:400}
@media(max-width:767px){.scpb-hero--cards .scpb-hero-subtitle{font-size:13px;line-height:1.45;margin-top:6px}}


/* v2.18 — unified Hero on every page; subtitle must stay visible */
.scpb-page .scpb-hero--cards .scpb-hero-copy>.scpb-hero-subtitle{display:block!important;margin:8px 0 0!important;max-width:650px!important;color:#68758c!important;font-size:14px!important;line-height:1.55!important;font-weight:400!important}
@media(max-width:767px){.scpb-page .scpb-hero--cards .scpb-hero-copy>.scpb-hero-subtitle{display:block!important;font-size:13px!important;line-height:1.45!important;margin-top:6px!important}}

/* v2.19 — desktop Hero: H1 and four feature cards stay on one row */
@media (min-width: 900px){
  .scpb-page .scpb-hero--cards .scpb-hero-copy{max-width:none!important;min-width:0!important}
  .scpb-page .scpb-hero--cards .scpb-hero-title,
  .scpb-page .scpb-hero--cards h1{max-width:none!important;white-space:nowrap!important;font-size:clamp(32px,2.65vw,42px)!important;letter-spacing:-.04em!important}
  .scpb-page .scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:620px!important}
}

/* v2.20 — lock the four Hero feature columns in one consistent lower row everywhere */
.scpb-page .scpb-hero--cards .scpb-hero-inner{
  grid-template-rows:auto 104px!important;
  row-gap:18px!important;
}
.scpb-page .scpb-hero--cards .scpb-hero-benefits{
  grid-area:benefits!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  width:100%!important;
  max-width:620px!important;
  min-width:0!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  align-self:end!important;
}
.scpb-page .scpb-hero--cards .scpb-hero-benefits article{
  width:100%!important;
  height:88px!important;
  min-height:88px!important;
  margin:0!important;
  box-sizing:border-box!important;
}
@media (min-width:768px){
  .scpb-page .scpb-hero--cards .scpb-hero-copy{align-self:end!important}
  .scpb-page .scpb-hero--cards .scpb-hero-art{grid-row:1 / 3!important}
}
@media (max-width:767px){
  .scpb-page .scpb-hero--cards .scpb-hero-inner{grid-template-rows:auto auto auto!important}
  .scpb-page .scpb-hero--cards .scpb-hero-benefits{grid-template-columns:repeat(4,minmax(0,1fr))!important;max-width:none!important;gap:6px!important}
  .scpb-page .scpb-hero--cards .scpb-hero-benefits article{height:72px!important;min-height:72px!important}
}

/* v2.22 — mobile Hero cleanup: clean white background, readable copy, 4 fixed cards */
@media (max-width: 560px){
  .scpb-page .scpb-hero--cards{
    background:#fff!important;
    background-image:none!important;
    min-height:0!important;
    overflow:hidden!important;
  }
  .scpb-page .scpb-hero--cards::before{
    background:radial-gradient(circle at 88% 20%,rgba(113,65,255,.08),transparent 28%)!important;
    opacity:1!important;
  }
  .scpb-page .scpb-hero--cards .scpb-shell{
    width:calc(100% - 24px)!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-inner{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) 132px!important;
    grid-template-areas:"copy art" "benefits benefits"!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    column-gap:8px!important;
    row-gap:16px!important;
    padding:20px 0 18px!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-copy{
    grid-area:copy!important;
    min-width:0!important;
    max-width:none!important;
    align-self:center!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-title,
  .scpb-page .scpb-hero--cards h1{
    max-width:none!important;
    margin:0 0 8px!important;
    color:#111827!important;
    font-size:clamp(22px,6.3vw,28px)!important;
    line-height:1.04!important;
    letter-spacing:-.035em!important;
    white-space:normal!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-copy>.scpb-hero-subtitle{
    display:block!important;
    margin:0!important;
    max-width:none!important;
    color:#6b7488!important;
    font-size:10.5px!important;
    line-height:1.42!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-art{
    grid-area:art!important;
    width:132px!important;
    height:112px!important;
    min-width:0!important;
    justify-self:end!important;
    align-self:center!important;
    overflow:visible!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-art:before{display:none!important}
  .scpb-page .scpb-hero--cards .scpb-hero-art picture,
  .scpb-page .scpb-hero--cards .scpb-hero-art img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center!important;
    background:transparent!important;
    filter:drop-shadow(0 8px 12px rgba(31,26,64,.10))!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-benefits{
    grid-area:benefits!important;
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    width:100%!important;
    max-width:none!important;
    gap:5px!important;
    margin:0!important;
    padding:0!important;
  }
  .scpb-page .scpb-hero--cards .scpb-hero-benefits article{
    width:100%!important;
    height:72px!important;
    min-height:72px!important;
    padding:7px 2px!important;
    gap:5px!important;
    border-radius:10px!important;
    background:#fff!important;
  }
  .scpb-page .scpb-hero--cards .scpb-line-icon{
    width:26px!important;
    height:26px!important;
    flex:0 0 26px!important;
  }
  .scpb-page .scpb-hero--cards .scpb-line-icon svg{width:23px!important;height:23px!important}
  .scpb-page .scpb-hero--cards .scpb-hero-benefits b{
    font-size:7.5px!important;
    line-height:1.08!important;
    overflow-wrap:anywhere!important;
  }
}
