@charset "UTF-8";

:root {
  --c-primary: #06213a;
  --c-secondary: #0b6f87;
  --c-accent: #77d8ff;
  --c-bg: #041724;
  --c-surface: #082b42;
  --c-text: #ffffff;
  --c-text-muted: #c4d9e7;
  --c-btn: #77d8ff;
  --c-btn-text: #031723;
  --c-border: rgba(119, 216, 255, 0.26);
  --c-grad-start: #061f34;
  --c-grad-end: #0a6d86;
  --c-logo-text: #ffffff;
}

body.qw-nav-hover-8 {
  background:
    radial-gradient(circle at 18% 0%, rgba(119, 216, 255, .16), transparent 32%),
    linear-gradient(180deg, #03131f 0%, #061d2c 42%, #031018 100%);
}

.h12_root,
.h12_mobile-nav,
.it-footer {
  background: rgba(3, 15, 24, .94);
  border-color: rgba(119, 216, 255, .2);
}

.h12_btn-register,
.it-btn {
  background: linear-gradient(135deg, #77d8ff, #f4f8ff);
  color: #031723;
  box-shadow: 0 14px 32px rgba(45, 174, 221, .25);
}

.h12_btn-login,
.it-btn-soft {
  border-color: rgba(119, 216, 255, .36);
  color: #e9f8ff;
}

.h12_root .qw-header-inner {
  min-height: 72px;
}

.h12_nav {
  gap: 10px !important;
}

.h12_nav .qw-nav-link {
  border: 1px solid transparent;
  background: rgba(255, 255, 255, .035);
  color: rgba(233, 248, 255, .82) !important;
  font-weight: 800;
}

.h12_nav .qw-nav-link:hover,
.h12_nav .qw-nav-link.active {
  border-color: rgba(119, 216, 255, .26);
  background: rgba(119, 216, 255, .1) !important;
  color: #ffffff !important;
  text-shadow: none !important;
}

.h12_cta-desktop {
  gap: 12px;
}

.h12_btn-login,
.h12_btn-register,
.h12_mbtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.h12_btn-login {
  padding: 10px 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(119, 216, 255, .34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.h12_btn-register {
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, .34);
}

.h12_menu-btn {
  width: 46px;
  height: 44px;
  border-radius: 8px;
  background: rgba(119, 216, 255, .1);
  border-color: rgba(119, 216, 255, .32);
  color: #e9f8ff;
}

.it-section h2,
.it-table th,
.it-faq-list summary,
.it-rating-score strong {
  color: #9be5ff;
}

.it-hero {
  min-height: 620px;
}

.it-section,
.it-intro,
.it-rating-block,
.it-user-reviews-block,
.it-faq-block,
.it-verdict-block {
  background:
    linear-gradient(145deg, rgba(9, 46, 70, .9), rgba(3, 18, 29, .96));
  border-color: rgba(119, 216, 255, .22);
}

.it-table th {
  background: rgba(119, 216, 255, .1);
}

.it-table td,
.it-table th,
.it-faq-list details,
.it-rating-list article,
.it-user-reviews-grid blockquote {
  border-color: rgba(119, 216, 255, .18);
}

.it-rating-expanded {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(3, 13, 22, .96) 0%, rgba(4, 22, 34, .9) 46%, rgba(4, 22, 34, .54) 100%),
    linear-gradient(180deg, rgba(119, 216, 255, .16), rgba(2, 12, 20, .08)),
    url("../img/generated/rating-argentina-bg.png") center right / cover no-repeat !important;
  border-color: rgba(155, 229, 255, .36) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.it-rating-expanded::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(155, 229, 255, .48), rgba(255, 255, 255, .36), rgba(155, 229, 255, .48)) top left / 100% 4px no-repeat;
}

.it-rating-expanded > * {
  position: relative;
  z-index: 1;
}

.it-rating-expanded .it-rating-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  max-width: none;
}

.it-rating-expanded .it-rating-head h2 {
  color: #ffffff;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .34);
}

.it-rating-expanded .it-rating-head p {
  max-width: 720px;
  color: #d9edf7;
}

.it-rating-expanded .it-rating-score {
  min-width: 152px;
  margin: 0;
  padding: 20px 22px;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(119, 216, 255, .24), rgba(255, 255, 255, .08)),
    rgba(3, 15, 24, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 18px 38px rgba(0, 0, 0, .26);
}

.it-rating-expanded .it-rating-score strong {
  color: #ffffff !important;
  font-size: 58px;
}

.it-rating-expanded .it-rating-score small {
  color: #cdeaf7;
}

