@charset "UTF-8";

:root {
  --c-primary: #114b51;
  --c-secondary: #f04c44;
  --c-accent: #2db155;
  --c-bg: #073f45;
  --c-surface: #185b62;
  --c-text: #ffffff;
  --c-text-muted: #c9d6d7;
  --c-btn: #2db155;
  --c-btn-text: #ffffff;
  --c-border: rgba(201, 214, 215, 0.22);
  --c-grad-start: #114b51;
  --c-grad-end: #0a636b;
  --c-logo-text: #ffffff;
}

/* Codex: compact and center Austria mobile menu */
@media (max-width: 768px) {
  .h12_mobile-nav .qw-container {
    width: 100% !important;
    max-width: 420px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 12px 16px 16px !important;
  }

  .h12_mobile-nav .h12_mnav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .h12_mobile-nav .h12_mnav .qw-nav-link {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .h12_mobile-nav .h12_mrow {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .h12_mobile-nav .h12_mbtn,
  .h12_mobile-nav .h12_btn-login,
  .h12_mobile-nav .h12_btn-register {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
}

/* Codex: final Austria table scroll override after all mobile rules */
.it-table-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.it-table-wrap .it-table,
.it-table-wrap table {
  width: max-content !important;
  min-width: 640px !important;
  max-width: none !important;
  table-layout: auto !important;
}

.it-table-wrap th,
.it-table-wrap td {
  white-space: nowrap;
}

/* Codex: final Austria table scroll override */
.it-table-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.it-table-wrap .it-table,
.it-table-wrap table {
  width: max-content !important;
  min-width: 640px !important;
  max-width: none !important;
  table-layout: auto !important;
}

.it-table-wrap th,
.it-table-wrap td {
  white-space: nowrap;
}

/* Codex: allow Austria tables to scroll horizontally on narrow screens */
.it-table-wrap {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

.it-table-wrap .it-table,
.it-table-wrap table {
  width: max-content !important;
  min-width: 640px !important;
  max-width: none !important;
  table-layout: auto !important;
}

.it-table-wrap th,
.it-table-wrap td {
  white-space: nowrap;
}

@media (max-width: 560px) {
  body .it-content > .it-table-wrap,
  body .it-content > * .it-table-wrap {
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body.qw-nav-hover-8 {
  background:
    linear-gradient(180deg, #114b51 0, #0a636b 320px, #073f45 760px, #052b30 100%);
  color: var(--c-text);
}

.h12_root,
.h12_mobile-nav {
  background: #114b51 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
}

.it-hero {
  border-bottom: 1px solid rgba(45, 177, 85, .26) !important;
  background-color: #08373c;
}

.it-content {
  padding-top: clamp(26px, 4vw, 44px);
  padding-bottom: clamp(34px, 5vw, 58px);
}

.it-section,
.it-intro,
.it-review,
.it-author,
.it-legal {
  border: 1px solid rgba(201, 214, 215, .18);
  border-radius: 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035)),
    #114b51;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.it-section h2,
.it-intro h2,
.it-section h3,
.it-intro h3 {
  color: #ffffff;
}

.it-kicker,
.it-casino-block h3,
.it-bonus-block h3,
.it-app-block h3,
.it-bonus-verdict-block h3 {
  color: var(--c-accent) !important;
}

.it-lead,
.it-section p,
.it-intro p,
.it-section li,
.it-intro li {
  color: var(--c-text-muted);
}

.it-btn,
.h12_btn-register {
  border-color: #2db155 !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, 0) 46%),
    #2db155 !important;
  color: #ffffff !important;
  box-shadow: 0 12px 28px rgba(45, 177, 85, .24) !important;
}

.it-btn svg,
.it-btn .at-platform-icon,
.h12_btn-register svg {
  color: currentColor !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.it-btn-soft,
.h12_btn-login {
  border-color: rgba(255, 255, 255, .16) !important;
  background: #185b62 !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .035) !important;
}

.it-btn:hover,
.h12_btn-register:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0) 46%),
    #299249 !important;
}

.it-promo.it-intro,
.it-promo {
  min-height: 260px;
  border: 1px solid rgba(45, 177, 85, .24);
  border-radius: 6px;
  background-color: #073f45 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.it-promo-copy > span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 0 !important;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f04c44;
  color: #ffffff !important;
  font-weight: 900;
}

.it-promo-copy h2 {
  color: #ffffff;
}

.it-table-wrap {
  overflow: hidden;
  border: 1px solid #c9d6d7 !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.it-table {
  background: #ffffff !important;
  color: #313846 !important;
}

.it-table th,
.it-table td {
  border-color: #d5dadd !important;
}

.it-table th {
  background: #c9d6d7 !important;
  color: #35495e !important;
  font-weight: 900;
}

.it-table td {
  background: #f6f7f7 !important;
  color: #313846 !important;
}

.it-table tr:nth-child(even) td {
  background: #ffffff !important;
}

.it-list li {
  border-color: rgba(201, 214, 215, .18) !important;
  background: rgba(255, 255, 255, .045);
}

.it-list li::before {
  background: #2db155 !important;
  box-shadow: 0 0 0 5px rgba(45, 177, 85, .14);
}

.at-left-rail {
  position: fixed;
  top: var(--at-rail-top, 84px);
  left: max(12px, calc((100vw - 1500px) / 2));
  z-index: 60;
  width: 220px;
  max-height: var(--at-rail-max-height, calc(100vh - 104px));
  overflow: hidden;
  border: 5px solid #0b6970;
  background: #f4f7f5;
  color: #65717d;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
  transition: max-height .16s ease;
}

.at-left-rail.is-collapsing {
  overflow: hidden;
}

.at-left-rail * {
  box-sizing: border-box;
}

.at-left-rail a {
  text-decoration: none;
}

.at-bet-panel {
  margin: 0 0 6px;
  background: #ffffff;
}

.at-bet-head {
  display: flex;
  width: 100%;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  padding: 0 8px;
  border: 0;
  background: #034e55;
  color: #ffffff;
  font: 900 12px/1 Arial, sans-serif;
  letter-spacing: .2px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.at-bet-head-ico {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.at-bet-head-ico svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.at-bet-chevron,
.at-row-drop {
  display: inline-flex;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  background: rgba(255, 255, 255, .18);
}

.at-bet-chevron::before,
.at-row-drop::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 5px solid currentColor;
  color: #ffffff;
}

.at-bet-list {
  background: #ffffff;
}

.at-bet-row {
  display: flex;
  min-height: 29px;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
  border-bottom: 1px solid #e2e8e6;
  color: #7a8691;
  font-size: 12px;
}

.at-bet-row:hover {
  background: #edf7f5;
  color: #034e55;
}

.at-bet-country {
  background: #f4f8f8;
}

.at-flag {
  display: inline-block;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .08);
}

.at-flag-at {
  background: linear-gradient(180deg, #e51b2f 0 33%, #ffffff 33% 66%, #e51b2f 66%);
}

.at-flag-rs {
  background: linear-gradient(180deg, #c6363c 0 33%, #234f9a 33% 66%, #ffffff 66%);
}

.at-live-events {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 8px;
  margin: 10px 8px 8px;
  padding: 0 9px;
  border-radius: 999px;
  background: #f24f4f;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.at-live-events b {
  font-weight: 950;
}

.at-live-play {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #f24f4f;
}

.at-live-play svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.at-aside-search {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 8px;
  border-top: 1px solid #e6ecea;
  border-bottom: 1px solid #e6ecea;
  background: #ffffff;
}

.at-aside-search label {
  flex: 1 1 auto;
}

.at-aside-search input {
  width: 100%;
  height: 31px;
  padding: 0 12px;
  border: 1px solid #e6ecea;
  border-radius: 999px;
  background: #fbfcfc;
  color: #596771;
  font-size: 11px;
  text-transform: uppercase;
  outline: none;
}

.at-aside-search button {
  display: inline-flex;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #1aa7b3;
  color: #ffffff;
  cursor: pointer;
}

.at-aside-search button svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.at-sport-menu,
.at-page-jump {
  display: grid;
  background: #ffffff;
}

.at-sport-menu a {
  display: flex;
  min-height: 28px;
  align-items: center;
  gap: 8px;
  padding: 0 9px;
  border-bottom: 1px solid #e6ecea;
  color: #7f8a94;
}

.at-sport-menu a:hover,
.at-page-jump a:hover {
  background: #edf7f5;
  color: #034e55;
}

.at-sport-menu em {
  color: #8f9aa3;
  font-style: normal;
}

.at-sport-ico {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.at-sport-ico::before {
  line-height: 1;
}

.at-sport-ico.ball {
  background:
    linear-gradient(45deg, transparent 44%, #1f2c35 45% 55%, transparent 56%),
    linear-gradient(-45deg, transparent 44%, #1f2c35 45% 55%, transparent 56%),
    #f4f4f4;
  color: #1f2c35;
  border: 1px solid #d8dfdd;
}
.at-sport-ico.ball::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1f2c35;
}
.at-sport-ico.tennis { background: #b8d43a; }
.at-sport-ico.tennis::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #f0f7a5; }
.at-sport-ico.basket { background: #ce6b17; }
.at-sport-ico.basket::before { content: ""; width: 11px; height: 11px; border: 1px solid rgba(0, 0, 0, .35); border-radius: 50%; }
.at-sport-ico.hockey { background: #607986; }
.at-sport-ico.hockey::before { content: "H"; }
.at-sport-ico.volley { background: #cfd7dc; color: #6a747d; }
.at-sport-ico.volley::before { content: "V"; }
.at-sport-ico.table { background: #ef2b21; }
.at-sport-ico.table::before { content: "T"; }
.at-sport-ico.hand { background: #d98b1e; }
.at-sport-ico.hand::before { content: "H"; }
.at-sport-ico.cricket { background: #9f1f26; }
.at-sport-ico.cricket::before { content: "C"; }
.at-sport-ico.esport { background: #334a55; }
.at-sport-ico.esport::before { content: "E"; }

.at-page-jump {
  margin-top: 8px;
  border-top: 5px solid #0b6970;
}

.at-page-jump strong {
  display: flex;
  min-height: 32px;
  align-items: center;
  padding: 0 9px;
  background: #034e55;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .2px;
  text-transform: uppercase;
}

.at-page-jump a {
  display: flex;
  min-height: 31px;
  align-items: center;
  gap: 8px;
  padding: 6px 9px;
  border-bottom: 1px solid #e6ecea;
  color: #7f8a94;
}

.at-page-jump a span {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #2db155;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (min-width: 1280px) {
  body.at-left-rail-ready .it-hero > .qw-container,
  body.at-left-rail-ready .it-content,
  body.at-left-rail-ready .it-footer-inner {
    max-width: min(1040px, calc(100vw - 320px));
    margin-right: 24px;
    margin-left: max(278px, calc((100vw - 1200px) / 2 + 130px));
  }
}

@media (max-width: 1279px) {
  .at-left-rail {
    display: none;
  }
}

/* Codex: remove Austria sportsbook sidebar and keep standard content width */
.at-left-rail {
  display: none !important;
}

@media (min-width: 1280px) {
  body.at-left-rail-ready .it-hero > .qw-container,
  body.at-left-rail-ready .it-content,
  body.at-left-rail-ready .it-footer-inner {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }
}

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

.it-kicker,
.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(45, 177, 85, .14), transparent 34%),
    linear-gradient(145deg, rgba(240, 76, 68, .5), rgba(7, 63, 69, .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(45, 177, 85, .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(45, 177, 85, .14), transparent 34%),
    linear-gradient(145deg, rgba(240, 76, 68, .5), rgba(7, 63, 69, .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-bonus-block .it-list li::before,
.it-app-block .it-list li::before {
  top: 28px;
}

.it-promo.it-intro,
.it-promo {
  background-color: #073f45;
  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(45, 177, 85, .38);
  background: rgba(255, 255, 255, .12);
  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;
  margin-bottom: 18px;
}

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

.it-app-verdict-block,
.it-verdict-block {
  padding: 28px;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(45, 177, 85, .14), transparent 34%),
    linear-gradient(145deg, rgba(240, 76, 68, .5), rgba(7, 63, 69, .96));
}

.it-hero {
  border-bottom: 1px solid rgba(45, 177, 85, .18);
}

.it-btn,
.h12_btn-register {
  box-shadow: 0 14px 34px rgba(45, 177, 85, .2);
}

.it-table th,
.it-rating-score strong,
.it-user-reviews-grid span,
.it-verdict-author strong {
  color: #fff;
}

.at-platform-btn {
  display: inline-flex;
  width: 300px !important;
  min-width: 300px;
  min-height: 56px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px !important;
  line-height: 1.18;
  white-space: normal;
  text-align: center;
}

.it-promo[data-component="app_banner"] .at-platform-btn {
  position: relative;
  min-height: 58px;
  gap: 12px;
  border: 0 !important;
  border-radius: 999px !important;
  background: #3bb65b !important;
  color: #ffffff !important;
  box-shadow: 0 14px 28px rgba(45, 177, 85, .28) !important;
}

.it-promo[data-component="app_banner"] .at-platform-btn.it-btn-soft {
  background: #3bb65b !important;
  color: #ffffff !important;
}

.it-promo[data-component="app_banner"] .at-platform-btn > span:last-child {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 950;
}

.it-promo[data-component="app_banner"] .at-platform-btn:hover {
  background: #2fa94f !important;
  transform: translateY(-1px);
}

.it-promo[data-component="app_banner"] .at-platform-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff !important;
  box-shadow: none;
}

.at-platform-btn:not(.it-btn-soft) {
  color: var(--c-btn-text) !important;
}

.at-platform-btn > span:last-child {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.at-platform-btn:not(.it-btn-soft) > span:last-child {
  color: #ffffff !important;
}

.at-platform-btn.it-btn-soft,
.at-platform-btn.it-btn-soft > span:last-child,
.at-platform-btn.it-btn-soft .at-platform-icon,
.at-platform-btn.it-btn-soft svg {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor;
}

.at-platform-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.it-promo[data-component="app_banner"] .at-platform-icon svg {
  width: 24px;
  height: 24px;
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.at-platform-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

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

@media (max-width: 560px) {
  .it-content {
    width: 100%;
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .it-content > .it-section,
  .it-content > .it-intro,
  .it-content > .it-promo,
  .it-content > .it-review,
  .it-content > .it-author,
  .it-content > .it-legal {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .it-hero {
    overflow: hidden;
  }

  .it-hero-copy {
    max-width: 100%;
  }

  .it-hero h1 {
    max-width: 100%;
    font-size: 28px !important;
    line-height: 1.08 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .it-hero-copy p {
    max-width: 100%;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .it-section p,
  .it-intro p,
  .it-section li,
  .it-intro li {
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .it-section,
  .it-intro {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

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

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

  .at-platform-btn {
    width: 100% !important;
    min-width: 0;
  }
}

/* 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: remove promo button bottom margin */
.it-promo-actions,
.it-promo-actions .it-btn,
.at-platform-btn {
  margin-bottom: 0 !important;
}

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

.it-btn:not(.it-btn-soft),
.it-btn:not(.it-btn-soft) .at-platform-icon,
.it-btn:not(.it-btn-soft) svg,
.h12_btn-register,
.h12_btn-register svg,
.h12_mobile-nav .h12_btn-register,
.h12_mobile-nav .h12_btn-register svg {
  color: #ffffff !important;
  fill: currentColor !important;
  stroke: currentColor;
}

/* Codex: Spain-style rating and review carousel for Austria */
.at-rating-visual {
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px) !important;
  border: 1px solid rgba(45, 177, 85, .28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(7, 63, 69, .98) 0%, rgba(7, 63, 69, .9) 48%, rgba(240, 76, 68, .58) 100%) !important;
  box-shadow: 0 22px 50px rgba(7, 63, 69, .34);
}

.at-rating-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 340px);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 22px;
}

.at-rating-visual .it-rating-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  margin: 0;
  max-width: none;
}

.at-rating-visual .it-rating-head > span {
  grid-column: 1 / -1;
  color: var(--c-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.at-rating-visual .it-rating-head h2 {
  grid-column: 1;
  margin: 0 !important;
}

.at-rating-visual .it-rating-head p {
  grid-column: 1 / -1;
  max-width: 720px;
  margin: 0 !important;
}

.at-rating-visual .it-rating-score {
  grid-column: 2;
  grid-row: 2 / span 2;
  align-self: start;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.at-rating-visual .it-rating-score strong {
  font-size: clamp(40px, 6vw, 64px);
  line-height: .9;
}

.at-rating-image {
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.at-rating-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.at-rating-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.at-rating-list article {
  min-height: 205px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(7, 63, 69, .7);
}

.at-rating-list article > strong {
  color: var(--c-accent);
  font-size: 30px;
  line-height: 1;
}

.at-reviews-block {
  overflow: hidden;
  padding: 22px !important;
}

.at-reviews-block .it-user-reviews-head {
  margin-bottom: 18px;
  text-align: left;
}

.at-reviews-block .it-user-reviews-head span {
  color: var(--c-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.at-reviews-block .it-user-reviews-head p {
  max-width: 720px;
  margin-top: 8px !important;
}

.at-review-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4px 0 18px;
}

.at-review-carousel::before,
.at-review-carousel::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 70px;
  pointer-events: none;
}

.at-review-carousel::before {
  left: 0;
  background: linear-gradient(90deg, var(--c-bg), transparent);
}

.at-review-carousel::after {
  right: 0;
  background: linear-gradient(270deg, var(--c-bg), transparent);
}

.at-review-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: atReviewMarquee 44s linear infinite;
  will-change: transform;
}

.at-review-carousel:hover .at-review-track,
.at-review-carousel:focus-within .at-review-track {
  animation-play-state: paused;
}

.at-review-card {
  flex: 0 0 min(370px, 86vw);
  min-height: 230px;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .1), transparent 38%),
    linear-gradient(145deg, rgba(17, 52, 58, .92), rgba(7, 63, 69, .98));
  box-shadow: 0 18px 42px rgba(0, 0, 0, .22);
}

.at-stars {
  color: var(--c-accent);
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 14px;
}

.at-review-card p {
  margin: 0 0 16px !important;
  color: #fff;
  font-size: 15px;
  line-height: 1.58;
}

.at-review-card span {
  color: #fff;
  font-weight: 800;
}

@keyframes atReviewMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 8px)); }
}

@media (max-width: 900px) {
  .at-rating-layout {
    grid-template-columns: 1fr;
  }

  .at-rating-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .at-rating-visual .it-rating-head {
    grid-template-columns: 1fr;
  }

  .at-rating-visual .it-rating-score {
    grid-column: 1;
    grid-row: auto;
  }

  .at-rating-list {
    grid-template-columns: 1fr;
  }

  .at-review-card {
    flex-basis: 300px;
  }
}

.it-faq-list details {
  padding-bottom: 0 !important;
}

.it-faq-list details > p:last-child {
  margin-bottom: 0 !important;
}

.it-content :where(p, li, td, blockquote),
.it-section :where(p, li, td, blockquote),
.it-intro :where(p, li, td, blockquote),
.it-faq-list p,
.at-rating-visual .it-rating-head p,
.at-rating-list p,
.at-reviews-block .it-user-reviews-head p,
.at-review-card p {
  color: var(--c-text) !important;
}

.at-service-hero {
  min-height: 430px;
}

.at-404-hero {
  min-height: 560px;
}

.at-404-hero .it-kicker {
  font-size: clamp(54px, 9vw, 104px);
  line-height: .9;
  color: var(--c-accent);
}

.at-404-hero .it-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.at-service-content {
  padding-top: 28px;
}

.at-service-section {
  border: 1px solid var(--c-border);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(45, 177, 85, .08), transparent 34%),
    rgba(17, 52, 58, .72);
}

.at-service-section h2 {
  margin-top: 0 !important;
}

.at-footer-age {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin: 2px auto 0;
  border: 2px solid var(--c-accent);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .2), transparent 34%),
    var(--c-accent);
  color: var(--c-btn-text);
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
  box-shadow:
    0 0 0 6px rgba(45, 177, 85, .14),
    0 16px 34px rgba(0, 0, 0, .26);
}

.it-footer-inner {
  position: relative;
  padding-bottom: 76px;
}

.at-footer-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(45, 177, 85, .22);
}

.at-footer-bottom .at-footer-age {
  flex: 0 0 72px;
  margin: 0;
}

.at-footer-bottom p {
  margin: 0 !important;
  text-align: right;
}

.at-back-to-top {
  position: fixed;
  right: max(18px, calc((100vw - 1200px) / 2));
  bottom: 18px;
  z-index: 80;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--c-accent);
  border-radius: 50%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .22), transparent 44%),
    var(--c-accent);
  color: #000000 !important;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .28);
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.at-back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.at-back-to-top.is-docked {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
}

.at-back-to-top:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .34);
}

.at-back-to-top span {
  color: #000000 !important;
  transform: translateY(-1px);
}

.h12_root .qw-header-inner {
  gap: 28px;
}

.h12_nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: 22px;
}

.h12_nav .qw-nav-link {
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .04);
  color: var(--c-text) !important;
  font-weight: 800;
}

.h12_nav .qw-nav-link:hover {
  border-color: var(--c-accent);
  background: rgba(45, 177, 85, .12);
  color: var(--c-accent) !important;
}

.h12_cta {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

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

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

.h12_btn-login,
.h12_btn-register {
  min-width: 112px;
  height: 42px !important;
  padding: 0 18px;
  border-radius: 8px;
  font-size: 14px !important;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.h12_btn-login {
  border: 1px solid rgba(45, 177, 85, .52);
  background: rgba(255, 255, 255, .08);
  color: var(--c-text) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.h12_btn-register {
  border: 1px solid var(--c-accent);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .22), transparent 42%),
    var(--c-accent);
  color: var(--c-btn-text) !important;
  box-shadow: 0 12px 26px rgba(45, 177, 85, .24);
}

.h12_btn-login:hover,
.h12_btn-register:hover {
  transform: translateY(-1px);
}

.h12_btn-login:hover {
  border-color: var(--c-accent);
  background: rgba(45, 177, 85, .12);
}

.h12_btn-register:hover {
  box-shadow: 0 16px 34px rgba(45, 177, 85, .32);
}

.at-final-block {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 44px) !important;
  border: 1px solid rgba(45, 177, 85, .34) !important;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(45, 177, 85, .16), transparent 32%),
    linear-gradient(145deg, rgba(240, 76, 68, .5), rgba(7, 63, 69, .98)) !important;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .26);
}

.at-final-block::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(45, 177, 85, .16), transparent 34%);
}

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

.at-final-block h2 {
  margin-top: 0 !important;
  max-width: 880px;
}

.at-final-block h3 {
  display: flex;
  width: max-content;
  max-width: 100%;
  clear: both;
  align-items: center;
  margin-top: 24px !important;
  padding: 8px 12px;
  border: 1px solid rgba(45, 177, 85, .36);
  border-radius: 8px;
  background: rgba(45, 177, 85, .1);
  color: var(--c-accent) !important;
  font-size: 17px;
}

.at-final-block .it-casino-author {
  display: flex;
  width: max-content;
  max-width: 100%;
  margin: 22px 0 4px;
  border-color: rgba(45, 177, 85, .38);
  background: rgba(255, 255, 255, .08);
}

.at-final-block .it-hero-actions {
  margin-top: 22px;
  margin-bottom: 0 !important;
}

.at-final-block .it-btn {
  min-width: 180px;
}

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

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

  .h12_cta {
    margin-left: auto;
  }

  .h12_menu-btn {
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(45, 177, 85, .4);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: var(--c-text);
  }

  .h12_menu-btn:hover {
    border-color: var(--c-accent);
    background: rgba(45, 177, 85, .12);
  }

  .h12_mobile-nav .qw-container {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .h12_mnav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .h12_mnav .qw-nav-link {
    justify-content: center;
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background: rgba(255, 255, 255, .06);
    color: var(--c-text) !important;
    font-weight: 800;
  }

  .h12_mrow {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 14px;
  }

  .h12_mbtn {
    width: 100% !important;
    min-height: 48px;
    border-radius: 8px;
    font-size: 15px !important;
    font-weight: 900;
    text-align: center;
  }

  .h12_mobile-nav .h12_btn-login {
    border: 1px solid rgba(45, 177, 85, .46);
    background: rgba(255, 255, 255, .08);
    color: var(--c-text) !important;
  }

  .h12_mobile-nav .h12_btn-register {
    border: 1px solid var(--c-accent);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .22), transparent 44%),
      var(--c-accent);
    color: var(--c-btn-text) !important;
    box-shadow: 0 12px 26px rgba(45, 177, 85, .22);
  }

  .at-footer-bottom {
    gap: 14px;
  }

  .at-footer-bottom .at-footer-age {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    font-size: 22px;
  }

  .at-footer-bottom p {
    font-size: 12px;
  }

  .at-back-to-top {
    right: 14px;
    bottom: 14px;
    width: 42px;
    height: 42px;
    font-size: 22px;
  }
}

@media (max-width: 560px) {
  body .qw-container,
  body .it-content,
  body .it-section,
  body .it-intro,
  body .it-promo {
    width: calc(100vw - 32px) !important;
    max-width: calc(100vw - 32px) !important;
  }

  body .qw-container {
    width: 100vw !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body .it-content {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body .it-hero-copy,
  body .it-hero-copy h1,
  body .it-hero-copy p,
  body .it-section p,
  body .it-intro p {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  body .it-hero-copy h1 {
    font-size: 24px !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere;
  }

  body .it-hero-grid,
  body .it-hero-full {
    display: block !important;
    grid-template-columns: 1fr !important;
  }

  body .it-hero-copy {
    min-width: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body .it-hero-copy h1,
  body .it-hero-copy p {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }

  body .it-content {
    display: block !important;
  }

  body .it-content > * {
    min-width: 0 !important;
  }
}

/* Codex: keep Austria mobile content centered after sidebar removal */
@media (max-width: 560px) {
  body .qw-container,
  body .it-content {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body .it-content {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  body .it-content > :where(.it-section, .it-intro, .it-promo, .it-review, .it-author, .it-legal, .it-rating-block, .it-faq-block, .it-verdict-block) {
    width: auto !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  body .it-hero-copy h1,
  body .it-hero-copy p {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .it-hero,
  body .it-hero > .qw-container,
  body .it-hero-grid,
  body .it-hero-full,
  body .it-hero-copy,
  body .it-content,
  body .it-content > * {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body .it-content > * {
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  body .it-hero > .qw-container {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  body .it-hero h1 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    font-size: 25px !important;
    line-height: 1.12 !important;
  }

  body .it-hero p,
  body .it-section p,
  body .it-intro p,
  body .it-section li,
  body .it-intro li {
    overflow-wrap: break-word !important;
  }
}

/* Codex: final Austria mobile menu override */
@media (max-width: 768px) {
  .h12_mobile-nav .qw-container {
    width: 100% !important;
    max-width: 420px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 12px 16px 16px !important;
  }

  .h12_mobile-nav .h12_mnav {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .h12_mobile-nav .h12_mnav .qw-nav-link {
    display: flex !important;
    width: 100% !important;
    min-height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .h12_mobile-nav .h12_mrow {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 10px !important;
  }

  .h12_mobile-nav .h12_mbtn,
  .h12_mobile-nav .h12_btn-login,
  .h12_mobile-nav .h12_btn-register {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }

  .it-table-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  .it-table-wrap .it-table,
  .it-table-wrap table {
    width: max-content !important;
    min-width: 640px !important;
    max-width: none !important;
    table-layout: auto !important;
  }

  .it-table-wrap th,
  .it-table-wrap td {
    white-space: nowrap;
  }

  .it-promo,
  body .it-content > .it-promo {
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    background-position: center right !important;
  }

  .it-promo-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .it-promo-copy > span,
  .it-promo-copy h2,
  .it-promo-copy p {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .it-promo-copy h2 {
    font-size: 25px !important;
    line-height: 1.12 !important;
  }

  .it-promo-actions {
    width: 100% !important;
    max-width: 100% !important;
    align-items: stretch !important;
  }

  .it-promo-actions .it-btn,
  .it-promo-copy > .it-btn {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    text-align: center !important;
  }
}

/* Codex: lock Austria review card padding */
.at-review-card,
blockquote.at-review-card,
.it-user-reviews-block .at-review-card,
.at-review-track .at-review-card {
  padding: 20px !important;
}

/* Codex: remove promo label bottom gap on every Austria promo */
.it-promo-copy span {
  margin-bottom: 0 !important;
}

/* Codex: add readable gap between promo label and bonus headline */
.it-promo-copy span + h2 {
  margin-top: 14px !important;
}

/* Codex: align all Austria content list markers exactly with their text */
.it-list,
.it-content :where(ul, ol),
.it-section :where(ul, ol),
.it-intro :where(ul, ol) {
  padding-left: 0 !important;
  list-style: none !important;
}

.it-list li,
.it-content :where(ul, ol) > li,
.it-section :where(ul, ol) > li,
.it-intro :where(ul, ol) > li {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  align-items: start !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  text-align: left !important;
}

.it-list li::before,
.it-content :where(ul, ol) > li::before,
.it-section :where(ul, ol) > li::before,
.it-intro :where(ul, ol) > li::before,
.it-bonus-block .it-list li::before,
.it-app-block .it-list li::before {
  content: "" !important;
  position: static !important;
  inset: auto !important;
  transform: none !important;
  align-self: start !important;
  justify-self: center !important;
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
  margin-top: .38em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 14px !important;
}

.it-content ul:not(.it-list) > li::before,
.it-section ul:not(.it-list) > li::before,
.it-intro ul:not(.it-list) > li::before {
  content: "" !important;
}

.it-content ol:not(.it-list-num),
.it-section ol:not(.it-list-num),
.it-intro ol:not(.it-list-num) {
  counter-reset: at-content-step !important;
}

.it-content ol:not(.it-list-num) > li,
.it-section ol:not(.it-list-num) > li,
.it-intro ol:not(.it-list-num) > li {
  counter-increment: at-content-step !important;
}

.it-content ol:not(.it-list-num) > li::before,
.it-section ol:not(.it-list-num) > li::before,
.it-intro ol:not(.it-list-num) > li::before {
  content: counter(at-content-step) !important;
}

.it-list-num li::before,
.it-bonus-block .it-list-num li::before,
.it-app-block .it-list-num li::before {
  content: counter(it-step) !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin-top: .24em !important;
  line-height: 18px !important;
  font-size: 11px !important;
}

/* Codex: desktop tables fill their card, mobile tables keep horizontal scroll */
@media (min-width: 769px) {
  .it-table-wrap {
    overflow-x: hidden !important;
  }

  .it-table-wrap .it-table,
  .it-table-wrap table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: auto !important;
  }
}

@media (max-width: 768px) {
  .it-table-wrap {
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }

  .it-table-wrap .it-table,
  .it-table-wrap table {
    width: max-content !important;
    min-width: 640px !important;
    max-width: none !important;
  }
}

/* Codex: keep Austria header fixed while scrolling */
body {
  padding-top: 74px !important;
}

.qw-sticky-root,
.h12_sroot.qw-sticky-root {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}

.qw-sticky-root .qw-header,
.h12_sroot.qw-sticky-root .h12_root {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
}

@media (max-width: 768px) {
  body {
    padding-top: 66px !important;
  }
}
