:root {
  --main-bg: #0b0e08;
  --main-text: #f1ede4;
  --header-bg: #070a05;
  --header-color: #f1ede4;
  --footer-bg: #070a05;
  --footer-color: #d6cfc0;
  --reg-btn: #ef8f22;
  --login-btn: #2f9e44;
  --text-btns: #ffffff;
  --banner-color: #ffffff;
  --link: #f2b134;
  --table-color: #f1ede4;
  --table-text-color: #f1ede4;
  --table-border: #2a2f22;
  --table-odd-bg: #12160e;
  --table-even-bg: #0f120a;
  --nav-acc-head-game-bg: #12160e;
  --acc-bg-body: #0f120a;
  --acc-text-body: #d6cfc0;
}
main p a, main li a, [data-item="faq-item"] a, .vb910b a {
  color: var(--link);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity .3s ease;
}
main p a:hover, main li a:hover, [data-item="faq-item"] a:hover, .vb910b a:hover {
  opacity: .8;
}

.q0f81e8 { aspect-ratio: 1536 / 640 !important; height: auto !important; }