.it-rating-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.it-rating-metrics article {
  flex-direction: column;
  justify-content: flex-start;
  min-height: 178px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, .045)),
    rgba(3, 15, 24, .58) !important;
  border-color: rgba(255, 255, 255, .16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.it-rating-metrics article > strong {
  margin-top: auto;
  width: max-content;
  padding: 8px 10px;
  border: 1px solid rgba(119, 216, 255, .28);
  border-radius: 8px;
  background: rgba(119, 216, 255, .1);
  color: #ffffff;
}

.it-final-block {
  position: relative;
  overflow: hidden;
  margin-top: 56px;
  margin-bottom: 28px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(119, 216, 255, .16), transparent 34%),
    linear-gradient(145deg, rgba(6, 39, 58, .96), rgba(2, 12, 20, .98)) !important;
  border-color: rgba(155, 229, 255, .34) !important;
  box-shadow: 0 28px 72px rgba(0, 0, 0, .32), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.it-final-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #9be5ff, #ffffff, #6fc8e8);
}

.it-final-block > * {
  position: relative;
  z-index: 1;
}

.it-final-block h2 {
  max-width: 820px;
  color: #ffffff;
  text-shadow: 0 12px 28px rgba(0, 0, 0, .36);
}

.it-final-block h3 {
  display: inline-flex;
  margin-top: 26px;
  padding: 8px 12px;
  border: 1px solid rgba(119, 216, 255, .22);
  border-radius: 8px;
  background: rgba(119, 216, 255, .08);
  color: #f4f8ff;
}

.it-final-block p {
  max-width: 940px;
  color: #d7ebf6;
}

.it-final-block .it-content-cta {
  margin-top: 24px;
}

.it-promo {
  min-height: 300px;
}

.qw-container,
.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-footer-inner,
.it-legal {
  max-width: 1200px;
}

.it-content,
.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author,
.it-legal {
  width: 100%;
}

.it-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.it-content > :where(.it-section, .it-intro, .it-promo, .it-rating-block, .it-user-reviews-block, .it-faq-block, .it-verdict-block, .it-final-block) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.it-tournaments-block {
  margin-top: 30px !important;
}

.it-payments-block {
  margin-top: 30px !important;
}

.it-section,
.it-intro,
.it-promo,
.it-review,
.it-author {
  margin-left: auto;
  margin-right: auto;
}

.it-table-wrap,
.it-table {
  width: 100%;
}

.h12_nav .qw-nav-link,
.h12_mnav .qw-nav-link {
  font-size: 20px;
}

.it-casino-block h3 {
  margin: 26px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-casino-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-casino-block blockquote {
  margin: 24px 0 0;
  padding: 22px;
  border-left: 4px solid var(--c-accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  font-size: 18px;
  line-height: 1.75;
}

.it-casino-verdict-block {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), transparent 34%),
    linear-gradient(145deg, rgba(16, 59, 61, .9), rgba(7, 31, 34, .96));
}

.it-casino-verdict-block h2 {
  margin-top: 0;
  padding-top: 0;
}

.it-casino-author {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  margin: 18px 0 8px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 207, 74, .32);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.it-casino-author strong {
  color: #fff;
  font-size: 18px;
}

.it-casino-author em {
  color: var(--c-text-muted);
  font-size: 14px;
  font-style: italic;
}

.it-bonus-verdict-block {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), transparent 34%),
    linear-gradient(145deg, rgba(16, 59, 61, .9), rgba(7, 31, 34, .96));
}

.it-bonus-verdict-block h2 {
  margin-top: 0;
  padding-top: 0;
}

.it-bonus-verdict-block h3 {
  margin: 24px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-bonus-block h3 {
  margin: 24px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-bonus-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-bonus-block .it-list {
  margin-top: 16px;
}

.it-promo.it-intro {
  background-color: #071f22;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.it-promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.it-promo-actions .it-btn {
  width: max-content;
}

.it-app-download {
  gap: 10px;
  min-width: 236px;
  min-height: 64px;
  justify-content: center;
  text-align: center;
  line-height: 1.18;
  white-space: normal;
}

.it-app-download img {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  object-fit: contain;
}

.it-promo-actions .it-btn-soft {
  border: 1px solid rgba(255, 207, 74, .38);
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

.it-promo[data-component="app_banner"] .it-promo-actions .it-btn-soft.it-app-download {
  color: #ffffff !important;
}

.it-app-block h3 {
  margin: 24px 0 10px;
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1.3;
}

.it-app-block .it-table-wrap {
  margin: 18px 0 6px;
}

.it-app-block .it-list {
  margin-top: 16px;
}

.it-app-block .it-faq-list {
  margin-top: 18px;
}

.it-app-verdict-block {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 207, 74, .12), transparent 34%),
    linear-gradient(145deg, rgba(16, 59, 61, .9), rgba(7, 31, 34, .96));
}

.it-app-verdict-block h2 {
  margin-top: 0;
  padding-top: 0;
}

.it-final-block.it-final-block h3 {
  display: inline-flex;
  align-items: center;
  width: max-content;
  max-width: 100%;
  margin: 30px 0 14px;
  padding: 9px 14px;
  border: 1px solid rgba(119, 216, 255, .28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(119, 216, 255, .14), rgba(255, 255, 255, .06));
  color: #f4f8ff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.it-final-block .it-casino-author {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 22px 0 18px;
}

.it-final-block .it-casino-author + h3 {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin-top: 0;
  clear: both;
}

.it-content-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px !important;
}

