
@media (min-width: 992px) {
  /*only for sorting media queries in extracted css file*/
  .choices__inner {
    padding: 5px 32px 5px 8px !important;
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .choices__list--dropdown .choices__item {
    padding: 5px 32px 5px 8px !important;
  }
  .page-footer {
    padding: 32px;
  }
  .page-footer-left {
    gap: 32px;
    max-width: 256px;
  }
  .page-footer-inner {
    align-items: flex-start;
    gap: 48px;
    flex-direction: row;
  }
  .page-footer-cols {
    gap: 48px;
  }
  .page-footer-logos {
    margin-top: 32px;
    padding-top: 32px;
  }
  .page-footer-logos-wrapper {
    gap: 48px;
  }
  .menu-drawer-header {
    padding: 23px 30px 23px 24px;
  }
  a.menu-link, span.menu-link, a.menu-link:visited {
    padding: 10px 16px;
    margin: 4px 8px;
  }
  .top-n-casinos-header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .search-box-results {
    width: 100%;
    left: 0;
    max-height: 70vh;
  }
  .search-box-results .results {
    margin: 16px 4px 16px 8px;
    max-height: calc(50vh - 32px);
  }
  .search-results-group-link span {
    font-size: 13px;
  }
  .cg-modal-container {
    width: 600px;
  }
  .cg-modal-header {
    height: 56px;
  }
  .cg-modal-header .cg-modal-icon {
    height: 80px;
    width: 80px;
    bottom: -40px;
  }
  .cg-modal-header .cg-modal-icon img {
    width: 80px;
    height: 80px;
  }
  .cg-modal-close {
    right: 8px;
    top: 8px;
  }
  .cg-modal-content {
    padding: 64px 48px 48px;
  }
  .cg-modal-footer {
    padding: 32px 48px;
    width: calc(100% + 96px);
    margin-bottom: -48px;
    left: -48px;
    margin-top: 48px;
  }
  .cg-modal-container-alternative .cg-modal-content {
    padding: 0 24px 24px 24px;
  }
  .cg-modal-container-alternative h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .cg-modal-container-alternative .inner-modal-content {
    gap: 24px;
  }
  .contact-form input.is-error + span.error-text, .form input.is-error + span.error-text {
    margin-top: -12px;
  }
  form.newsletter-subscribe {
    gap: 48px;
  }
  form.newsletter-subscribe input:last-of-type {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .newsletter-input-section {
    grid-template-areas: "a c" "b b";
    grid-template-columns: 1fr 160px;
  }
  .newsletter-input-section .area-b {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .sitemap-page h1 {
    margin: 24px 0;
  }
  .sitemap-page h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .sitemap-page h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  /*only for sorting media queries in extracted css file*/
  .sitemap-page .delimiter {
    margin: 24px 0;
  }
}