@charset "UTF-8";

:root {
  --c-primary: #0a3435;
  --c-secondary: #0f4c42;
  --c-accent: #ffcf4a;
  --c-bg: #071f22;
  --c-surface: #103b3d;
  --c-text: #ffffff;
  --c-text-muted: #c7d5cf;
  --c-btn: #ffcf4a;
  --c-btn-text: #082225;
  --c-border: rgba(255, 207, 74, 0.24);
  --c-grad-start: #09282b;
  --c-grad-end: #115345;
  --c-logo-text: #ffffff;
}

.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-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;
}

/* Codex: keep the Italy header identical to the main page on every route. */
.qw-logo-png {
  display: block;
  width: auto;
  height: 39px;
  object-fit: contain;
}

.h12_root {
  position: relative;
  top: auto;
  z-index: auto;
  border-bottom: 1px solid transparent;
  background: var(--c-primary);
  box-shadow: 0 0 0 1px var(--c-accent), 0 4px 24px color-mix(in srgb, var(--c-accent) 30%, transparent);
}

.h12_sroot {
  position: sticky;
  top: 0;
  z-index: 100;
}

.h12_root .qw-header-inner {
  overflow: visible;
}

.h12_root .qw-logo {
  padding-left: 4px;
}

.h12_nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.h12_nav a {
  padding: 6px 14px;
  border-radius: 6px;
  color: rgba(255, 255, 255, .63);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .201s, text-shadow .195s, background .202s;
}

.h12_nav a:hover,
.h12_nav a.active {
  color: var(--c-accent);
  background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  text-shadow: 0 0 10px var(--c-accent), 0 0 20px color-mix(in srgb, var(--c-accent) 50%, transparent);
}

.h12_cta,
.h12_cta-desktop {
  display: flex;
  align-items: center;
  gap: 10px;
}

.h12_btn-login {
  padding: 7px 16px;
  border: 1px solid rgba(255, 255, 255, .177);
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, .713);
  font-size: .859rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .205s, color .203s;
}

.h12_btn-login:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
  box-shadow: 0 0 8px color-mix(in srgb, var(--c-accent) 30%, transparent);
}

.h12_btn-register {
  padding: 7px 17px;
  border: none;
  border-radius: 6px;
  background: var(--c-accent);
  color: var(--c-primary);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 0 14px color-mix(in srgb, var(--c-accent) 60%, transparent), 0 0 27px color-mix(in srgb, var(--c-accent) 30%, transparent);
  transition: opacity .198s, box-shadow .195s;
}

.h12_btn-register:hover {
  opacity: .9;
  box-shadow: 0 0 20px color-mix(in srgb, var(--c-accent) 80%, transparent), 0 0 40px color-mix(in srgb, var(--c-accent) 40%, transparent);
}

.h12_menu-btn {
  display: none;
  width: 37px;
  height: 39px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .136);
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, .732);
  cursor: pointer;
  transition: border-color .199s, color .204s;
}

.h12_menu-btn:hover {
  border-color: var(--c-accent);
  color: var(--c-accent);
}

.h12_mobile-nav {
  background: var(--c-primary);
}

.h12_mnav {
  flex-direction: column;
  align-items: flex-start;
  padding: 12px 0;
}

.h12_mrow {
  display: flex;
  gap: 8px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, .112);
}

.h12_mbtn {
  flex: 1;
  text-align: center;
}

.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 span {
  color: var(--c-text-muted);
  font-size: 14px;
}

.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;
  margin-bottom: 18px;
}

.it-bonus-block .it-list li,
.it-app-block .it-list li {
  padding-top: 16px;
  padding-bottom: 16px;
}

.it-list li::before {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

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

.it-store-btn {
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 54px;
  text-align: center;
}

.it-store-btn:not(.it-btn-soft) {
  color: #000;
}

.it-promo-copy .it-store-btn:not(.it-btn-soft) span {
  color: #000;
}

.it-promo-copy span {
  margin-bottom: 0;
}

.it-store-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: currentColor;
}

.it-store-btn.it-btn-soft .it-store-icon {
  color: var(--c-accent);
}

.it-store-btn span {
  display: inline-block;
  line-height: 1.15;
}

.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;
  margin-bottom: 18px;
}

.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;
}

@media (max-width: 560px) {
  .it-promo-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

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

@media (max-width: 768px) {
  .h12_root .h12_nav {
    display: none !important;
  }

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

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

  .h12_mobile-nav .h12_mrow {
    display: flex;
  }
}

/* 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;
}