.it-faq-list + .it-content-cta,
.it-table-wrap + .it-content-cta,
.it-list + .it-content-cta,
.it-section p + .it-content-cta,
.it-section .it-lead + .it-content-cta {
  margin-top: 28px !important;
}

.it-home-faq .it-faq-list {
  display: grid;
  gap: 10px;
}

.it-home-reviews {
  overflow: hidden;
}

.it-home-reviews-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.it-review-carousel {
  overflow: hidden;
  border: 1px solid rgba(119, 216, 255, .22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(119, 216, 255, .12), rgba(255, 255, 255, .045)),
    rgba(3, 15, 24, .64);
}

.it-review-carousel .qw-slider-track {
  align-items: stretch;
}

.it-review-card {
  display: grid;
  min-height: 258px;
  padding: 30px 72px;
  align-content: center;
  gap: 14px;
}

.it-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: baseline;
}

.it-review-meta strong {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
}

.it-review-meta em {
  color: #d7ebf6;
  font-size: 15px;
  font-weight: 800;
  font-style: normal;
}

.it-review-balls {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 3px;
  text-shadow: 0 0 18px rgba(119, 216, 255, .4);
}

.it-user-reviews-grid .it-review-balls {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 2px;
}

.it-review-card blockquote {
  margin: 0;
  max-width: 820px;
  color: #d7ebf6 !important;
  font-size: 20px;
  line-height: 1.65;
}

.it-review-carousel .qw-slider-controls {
  padding: 0 16px;
}

.it-review-carousel .qw-slider-btn {
  background: rgba(3, 15, 24, .8);
  border-color: rgba(119, 216, 255, .32);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, .28);
}

.it-home-reviews .qw-slider-dots {
  margin-top: 14px;
}

.it-content,
.it-section,
.it-intro,
.it-faq-list,
.it-user-reviews-grid,
.it-rating-list {
  --ar-copy-color: #d7ebf6;
}

.it-section p,
.it-section li,
.it-section td,
.it-section blockquote,
.it-section details p,
.it-section .it-lead,
.it-final-block p,
.it-rating-expanded .it-rating-head p,
.it-rating-metrics article p,
.it-user-reviews-grid blockquote,
.it-casino-author em {
  color: var(--ar-copy-color) !important;
}

.it-section h2,
.it-section h3 {
  margin-bottom: 10px;
}

.it-section p,
.it-section .it-lead {
  margin-top: 10px;
  margin-bottom: 10px;
}

.it-section h2 + p,
.it-section h2 + .it-lead,
.it-section h3 + p,
.it-section h3 + .it-lead,
.it-section p + .it-list,
.it-section .it-lead + .it-list,
.it-section p + .it-table-wrap,
.it-section .it-lead + .it-table-wrap,
.it-section .it-table-wrap + p,
.it-section .it-table-wrap + .it-lead,
.it-section .it-list + p,
.it-section .it-list + .it-lead,
.it-section .it-table-wrap + h3,
.it-section .it-list + h3 {
  margin-top: 10px;
}

.it-section .it-table-wrap,
.it-section .it-list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.it-subcard-section {
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(9, 46, 70, .94), rgba(3, 18, 29, .98)),
    linear-gradient(90deg, rgba(119, 216, 255, .12), transparent) !important;
  box-shadow: 0 22px 58px rgba(0, 0, 0, .24), inset 0 1px 0 rgba(255, 255, 255, .07);
}

.it-subcard-section > h2 {
  margin-bottom: 18px;
}

.it-subcard-section > p,
.it-subcard-section > .it-lead {
  max-width: 980px;
}

.it-subcard-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.it-subcard {
  position: relative;
  min-height: 100%;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(119, 216, 255, .22);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .025)),
    rgba(4, 25, 39, .74);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.it-subcard::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #77d8ff, rgba(244, 248, 255, .76), rgba(119, 216, 255, .18));
}

.it-subcard h3 {
  margin: 0 0 10px;
  color: #ffffff !important;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.16;
}

.it-subcard p,
.it-subcard .it-lead {
  margin-top: 10px;
}

.it-subcard .it-table-wrap,
.it-subcard .it-list {
  margin-top: 12px;
}

@media (max-width: 560px) {
  .it-rating-expanded,
  .it-final-block {
    padding: 24px;
  }

  .it-subcard-section {
    padding: 24px;
  }

  .it-subcard-grid {
    grid-template-columns: 1fr;
  }

  .it-subcard {
    padding: 20px;
  }

  .it-final-block {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .it-final-block.it-final-block h3 {
    width: 100%;
    font-size: 20px;
  }

  .it-home-reviews-head {
    align-items: stretch;
    flex-direction: column;
  }

  .it-home-reviews-head .it-btn {
    width: 100%;
    justify-content: center;
  }

  .it-review-card {
    min-height: 300px;
    padding: 26px 24px 76px;
  }

  .it-review-card blockquote {
    font-size: 17px;
  }

  .it-review-balls {
    font-size: 21px;
    letter-spacing: 2px;
  }

  .it-rating-expanded .it-rating-head {
    grid-template-columns: 1fr;
  }

  .it-rating-expanded .it-rating-score {
    width: 100%;
  }

  .it-rating-metrics {
    grid-template-columns: 1fr;
  }

  .it-promo-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .it-promo-actions .it-btn {
    width: 100%;
    justify-content: center;
  }

  .it-app-download {
    min-width: 0;
  }
}

@media (max-width: 768px) {
  .h12_root .qw-header-inner {
    min-height: 64px;
    justify-content: space-between;
    gap: 14px;
  }

  .h12_root .qw-logo {
    flex: 0 1 auto;
    min-width: 0;
  }

  .h12_root .qw-logo-png {
    max-width: 118px;
    height: auto;
  }

  .h12_nav,
  .h12_cta-desktop {
    display: none !important;
  }

  .h12_root .h12_cta-desktop,
  .h12_root .h12_btn-login:not(.h12_mbtn),
  .h12_root .h12_btn-register:not(.h12_mbtn) {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  .h12_cta {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .h12_menu-btn {
    display: inline-flex !important;
  }

  .qw-mobile-nav.h12_mobile-nav {
    position: fixed;
    top: 64px;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 99;
    display: flex;
    width: min(86vw, 360px);
    max-width: 360px;
    padding: 0;
    overflow-y: auto;
    transform: translateX(104%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-left: 1px solid rgba(119, 216, 255, .24);
    border-top: 1px solid rgba(119, 216, 255, .18);
    background:
      linear-gradient(180deg, rgba(8, 43, 66, .98), rgba(3, 15, 24, .99));
    box-shadow: -28px 0 60px rgba(0, 0, 0, .42);
    transition: transform .24s ease, opacity .24s ease, visibility .24s ease;
  }

  .qw-mobile-nav.h12_mobile-nav.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .h12_mobile-nav .qw-container {
    width: 100%;
    padding: 18px;
  }

  .h12_mnav {
    gap: 8px;
    padding: 0 0 16px;
  }

  .h12_mnav .qw-nav-link {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(119, 216, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 900;
  }

  .h12_mrow {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0 0;
    border-top: 1px solid rgba(119, 216, 255, .18);
  }

  .h12_mbtn {
    width: 100%;
    min-height: 46px;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}

/* Codex: hide desktop header CTA on mobile */
@media (max-width: 820px) {
  .h12_root .h12_cta-desktop,
  [data-component="header"] .h12_cta-desktop {
    display: none !important;
  }
}

/* Codex: unify content CTA text color */
main :where(
  .it-btn,
  .it-btn-soft,
  .kn-btn,
  .qw-btn,
  .bg85-cta,
  .do65-cta,
  .vp20-cta,
  .mq71-cta,
  .yt85-card-cta,
  [class*="-cta"],
  [class*="_cta"]
) {
  color: #031723 !important;
}

main :where(
  .it-btn,
  .it-btn-soft,
  .kn-btn,
  .qw-btn,
  .bg85-cta,
  .do65-cta,
  .vp20-cta,
  .mq71-cta,
  .yt85-card-cta,
  [class*="-cta"],
  [class*="_cta"]
) :where(span, strong, svg, path) {
  color: #031723 !important;
  fill: currentColor !important;
}
