@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  border: 0;
  background: center/cover;
}

html {
  position: relative;
}

body {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}

.area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card,
.wp-post {
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  position: relative;
}

p a,
.content-block li a,
.content-block td a {
  font-weight: 600;
  text-decoration: underline;
  color: #CFFF40;
}

.content-block > table.football-odds-comparison {
  width: 100%;
  border: 1px solid #3A3347;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.content-block > table.football-odds-comparison th,
.content-block > table.football-odds-comparison td {
  padding: 16px 24px;
  vertical-align: middle;
  border: 0;
}
.content-block > table.football-odds-comparison thead th {
  font-weight: 600;
  color: #FFFFFF;
  text-align: left !important;
  border-bottom: 1px solid #3A3347;
  white-space: nowrap;
}
.content-block > table.football-odds-comparison thead th.odds {
  text-align: center !important;
}
.content-block > table.football-odds-comparison tbody tr {
  background: transparent !important;
}
.content-block > table.football-odds-comparison tbody tr:not(:last-child) > td {
  border-bottom: 1px solid #3A3347;
}
.content-block > table.football-odds-comparison tbody td {
  color: #FFFFFF;
  font-weight: 500;
}
.content-block > table.football-odds-comparison tbody td.date {
  white-space: nowrap;
}
.content-block > table.football-odds-comparison tbody td.odds {
  text-align: center;
}
.content-block > table.football-odds-comparison tbody td.odds > a,
.content-block > table.football-odds-comparison tbody td.odds > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  padding: 12px;
  background: #1F0A33;
  border: 1px solid #3A3347;
  border-radius: 4px;
  color: #CFFF40 !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-decoration: none !important;
}
@media (max-width: 1199px) {
  .content-block > table.football-odds-comparison {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.content-block > table:not(.payment-methods) {
  width: 100%;
  border: 1px solid #3A3347;
  border-radius: 8px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  color: #FFFFFF;
}
.content-block > table:not(.payment-methods) td,
.content-block > table:not(.payment-methods) th {
  padding: 12px 16px;
  vertical-align: middle;
  border: 0;
}
.content-block > table:not(.payment-methods) th {
  text-align: left;
}
.content-block > table:not(.payment-methods) tr:first-child {
  font-weight: 700;
}
.content-block > table:not(.payment-methods) tr:not(:last-child) > td, .content-block > table:not(.payment-methods) tr:not(:last-child) > th {
  border-bottom: 1px solid #3A3347;
}
.content-block > table:not(.payment-methods) thead > tr > th,
.content-block > table:not(.payment-methods) thead > tr > td {
  border-bottom: 1px solid #3A3347;
}
@media (max-width: 1199px) {
  .content-block > table:not(.payment-methods):has(td:nth-child(4)) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

p a:hover,
.content-block li a:hover {
  color: #CFFF40;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  transition: 0.3s;
}

iframe {
  display: block;
  width: 100%;
}

.h_iframe iframe {
  border-radius: 6px;
}

.h_iframe.youtube iframe {
  height: 500px;
}

.h_iframe.facebook iframe {
  height: 870px;
}

.h_iframe.one-football iframe {
  height: 500px;
}

.h_iframe.tiktok iframe {
  width: 320px;
  height: 740px;
}

.h_iframe.instagram iframe {
  width: 320px;
  height: 600px;
}

@media (max-width: 1199px) {
  .h_iframe.youtube iframe {
    height: 200px;
    margin-left: -15px;
    width: 100vw;
  }
  .h_iframe.facebook iframe {
    height: 500px;
    margin-left: -15px;
    width: 100vw;
  }
  .h_iframe.one-football iframe {
    height: 290px;
    margin-left: -15px;
    width: 100vw;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

input,
textarea,
select,
button {
  font-family: inherit;
  color: inherit;
  font-size: 1em;
  transition: 0.3s;
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

*:focus {
  outline: none;
}

*::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

*::placeholder {
  color: inherit;
  opacity: 0.5;
}

.button {
  transition: 0.3s;
  position: relative;
}

@media (max-width: 1199px) {
  body {
    font-size: 1rem;
  }
}
@media (max-width: 360px) {
  p {
    word-break: break-word;
  }
}
body {
  background: #0D001A;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
main section:not(.hero, .breadcrumb, .event.table, .event.table .left, .event.table .middle, .event.table .right, .event.table .odd) {
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  main section:not(.hero, .breadcrumb, .event.table, .event.table .left, .event.table .middle, .event.table .right, .event.table .odd) {
    padding-bottom: 48px;
  }
}

strong {
  color: #FFFFFF;
}

a strong {
  color: inherit;
}

a {
  color: #CFFF40;
}

a.os-ms.green {
  color: #CFFF40;
}

h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0;
  color: #FFFFFF;
  font-family: "Saira Extra Condensed", sans-serif;
}

h2 {
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-family: "Saira Extra Condensed", sans-serif;
}

h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0;
  color: #FFFFFF;
  font-family: "Saira Extra Condensed", sans-serif;
}

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}

h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}
.content-block:not(:last-child) {
  margin-bottom: 1rem;
}

div.content h2:not(:last-child),
.introduction > .title:not(:last-child) {
  padding-bottom: 16px;
}

div.content h3:not(:last-child),
div.content p:not(:last-child),
div.content ul:not(:last-child),
div.content ol:not(:last-child) {
  padding-bottom: 1.5rem;
}

div.content h4:not(:last-child),
div.content p:not(:last-child),
div.content ul:not(:last-child),
div.content ol:not(:last-child) {
  padding-bottom: 1.5rem;
}

div.content h5:not(:last-child),
div.content p:not(:last-child),
div.content ul:not(:last-child),
div.content ol:not(:last-child) {
  padding-bottom: 1.5rem;
}

div.content ul {
  padding-left: 24px;
  list-style: disc;
}
div.content ol {
  padding-left: 24px;
  list-style: decimal;
}
div.content ol::marker,
div.content ol li::marker {
  color: #CFFF40;
}

.bold {
  font-weight: 700;
}

.content-block ol {
  padding-left: 20px;
  list-style: decimal;
}

.content-block ol li:not(:last-child) {
  padding-bottom: 4px;
}

.content-block ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.wp-caption {
  max-width: 100%;
}

.content-block p img {
  width: 100%;
  border-radius: 4px;
}

.content-block div.wp-caption {
  margin: 12px 0 16px 0;
}

.content-block div.wp-caption img {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.content-block div.wp-caption .wp-caption-text {
  padding: 12px;
  align-items: center;
  background-color: #0D001A;
  color: #918B9C;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.content-block div.wp-caption:not(:has(.wp-caption-text)) img {
  border-radius: 4px;
}

@media (max-width: 767px) {
  .content-block div.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 135%;
  }
}
@media (max-width: 1199px) {
  div.content h3:not(:last-child),
  div.content p:not(:last-child),
  div.content ul:not(:last-child),
  div.content ol:not(:last-child) {
    padding-bottom: 12px;
  }
  main > section {
    padding-bottom: 2rem;
  }
}
div.content table:not(:last-child) {
  margin-bottom: 1rem;
}

div.content table {
  font-size: 14px;
  line-height: 1.5;
}

div.content table h3 {
  font-size: inherit;
  line-height: inherit;
}

div.content table th,
div.content table td {
  padding: 1rem;
}

div.content table th {
  text-align: left;
  font-weight: 600;
  border-top: 1px solid rgba(58, 51, 71, 0.2);
}

div.content table tbody tr {
  border-top: 1px solid rgba(58, 51, 71, 0.2);
}

@media (max-width: 767px) {
  div.content table {
    white-space: nowrap;
    overflow: auto;
    display: block;
  }
}
.content-block:not(:last-child) {
  margin-bottom: 1rem;
}

div.content h2:not(:last-child), .introduction > .title:not(:last-child) {
  padding-bottom: 16px;
}

div.content h3:not(:last-child), div.content p:not(:last-child), div.content ul:not(:last-child), div.content ol:not(:last-child) {
  padding-bottom: 1.5rem;
}

div.content h4:not(:last-child), div.content p:not(:last-child), div.content ul:not(:last-child), div.content ol:not(:last-child) {
  padding-bottom: 1.5rem;
}

div.content h5:not(:last-child), div.content p:not(:last-child), div.content ul:not(:last-child), div.content ol:not(:last-child) {
  padding-bottom: 1.5rem;
}

div.content ul {
  padding-left: 24px;
  list-style: disc;
}
div.content ol {
  padding-left: 24px;
  list-style: decimal;
}

.bold {
  font-weight: 700;
}

.content-block ol {
  padding-left: 20px;
  list-style: decimal;
}

.content-block ol li:not(:last-child) {
  padding-bottom: 4px;
}

.content-block ul li:not(:last-child) {
  margin-bottom: 1rem;
}

footer {
  color: #CCC;
  background: #1F0A33;
  font-size: 14px;
  line-height: 150%;
}
@media (min-width: 1200px) {
  footer .responsiveness {
    display: none;
  }
}
@media (max-width: 1199px) {
  footer .desktop {
    display: none;
  }
}
footer .container > .top {
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 16px;
  padding: 48px 0;
  border-bottom: 1px solid #3A3347;
}
@media (max-width: 1199px) {
  footer .container > .top {
    grid-template-columns: 1fr !important;
    padding: 40px 0;
    gap: 40px;
  }
}
footer .container > .top > .right,
footer .container > .top > .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
footer .container > .bottom {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 256px;
  gap: 96px;
}
footer .container > .bottom > .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1199px) {
  footer .container > .bottom {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }
}
footer .logo img {
  height: 48px;
  width: auto;
}
@media (max-width: 1199px) {
  footer .logo img {
    height: 40px;
  }
}
footer .social > .social-media {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
footer .social > .social-media .social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 8px;
  border-radius: 50%;
  background: #0D001A;
}
footer .social > .social-media .social-media a img {
  height: 100%;
  width: 100%;
  filter: none;
}
footer .social > .social-media .social-media a:hover {
  background: #CFFF40;
}
footer .social > .social-media .social-media a:hover img {
  filter: brightness(0);
}
@media (min-width: 1200px) {
  footer .social > .social-media {
    max-width: 152px;
  }
}
footer .copyright {
  color: #FFFFFF;
}
footer .menus {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: 40px;
}
@media (max-width: 1199px) {
  footer .menus {
    grid-template-columns: 1fr !important;
  }
}
footer .navigation-menu > .title > * {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #CCC;
  margin-bottom: 16px;
}
footer .navigation-menu ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .navigation-menu ul li a {
  color: #FFFFFF;
}
footer .navigation-menu ul li a:hover {
  color: #CCC;
}
footer .disclaimer strong {
  color: #FFF;
}
footer .disclaimer p {
  font-size: inherit;
}
footer .disclaimer p a {
  font-weight: 400;
  color: inherit;
}
footer .compliance {
  display: flex;
  justify-content: flex-end;
  gap: 0 24px;
}
footer .compliance img {
  height: auto;
  width: auto;
  max-height: 32px;
}
@media (max-width: 1199px) {
  footer .compliance {
    justify-content: center;
  }
}
footer .responsible-gaming {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #3A3347;
  border-radius: 80px;
  line-height: 1;
}
footer .responsible-gaming img {
  height: 16px;
  width: 16px;
}

header {
  position: sticky;
  top: 0;
  z-index: 15;
  /*
  >.top {
      background: $color-text-dark;
      padding: 12px 0;
      font-weight: 500;
      font-size: 12px;
      line-height: 135%;
      color: $color-text-gray-dark
  }
  */
}
header > .bottom {
  padding: 20px 0;
  background: #1F0A33;
  height: 80px;
  display: flex;
  align-items: center;
}
header .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
header .wrapper > .left,
header .wrapper > .right {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0 24px;
  height: 100%;
}
header .wrapper > .left:is(.right),
header .wrapper > .right:is(.right) {
  justify-content: flex-end;
}
header .wrapper ul {
  display: flex;
  gap: 0 24px;
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 14px;
  align-items: center;
  color: #C8CACC;
}
@media (max-width: 1199px) {
  header .wrapper ul {
    font-size: 12px;
    gap: 0 16px;
  }
}
header .wrapper ul a {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
  transition: none;
  text-transform: uppercase;
  font-family: inherit;
  color: #C8CACC;
}
header .wrapper ul a img {
  transition: none;
  filter: brightness(0) invert(1);
}
header .wrapper ul a:hover {
  color: #CFFF40;
}
header .wrapper ul a:hover img {
  filter: none;
}
@media (max-width: 1199px) {
  header .wrapper ul a {
    flex-direction: column-reverse;
    gap: 2px 0;
  }
  header .wrapper ul a img {
    width: 24px;
    aspect-ratio: 1;
  }
  header .wrapper ul a span {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .wrapper ul .current a {
    color: #CFFF40;
  }
  header .wrapper ul .current a img {
    filter: none;
  }
}
header .sponsor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
header .search {
  position: relative;
}
header .search.active .search-bar.default {
  display: block;
}
header .search.active .search-bar.default form .field.query input {
  visibility: visible;
}
header .search-bar.default {
  display: none;
}
header .search-bar.default form {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 320px;
  height: 40px;
  background: #FFF;
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 80px;
}
header .search-bar.default form > div {
  height: 100%;
}
header .search-bar.default form .field.submit,
header .search-bar.default form .action-close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .search-bar.default form .field.submit button,
header .search-bar.default form .action-close button {
  cursor: pointer;
}
header .search-bar.default form .field.query input {
  color: #1F0A33;
  height: 100%;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
header .action-search.toggle .button {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
  transition: none;
  text-transform: uppercase;
  font-family: inherit;
  color: #C8CACC;
  cursor: pointer;
}
header .action-search.toggle .button img {
  transition: none;
  filter: brightness(0) invert(1);
}
header .action-search.toggle .button:hover {
  color: #CFFF40;
}
header .action-search.toggle .button:hover img {
  filter: none;
}
@media (max-width: 1199px) {
  header .action-search.toggle .button {
    flex-direction: column-reverse;
    gap: 2px 0;
  }
  header .action-search.toggle .button img {
    width: 24px;
    aspect-ratio: 1;
  }
  header .action-search.toggle .button span {
    display: none;
  }
}

.action-mega-menu.toggle .title {
  font-family: "Saira", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #C8CACC;
  cursor: pointer;
  transition: 0.3s;
}
.action-mega-menu.toggle .title img {
  transition: none;
  filter: brightness(0) invert(1);
}
.action-mega-menu.toggle .title:hover {
  color: #CFFF40;
}
.action-mega-menu.toggle .title:hover img {
  filter: none;
}
.action-mega-menu.toggle div {
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-direction: row-reverse;
}
.action-mega-menu.toggle img {
  width: 20px;
  aspect-ratio: 1;
}
@media (max-width: 1199px) {
  .action-mega-menu.toggle div {
    justify-content: center;
  }
  .action-mega-menu.toggle span {
    display: none;
  }
}

header .logo img {
  height: 48px;
  width: auto;
}
@media (max-width: 1199px) {
  header .logo img {
    height: 24px;
  }
  header .wrapper {
    gap: 0 16px;
  }
  header .wrapper > .right,
  header .wrapper > .left {
    gap: 0 16px !important;
    min-height: 44px;
  }
  header > .bottom {
    padding: 10px 0;
  }
  header > .bottom.close .wrapper > .left {
    display: none;
  }
  header > .bottom.close .wrapper > .right {
    flex-direction: row-reverse;
  }
  header .right-menu ul {
    justify-content: flex-end;
  }
}
header {
  /*
      .search {
          display: none;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          align-items: center;
          gap: 8px;
          z-index: 2;

          &.active {
              display: flex;
          }

          .action-close {
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center;

              img {
                  width: 20px;
                  height: 20px;
                  filter: brightness(0) invert(1);
              }

              &:hover img {
                  filter: none;
              }
          }
      }

      .input {
          height: 40px;
          display: flex;
          align-items: center;
          flex-direction: row-reverse;
          gap: 0 4px;
          background: $color-bg-light;
          border-radius: 80px;
          padding: 0 24px;


          background: #fff;
          color: #1f0a33;
          opacity: 1;
          visibility: visible;
          width: 340px;

          img {
              width: 20px;
              aspect-ratio: 1
          }
      }

      .input input {
          flex: 1;
          width: 100%;
          font-size: 14px;
          margin-left: 8px
      }

      @include xl-up {
          .action-search.toggle .input {
              width: 270px
          }
      }
      */
}

body.mega-menu-open {
  overflow: hidden;
}

body.mega-menu-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.46);
  z-index: 4;
}

section.mega-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 368px;
}
@media (max-width: 575px) {
  section.mega-menu {
    width: 100%;
    max-width: 375px;
  }
}
section.mega-menu {
  height: 100vh;
  overflow: hidden;
  background: #0D001A;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
section.mega-menu.close {
  left: -100%;
}
section.mega-menu > .top {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 32px 24px 32px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 145%;
  text-transform: uppercase;
  color: #FFF;
  background: #0D001A;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
section.mega-menu > .top .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) {
  section.mega-menu > .top .logo {
    display: none;
  }
}
section.mega-menu > .top .logo img {
  height: 32px;
  width: auto;
}
section.mega-menu > .top .icon {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
section.mega-menu > .top .icon img {
  height: 100%;
  width: auto;
}

div.mega-menu {
  flex: 1;
  overflow: auto;
  font-size: 15px;
  line-height: 150%;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 0 48px;
}
div.mega-menu::-webkit-scrollbar {
  width: 24px;
  background: #0D001A;
}
div.mega-menu::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 80px;
  border: 10px solid #0D001A;
  background-clip: content-box;
}
div.mega-menu a {
  padding: 8px 52px 8px 24px;
  display: block;
  transition: none;
}
div.mega-menu > ul > li:nth-child(n+2) {
  padding-top: 24px;
}
div.mega-menu > ul > li > .menu-item a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 20px;
  color: #CCC;
}
div.mega-menu > ul > li > .menu-item > div {
  display: none;
}
div.mega-menu > ul > li > ul > li:not(.opened) > .menu-item a:hover {
  background: #1F0A33;
}
div.mega-menu ul ul a {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
div.mega-menu ul ul a:hover {
  background: #1F0A33;
}
div.mega-menu .menu-item {
  position: relative;
}
div.mega-menu .menu-item > div {
  position: absolute;
  right: 24px;
  top: 50%;
  translate: 0 -50%;
  cursor: pointer;
}
div.mega-menu ul ul ul {
  display: none;
}
div.mega-menu li.opened {
  position: absolute;
  top: 0;
  left: 0;
  width: 256px;
  height: 100%;
  background: #0D001A;
  z-index: 5;
}
div.mega-menu li.opened::before {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  width: 24px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
div.mega-menu li.opened ul {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding-top: 16px;
}
div.mega-menu li.opened > .menu-item a {
  color: #0D001A;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 145%;
  text-transform: uppercase;
  background: #CFFF40;
  padding: 16px 52px 16px 24px;
}
div.mega-menu li.opened > .menu-item img {
  rotate: 180deg;
  filter: brightness(0) invert(1);
}

.homepage-template .hero .image {
  position: absolute;
  top: -5rem;
  right: 4rem;
}

.homepage-template .hero .left {
  z-index: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .homepage-template .hero .image {
    right: 0;
  }
}
@media (max-width: 767px) {
  .homepage-template .hero .image {
    display: none;
  }
}
.homepage-template section.hero {
  padding: 32px 0;
  background: #241433;
  color: #FFF;
}
.homepage-template section.hero strong {
  color: inherit;
}
.homepage-template section.hero h1 {
  padding-bottom: 0;
  text-transform: uppercase;
}
.homepage-template section.hero .introduction p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .homepage-template section.hero {
    padding: 24px 0;
  }
}

.read-more a,
.show-more a,
.show-more div,
.load-more div {
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}

.read-more a:hover,
.show-more a:hover,
.show-more div:hover,
.load-more div:hover {
  color: #FFFFFF;
}

.show-more,
.load-more {
  margin-top: 40px;
}

.show-more.hide,
.load-more.hide,
.no-results.hide {
  display: none;
}

.show-more a,
.show-more div,
.load-more div {
  transition: 0.3s;
  justify-content: center;
  cursor: pointer;
}

.read-more-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  gap: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  background: #CFFF40;
  color: #0D001A;
  border: 1px solid transparent;
}
.read-more-cta a:hover {
  border-color: #3A3347;
  color: #CFFF40;
  background: #1F0A33;
}
.read-more-cta.responsiveness a img {
  display: none;
}

@media (min-width: 768px) {
  .read-more-cta.responsiveness,
  .read-more.responsiveness,
  .show-more.responsiveness,
  .load-more.responsiveness {
    display: none;
  }
}
@media (max-width: 1199px) {
  .read-more-cta,
  .show-more,
  .load-more {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .read-more-cta,
  .show-more,
  .load-more {
    margin-top: 24px;
  }
}
.advertiser-geographical-area.horizontal.medium:nth-child(n+2) {
  margin-top: 1rem;
}

.advertiser-geographical-area.horizontal.medium {
  border: 1px solid #1F0A33;
  border-radius: 4px;
  background: #FFF;
  color: #FFFFFF;
}

.advertiser-geographical-area.horizontal.medium.hide {
  display: none !important;
}

.advertiser-geographical-area.horizontal.medium .tag {
  display: none !important;
}

.advertiser-geographical-area.horizontal.medium .logo {
  background: #1F0A33;
  border-radius: 4px;
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.advertiser-geographical-area.horizontal.medium .logo img {
  width: 56px;
  max-height: 56px;
}

.advertiser-geographical-area.horizontal.medium .rank {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  width: 40px;
  text-align: center;
}

.advertiser-geographical-area.horizontal.medium .stars {
  display: flex;
  gap: 2px;
}

.advertiser-geographical-area.horizontal.medium .sportsbook-name {
  font-weight: 700;
  line-height: 135%;
  color: #FFFFFF;
  padding-bottom: 5px;
}

.advertiser-geographical-area.horizontal.medium .composed .bold {
  color: #FFFFFF;
}

.advertiser-geographical-area.horizontal.medium .bonus .prefix {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 8px;
  color: #918B9C;
}

.advertiser-geographical-area.horizontal.medium .bonus .offer {
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
  font-size: 14px;
}

.advertiser-geographical-area.horizontal.medium .bonus .offer br ~ br {
  display: none;
}

.advertiser-geographical-area.horizontal.medium .bonus .value {
  font-weight: 700;
}

.advertiser-geographical-area .bonus .value {
  font-weight: 700;
}

.advertiser-geographical-area.horizontal.medium li {
  padding-left: 0;
  margin-bottom: 0;
}

.advertiser-geographical-area.horizontal.medium li::before {
  content: none;
}

.advertiser-geographical-area.horizontal.medium .features {
  width: 215px;
}

.advertiser-geographical-area.horizontal.medium .features .prefix,
.advertiser-geographical-area.horizontal.medium .features .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  padding-bottom: 5px;
  color: #918B9C;
}

.advertiser-geographical-area.horizontal.medium .feature {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 2, 0.7);
  padding-left: 24px;
  background: url(https://apostas.gazetaesportiva.com/static/wp/icone-check-verde.svg) left 1px no-repeat;
}

.advertiser-geographical-area.horizontal.medium li:not(:last-child) .feature {
  margin-bottom: 6px;
}

.advertiser-geographical-area.horizontal.medium .string {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}

.advertiser-geographical-area.horizontal.medium li a + span {
  margin-left: -3px;
}

.advertiser-geographical-area.horizontal.medium.not-recommended .donation-link > * {
  display: flex;
  align-items: center;
  padding: 0 32px;
  gap: 10px;
  height: 40px;
  background: #0D001A;
  border-radius: 4px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #918B9C;
  margin-bottom: 11px;
  justify-content: center;
  cursor: not-allowed;
}

.advertiser-geographical-area.horizontal.medium .donation-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #CFFF40;
  border-radius: 4px;
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 8px;
  padding: 0 2rem;
  white-space: nowrap;
}

.advertiser-geographical-area.horizontal.medium .donation-link a:hover {
  background: #CFFF40;
}

.advertiser-geographical-area.horizontal.medium .review > * {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 135%;
  text-transform: uppercase;
}

.advertiser-geographical-area.horizontal.medium .review > *:hover {
  color: #FFFFFF;
}

.advertiser-geographical-area.horizontal.medium .wrapper > .top {
  display: flex;
  align-items: center;
}

.advertiser-geographical-area.horizontal.medium .middle {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px;
  padding-left: 20px;
  border-left: 1px solid #1F0A33;
  align-items: center;
  flex: 1;
}

.advertiser-geographical-area.horizontal.medium .middle .bonuses {
  flex: 1;
}

.advertiser-geographical-area.horizontal.medium .left .bottom {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 20px;
}

.advertiser-geographical-area.horizontal.medium .top > .right {
  align-self: stretch;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  border-left: 1px solid #1F0A33;
  gap: 4rem;
}

.advertiser-geographical-area.horizontal.medium .tc-excerpt {
  padding: 14px 40px;
  font-size: 12px;
  line-height: 150%;
  color: rgba(33, 37, 41, 0.6);
  background: #1F0A33;
}

.advertiser-geographical-area.horizontal.medium .toggle .icon {
  cursor: pointer;
  position: absolute;
  bottom: calc(100% + 8px);
  right: 0;
  width: 36px;
  height: 36px;
  background: #FFF;
  box-shadow: 0 38px 48px -10px rgba(33, 37, 41, 0.06);
  border: 1px solid #1F0A33;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advertiser-geographical-area.horizontal.medium .tag {
  margin-bottom: 8px;
  background: rgba(0, 172, 173, 0.1);
  padding: 5px 3px;
  color: #CFFF40;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.advertiser-geographical-area.horizontal.medium .buttons {
  width: 200px;
}

.advertiser-geographical-area.horizontal.medium .copy {
  border-radius: 4px;
  border: 1px dashed rgba(139, 136, 136, 0.2);
  cursor: pointer;
  position: relative;
  max-width: 100px;
  height: -moz-fit-content;
  height: fit-content;
}

.advertiser-geographical-area.horizontal.medium .copy > div {
  transition: 0.3s;
}

.advertiser-geographical-area.horizontal.medium .copy > div:not(.active) {
  display: none;
}

.advertiser-geographical-area.horizontal.medium .copy > div > div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  color: #CFFF40;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  height: 30px;
  padding: 0 4px;
}

.advertiser-geographical-area.horizontal.medium .apps .items {
  display: grid;
  gap: 7px 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 135%;
}

.advertiser-geographical-area.horizontal.medium .apps .icon div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
}

.advertiser-geographical-area.horizontal.medium .apps img {
  height: 1rem;
  aspect-ratio: 1;
}

@media (min-width: 768px) {
  .advertiser-geographical-area.horizontal.medium .review span {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .advertiser-geographical-area.horizontal.medium.responsiveness {
    display: block;
  }
  .advertiser-geographical-area.horizontal.medium .bonus ~ div {
    margin-top: 8px;
  }
  .advertiser-geographical-area.horizontal.medium .buttons.responsiveness,
  .advertiser-geographical-area.horizontal.medium .tag.responsiveness {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .composed {
    font-size: 14px;
    line-height: 150%;
  }
  .advertiser-geographical-area.horizontal.medium .middle {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .advertiser-geographical-area.horizontal.medium .feature.responsiveness,
  .advertiser-geographical-area.horizontal.medium .rating.responsiveness {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .review span {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .advertiser-geographical-area.horizontal.medium .logo {
    flex-basis: 56px;
    width: 56px;
    height: 56px;
  }
  .advertiser-geographical-area.horizontal.medium .logo img {
    width: 3rem;
    max-height: 3rem;
  }
  .advertiser-geographical-area.horizontal.medium .middle {
    padding-left: 0;
    border-left: 0;
    grid-template-columns: auto 1fr;
  }
  .advertiser-geographical-area.horizontal.medium .left .bottom {
    align-items: center;
  }
  .advertiser-geographical-area.horizontal.medium .top > .right {
    padding: 20px 2rem;
    gap: 20px;
    width: 55%;
  }
  .advertiser-geographical-area.horizontal.medium .features {
    flex: 1;
  }
  .advertiser-geographical-area.horizontal.medium .donation-link a {
    padding: 0 24px;
  }
  .advertiser-geographical-area.horizontal.medium .review .responsiveness {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .rating:not(.responsiveness),
  .advertiser-geographical-area.horizontal.medium .sportsbook-name {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .rating.responsiveness img {
    margin: 0 auto 4px;
  }
  .advertiser-geographical-area.horizontal.medium .tc-excerpt {
    font-size: 10px;
  }
  .advertiser-geographical-area.horizontal.medium .buttons {
    width: auto;
  }
  .advertiser-geographical-area.horizontal.medium .tag {
    position: absolute;
    transform: translateY(calc(-100% - 2px));
  }
}
@media (max-width: 767px) {
  .advertiser-geographical-area.horizontal.medium.responsiveness-hide {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .wrapper > .top {
    display: block;
    padding: 1rem 20px;
  }
  .advertiser-geographical-area.horizontal.medium .rank {
    width: auto;
    text-align: left;
    position: absolute;
    top: 28px;
  }
  .advertiser-geographical-area.horizontal.medium .logo {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
  .advertiser-geographical-area.horizontal.medium .logo img {
    width: 2rem;
    max-height: 2rem;
  }
  .advertiser-geographical-area.horizontal.medium .sportsbook-name {
    display: block;
    padding-bottom: 0;
    line-height: 1.5;
  }
  .advertiser-geographical-area.horizontal.medium .top > .right {
    margin-top: 10px;
    padding: 0;
    border-left: 0;
    display: block;
    width: auto;
  }
  .advertiser-geographical-area.horizontal.medium .features {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .donation-link a {
    margin-bottom: 0;
  }
  .advertiser-geographical-area.horizontal.medium .review {
    display: block;
  }
  .advertiser-geographical-area.horizontal.medium .tc-excerpt {
    font-size: 9px;
    padding: 12px 1rem;
  }
  .advertiser-geographical-area.horizontal.medium .bonus .prefix {
    font-size: 10px;
    padding-bottom: 0;
  }
  .advertiser-geographical-area.horizontal.medium .middle {
    display: block;
  }
  .advertiser-geographical-area.horizontal.medium .left .bottom {
    gap: 0 12px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #1F0A33;
    padding-left: 24px;
    padding-right: 20px;
    position: relative;
  }
  .advertiser-geographical-area.horizontal.medium .tag:not(.responsiveness) {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .tag {
    position: static;
    transform: none;
    margin-bottom: 0;
    font-size: 10px;
    padding: 0 4px;
  }
  .advertiser-geographical-area.horizontal.medium .rating {
    position: absolute;
    top: 0;
    right: 0;
  }
  .advertiser-geographical-area.horizontal.medium .buttons:not(.responsiveness) .bottom {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .middle .right {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 8px;
  }
  .advertiser-geographical-area.horizontal.medium .buttons.responsiveness {
    flex-direction: column;
    gap: 12px 0;
    display: flex;
  }
  .advertiser-geographical-area.horizontal.medium .apps .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    padding-bottom: 24px;
  }
  .advertiser-geographical-area.horizontal.medium .bonus + .copy {
    display: none;
  }
}
.advertiser-geographical-area.horizontal.medium .wrapper > .top {
  padding: 2rem;
}

.advertiser-geographical-area.horizontal.medium .top > .right {
  padding: 0 !important;
  border-left: 0;
  justify-content: flex-end;
}

.advertiser-geographical-area.horizontal.medium .buttons {
  width: auto;
}

.advertiser-geographical-area.horizontal.medium .middle {
  display: flex;
  padding-left: 0;
}

@media (min-width: 768px) {
  .advertiser-geographical-area.horizontal.medium .bonuses .responsiveness {
    display: none;
  }
}
@media (max-width: 767px) {
  .advertiser-geographical-area.horizontal.medium .wrapper > .top {
    padding: 20px 1rem;
  }
  .advertiser-geographical-area.horizontal.medium .top > .right {
    margin-top: 1rem;
  }
  .advertiser-geographical-area.horizontal.medium .middle {
    display: grid;
    gap: 1rem 12px;
  }
  .advertiser-geographical-area.horizontal.medium .column {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .advertiser-geographical-area.horizontal.medium .rating {
    position: static;
  }
  .advertiser-geographical-area.horizontal.medium .bonuses {
    grid-column: 1/-1;
    border-top: 1px solid #1F0A33;
    padding-top: 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0 1rem;
  }
  .advertiser-geographical-area.horizontal.medium .bonus {
    display: block;
  }
  .advertiser-geographical-area.horizontal.medium .bonus .prefix {
    display: none;
  }
  .advertiser-geographical-area.horizontal.medium .bonuses .responsiveness {
    border-radius: 4px;
    background: rgba(0, 172, 173, 0.1);
    display: flex;
    width: 32px;
    aspect-ratio: 1;
    justify-content: center;
    align-items: center;
  }
  .advertiser-geographical-area.horizontal.medium .bonuses img {
    width: 1rem;
  }
  .advertiser-geographical-area.horizontal.medium .review {
    display: none;
  }
}
.advertiser-geographical-area.vertical.small {
  padding: 20px 1rem;
  background: #FFF;
  border: 1px solid #1F0A33;
  border-radius: 4px;
  font-size: 14px;
  line-height: 135%;
  color: #FFFFFF;
  overflow: hidden;
}
.advertiser-geographical-area.vertical.small .tc-excerpt {
  color: #918B9C;
  font-size: 12px;
  font-weight: 500;
  line-height: 135%;
  padding: 12px 1rem;
  background: #0D001A;
  margin: 16px -16px -20px;
}

.advertiser-geographical-area.vertical.small .top {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #1F0A33;
}

.advertiser-geographical-area.vertical.small .top,
.advertiser-geographical-area.vertical.small .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.advertiser-geographical-area.vertical.small .logo {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advertiser-geographical-area.vertical.small .logo img {
  max-width: 24px;
  max-height: 24px;
}

.advertiser-geographical-area.vertical.small .sportsbook-name,
.advertiser-geographical-area.vertical.small .bonus .value {
  font-weight: 700;
}

.advertiser-geographical-area.vertical.small .bonus br ~ br {
  display: none;
}

.advertiser-geographical-area.vertical.small .stars img {
  margin: 0 auto 2px;
}

.advertiser-geographical-area.vertical.small .top .left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.advertiser-geographical-area.vertical.small .prefix {
  font-weight: 700;
  font-size: 10px;
  line-height: 150%;
  color: #918B9C;
  text-transform: uppercase;
}

.advertiser-geographical-area.vertical.small .donation-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #CFFF40;
  border-radius: 4px;
  margin-left: 1rem;
}

.advertiser-geographical-area.vertical.small .donation-link img {
  filter: brightness(0) invert(1);
  width: 24px;
}

.advertiser-geographical-area.vertical.medium {
  background: #1F0A33;
  border: 1px solid rgba(58, 51, 71, 0.2);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
.advertiser-geographical-area.vertical.medium > div.top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 12px;
  align-items: center;
  margin: 16px;
}
.advertiser-geographical-area.vertical.medium > div.top .right .rating {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 4px;
  padding: 4px 6px 4px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #0D001A;
  background: #FC3;
}
.advertiser-geographical-area.vertical.medium > div.top .right .rating img {
  height: 16px;
  width: 16px;
}
.advertiser-geographical-area.vertical.medium > div.top .left {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 16px;
  align-items: center;
}
.advertiser-geographical-area.vertical.medium > div.bottom {
  margin-top: auto;
}
.advertiser-geographical-area.vertical.medium > div.bottom .buttons {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 0 12px;
  margin-top: auto;
  margin: 16px;
}
@media (max-width: 1199px) {
  .advertiser-geographical-area.vertical.medium > div.bottom .buttons {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.advertiser-geographical-area.vertical.medium > div.bottom .buttons:not(:has(.review)) {
  grid-template-columns: 1fr !important;
}
@media (max-width: 1199px) {
  .advertiser-geographical-area.vertical.medium > div.bottom .buttons:not(:has(.review)) {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.advertiser-geographical-area.vertical.medium > div.middle {
  margin: 0 16px;
  padding: 24px;
  display: grid;
  align-items: center;
  border-radius: 8px;
  background: #241433;
}
.advertiser-geographical-area.vertical.medium .logo {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.advertiser-geographical-area.vertical.medium .logo img {
  width: 100%;
  height: 100%;
}
.advertiser-geographical-area.vertical.medium .holder {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 0 16px;
  align-items: center;
}
.advertiser-geographical-area.vertical.medium .rank {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #241433;
  border-radius: 50%;
  width: 32px;
  aspect-ratio: 1;
}
.advertiser-geographical-area.vertical.medium .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(207, 255, 64, 0.1);
  color: #CFFF40;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  margin-top: 4px;
}
.advertiser-geographical-area.vertical.medium .sportsbook-name {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 150%;
}
.advertiser-geographical-area.vertical.medium .sportsbook-name a {
  color: inherit;
}
.advertiser-geographical-area.vertical.medium .offer {
  flex: 1;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 145%;
}
.advertiser-geographical-area.vertical.medium .offer > * {
  color: #FFFFFF;
}
.advertiser-geographical-area.vertical.medium .offer span.cashback {
  display: inline-flex;
  margin: 0 3px 0 0;
}
.advertiser-geographical-area.vertical.medium .offer span.cashback span {
  display: inline-flex;
  margin: 0 3px 0 0;
}
.advertiser-geographical-area.vertical.medium .copy {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  cursor: pointer;
}
.advertiser-geographical-area.vertical.medium .copy .success {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
.advertiser-geographical-area.vertical.medium .copy .success > div {
  width: 100%;
  background: #1F0A33;
}
.advertiser-geographical-area.vertical.medium .copy .success.active {
  display: block;
}
.advertiser-geographical-area.vertical.medium .copy:not(:has(.success.active)) > div > div:hover {
  border-color: #CFFF40;
  background: rgba(207, 255, 64, 0.1);
}
.advertiser-geographical-area.vertical.medium .copy > div > div {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px dashed #CFFF40;
  border-radius: 4px;
  transition: 0.3s;
  color: #CFFF40;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px;
}
.advertiser-geographical-area.vertical.medium .copy img {
  width: 11px;
  aspect-ratio: 1;
}
.advertiser-geographical-area.vertical.medium .buttons > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  gap: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
}
.advertiser-geographical-area.vertical.medium .buttons .review a {
  color: #CFFF40;
  border: 1px solid #3A3347;
}
.advertiser-geographical-area.vertical.medium .buttons .review a:hover {
  border-color: #CFFF40;
}
.advertiser-geographical-area.vertical.medium .buttons .donation-link a {
  background: #CFFF40;
  color: #0D001A;
  border: 1px solid transparent;
}
.advertiser-geographical-area.vertical.medium .buttons .donation-link a:hover {
  border-color: #3A3347;
  color: #CFFF40;
  background: #1F0A33;
}
.advertiser-geographical-area.vertical.medium .legal {
  padding: 16px;
  background: #1F0A33;
  border-radius: 0 0 12px 12px;
  border-top: 1px solid #3A3347;
  color: #CCC;
  font-size: 12px;
  font-weight: 500;
  line-height: 135%;
}
.advertiser-geographical-area.vertical.medium .legal > .wrapper {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 24px;
}
.advertiser-geographical-area.vertical.medium .legal .license {
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 4px;
}
.advertiser-geographical-area.vertical.medium .legal .icon {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid rgba(58, 51, 71, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.advertiser-geographical-area.horizontal.large {
  border-radius: 8px;
  overflow: hidden;
  transition: 0.3s;
  background: #1F0A33;
}
.advertiser-geographical-area.horizontal.large:hover {
  border-color: #CFFF40;
}
.advertiser-geographical-area.horizontal.large.hide,
.advertiser-geographical-area.horizontal.large .logo .rank {
  display: none;
}
.advertiser-geographical-area.horizontal.large .wrapper > .top {
  padding: 16px;
  display: grid;
  grid-template-columns: 1fr 438px 160px;
  gap: 0 24px;
  align-items: center;
}
.advertiser-geographical-area.horizontal.large .wrapper > .bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 12px;
  padding: 16px;
  border-top: 1px solid #3A3347;
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
  color: #918B9C;
}
.advertiser-geographical-area.horizontal.large .wrapper > .bottom .left {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
}
@media (max-width: 1199px) {
  .advertiser-geographical-area.horizontal.large .wrapper > .bottom {
    padding: 12px 16px;
  }
}
@media (max-width: 1199px) {
  .advertiser-geographical-area.horizontal.large .wrapper > .top {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    align-items: stretch;
  }
  .advertiser-geographical-area.horizontal.large .wrapper > .bottom {
    padding: 12px;
  }
  .advertiser-geographical-area.horizontal.large .wrapper > .bottom .left {
    display: block;
  }
}
.advertiser-geographical-area.horizontal.large .license {
  color: #C8CACC;
}
.advertiser-geographical-area.horizontal.large .rank {
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #241433;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #C8CACC;
  font-weight: 700;
  font-size: 14px;
  line-height: 145%;
}
.advertiser-geographical-area.horizontal.large .logo {
  width: 48px;
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.advertiser-geographical-area.horizontal.large .logo img {
  width: 100%;
  height: 100%;
}
.advertiser-geographical-area.horizontal.large .sportsbook-name {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.advertiser-geographical-area.horizontal.large .rating {
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 4px;
  padding: 4px 6px 4px 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #0D001A;
  background: #FC3;
}
.advertiser-geographical-area.horizontal.large .rating img {
  height: 16px;
  width: 16px;
}
.advertiser-geographical-area.horizontal.large .stars {
  display: flex;
  gap: 0 2px;
  width: 20px;
}
.advertiser-geographical-area.horizontal.large .features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  color: #918B9C;
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
}
.advertiser-geographical-area.horizontal.large .features.responsiveness {
  display: none;
}
.advertiser-geographical-area.horizontal.large .features > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 6px;
  align-items: center;
}
.advertiser-geographical-area.horizontal.large .features .minimum-deposit .content {
  color: #FFFFFF;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content {
  display: flex;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content .icon {
  border-radius: 50%;
  border: 1.5px solid #1F0A33;
  margin-right: -6px;
  min-width: 20px;
  position: relative;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content .icon:nth-child(1) {
  z-index: 3;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content .icon:nth-child(2) {
  z-index: 2;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content .icon:nth-child(3) {
  z-index: 1;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content .icon:hover span {
  display: block;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content span {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  translate: -50% 0;
  background: #0D001A;
  display: none;
  border-radius: 4px;
  padding: 3px 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 135%;
  color: #FFF;
  white-space: nowrap;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content span::after {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1;
  background: #0D001A;
  bottom: -3px;
  left: calc(50% - 3px);
  rotate: 45deg;
}
.advertiser-geographical-area.horizontal.large .features .payment-methods .content img {
  width: 21px;
  aspect-ratio: 1;
  padding: 0 4px;
  -o-object-fit: contain;
  object-fit: contain;
}
.advertiser-geographical-area.horizontal.large .features .apps .content {
  display: flex;
}
.advertiser-geographical-area.horizontal.large .features:not(.responsiveness) > div:nth-child(2) {
  grid-template-columns: auto auto;
  justify-content: right;
}
.advertiser-geographical-area.horizontal.large .features:not(.responsiveness) > div:nth-child(3) {
  grid-template-columns: auto auto;
  justify-content: right;
}
.advertiser-geographical-area.horizontal.large .middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 112px;
  padding: 16px 24px;
  background: #241433;
  border-radius: 8px;
}
.advertiser-geographical-area.horizontal.large .middle > div:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .advertiser-geographical-area.horizontal.large .middle {
    padding: 24px;
    min-height: auto;
    justify-content: center;
    text-align: center;
  }
  .advertiser-geographical-area.horizontal.large .middle .top {
    display: none;
  }
  .advertiser-geographical-area.horizontal.large .middle .bottom {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    align-items: stretch;
  }
}
.advertiser-geographical-area.horizontal.large .middle .offer {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
}
.advertiser-geographical-area.horizontal.large .middle .offer a {
  color: inherit;
}
.advertiser-geographical-area.horizontal.large .middle .offer span.cashback {
  display: inline-flex;
  margin: 0 3px 0 0;
}
.advertiser-geographical-area.horizontal.large .middle .offer span.cashback span {
  display: inline-flex;
  margin: 0 3px 0 0;
}
.advertiser-geographical-area.horizontal.large .copy {
  position: relative;
  z-index: 1;
  cursor: pointer;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.advertiser-geographical-area.horizontal.large .copy .success {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
}
.advertiser-geographical-area.horizontal.large .copy .success > div {
  width: 100%;
  background: #1F0A33;
}
.advertiser-geographical-area.horizontal.large .copy .success.active {
  display: block;
}
.advertiser-geographical-area.horizontal.large .copy:not(:has(.success.active)) > div > div:hover {
  border-color: #CFFF40;
  background: rgba(207, 255, 64, 0.1);
}
.advertiser-geographical-area.horizontal.large .copy > div > div {
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding: 0 10px;
  border: 1px dashed #CFFF40;
  border-radius: 4px;
  transition: 0.3s;
  color: #CFFF40;
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px;
}
.advertiser-geographical-area.horizontal.large .copy img {
  width: 11px;
  aspect-ratio: 1;
}
.advertiser-geographical-area.horizontal.large .buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px 0;
}
.advertiser-geographical-area.horizontal.large .buttons:not(:has(.review)) {
  grid-template-columns: 1fr;
}
.advertiser-geographical-area.horizontal.large .buttons > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  gap: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
}
.advertiser-geographical-area.horizontal.large .buttons .review a {
  color: #CFFF40;
  border: 1px solid #3A3347;
}
.advertiser-geographical-area.horizontal.large .buttons .review a:hover {
  border-color: #CFFF40;
}
.advertiser-geographical-area.horizontal.large .buttons .donation-link a {
  background: #CFFF40;
  color: #0D001A;
  border: 1px solid transparent;
}
.advertiser-geographical-area.horizontal.large .buttons .donation-link a:hover {
  border-color: #CFFF40;
  color: #CFFF40;
  background: #1F0A33;
}
.advertiser-geographical-area.horizontal.large .tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  border-radius: 4px;
  background: rgba(207, 255, 64, 0.1);
  color: #CFFF40;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  margin-top: 4px;
}
.advertiser-geographical-area.horizontal.large .left > .top {
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #3A3347;
  display: grid;
  align-items: center;
  gap: 0 16px;
  grid-template-columns: auto 1fr auto;
}
.advertiser-geographical-area.horizontal.large .left > .top:has(.rank) {
  grid-template-columns: auto auto 1fr auto;
}
@media (max-width: 1199px) {
  .advertiser-geographical-area.horizontal.large .left > .top {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .advertiser-geographical-area.horizontal.large .features {
    padding-top: 16px;
    gap: 8px 0;
    flex-direction: column;
    align-items: stretch;
  }
  .advertiser-geographical-area.horizontal.large .features.responsiveness {
    display: flex;
  }
  .advertiser-geographical-area.horizontal.large .features:not(.responsiveness) {
    display: none;
  }
  .advertiser-geographical-area.horizontal.large .features > div {
    grid-template-columns: 1fr auto;
  }
  .advertiser-geographical-area.horizontal.large .copy {
    width: 100%;
    text-align: left;
  }
  .advertiser-geographical-area.horizontal.large .copy .success {
    width: 100%;
  }
  .advertiser-geographical-area.horizontal.large .copy > div > div {
    width: 100%;
  }
  .advertiser-geographical-area.horizontal.large .offer {
    text-align: center;
  }
  .advertiser-geographical-area.horizontal.large .buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 8px;
  }
  .advertiser-geographical-area.horizontal.large .buttons .review {
    z-index: 10;
  }
}

.content-block .advertiser-geographical-area.horizontal .wrapper > .top {
  grid-template-columns: 33% 40% 20% !important;
}
@media (max-width: 776px) {
  .content-block .advertiser-geographical-area.horizontal .wrapper > .top {
    grid-template-columns: 48px 41% auto !important;
  }
}

.content-block {
  container-type: inline-size;
  container-name: responsive-fix;
}

@container responsive-fix (width < 680px) {
  .advertiser-geographical-area.horizontal.large .middle .bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .advertiser-geographical-area.horizontal.large .copy > div > div {
    padding: 0 7px;
  }
}
.action-tooltip,
.meta .info {
  position: relative;
}

.action-tooltip:not(:hover) .tooltip {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .meta .info:not(:hover) .tooltip {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1199px) {
  .meta .info.close .tooltip {
    opacity: 0;
    visibility: hidden;
  }
}
.action-tooltip .tooltip,
.meta .info .tooltip {
  position: absolute;
  width: 186px;
  padding: 6px 12px;
  box-shadow: 0 8.5px 17px -8.5px rgba(19, 22, 25, 0.08);
  background: #FFF;
  border-radius: 6px;
  bottom: calc(100% + 5px);
  left: calc(50% - 93px);
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #FFFFFF;
}

.action-tooltip .tooltip::after,
.meta .info .tooltip::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
}

.action-tooltip {
  display: inline;
  color: #CFFF40;
  font-weight: 700;
}

.action-tooltip .tooltip span:nth-child(even) {
  margin-left: -3px;
}

.meta .info .tooltip {
  width: 126px;
  left: calc(50% - 63px);
}

.meta .info .tooltip span {
  display: block;
}

.meta .info .tooltip span:last-child {
  opacity: 0.7;
  padding-top: 4px;
}

.faq-card {
  border-bottom: 1px solid #3A3347;
}

.faq-card h3 {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  flex: 1;
  padding-bottom: 0 !important;
}

.faq-card .content p:not(:last-child) {
  padding-bottom: 8px;
}

.faq-card .question,
.faq-card .content {
  padding: 1rem 12px;
}

.faq-card .content {
  border-top: 1px solid #3A3347;
  transition: 0.3s;
}

.faq-card .question {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.faq-card.close .content {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-width: 0;
}

.faq-card.close .toggle img {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .row:has(.col-xl-8 + .col-xl-4) {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .row > .col-xl-4 {
    flex: 0 0 312px;
    max-width: 312px;
  }
  .row > .col-xl-4 .widget-area {
    margin-left: -15px;
  }
  .row > .col-xl-8 {
    flex: 1;
    max-width: none;
  }
}
.col-xl-8 > div:not(:last-child) {
  padding-bottom: 40px;
}

.col-xl-8 > div > div:not(:last-child) {
  margin-bottom: 56px;
}

@media (max-width: 1199px) {
  section.middle .col-xl-8 + .col-xl-4 {
    padding-top: 40px;
    margin-top: 40px;
    position: relative;
  }
  section.middle .col-xl-8 + .col-xl-4::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 1px;
    background: #0D001A;
  }
}
.col-xl-10 > div:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 1200px) {
  .col-xl-10 .advertiser-geographical-area.horizontal.medium .top > .right {
    padding: 20px;
    gap: 1rem;
  }
}
.right-sidebar-category > .widget:not(:last-child) {
  margin-bottom: 40px;
}

section.odds .col-xl-4 > div,
section.recent .col-xl-4 > div,
section.content .col-xl-4 > div {
  position: sticky;
  top: 150px;
}

section.odds .col-xl-4 > div:has(.widget-content-navigation),
section.recent .col-xl-4 > div:has(.widget-content-navigation),
section.content .col-xl-4 > div:has(.widget-content-navigation) {
  position: static;
  height: 100%;
}
section.odds .col-xl-4 > div:has(.widget-content-navigation) .widget-content-navigation,
section.recent .col-xl-4 > div:has(.widget-content-navigation) .widget-content-navigation,
section.content .col-xl-4 > div:has(.widget-content-navigation) .widget-content-navigation {
  position: sticky;
  top: 150px;
}

.partnership .cards {
  background: #1F0A33 url(https://apostas.gazetaesportiva.com/static/wp/card-element-green.svg) right top no-repeat;
  border-radius: 5px;
  padding: 40px;
}

.partnership .cards h3 {
  font-size: 16px;
  line-height: 135%;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 214px;
}

.partnership .cards .introduction {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
}

.partnership .cards .features {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-auto-flow: column;
  gap: 1rem 2.8rem;
}

.partnership .cards .feature div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 12px;
  font-weight: 500;
}

.partnership .cards .feature img {
  align-self: flex-start;
  margin-top: 2px;
}

.partnership .cards .gallery {
  display: flex;
}

.partnership .cards .gallery img {
  width: 42px;
  aspect-ratio: 1;
  border: 2px solid #1F0A33;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.partnership .cards .gallery .image:nth-child(n+2) {
  margin-left: -12px;
}

.partnership .cards .gallery .image:nth-child(1) {
  z-index: 3;
}

.partnership .cards .gallery .image:nth-child(2) {
  z-index: 2;
}

.partnership .cards .gallery .image:nth-child(3) {
  z-index: 1;
}

@media (max-width: 1199px) {
  .partnership .cards .introduction {
    padding-bottom: 20px;
  }
  .partnership .cards .gallery {
    display: none;
  }
  .partnership .cards h3 {
    max-width: none;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .partnership .cards {
    display: none;
  }
}
.betting-tips .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 2rem;
}

.articles .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}

.article.horizontal.small:not(:last-child) {
  margin-bottom: 1rem;
}
.article.horizontal.small:hover .featured-image {
  transform: scale(1.1);
}
.article.horizontal.small .left {
  flex: 0 0 113px;
  width: 113px;
  height: 94px;
  border-radius: 4px;
  align-self: flex-start;
  overflow: hidden;
}
.article.horizontal.small .wrapper {
  display: flex;
  gap: 1rem;
  color: #FFFFFF;
}
.article.horizontal.small .title {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article.horizontal.small .featured-image {
  height: 100%;
  transition: 0.3s;
  z-index: -1;
  position: relative;
}
.article.horizontal.small .rank {
  padding-bottom: 4px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 500;
  line-height: 135%;
  color: #918B9C;
}

.article.horizontal.small.v2 {
  margin-bottom: 0;
}
.article.horizontal.small.v2 .left {
  flex: 0 0 104px;
  width: 104px;
  height: 104px;
}
.article.horizontal.small.v2 .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article.horizontal.small.v2 .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.article.horizontal.small.v2 .title a {
  color: inherit;
}
.article.horizontal.small.v2 .published-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  margin-top: 8px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .article.horizontal.small:not(:last-child) {
    margin-bottom: 0;
  }
  .widget-articles .cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 24px;
  }
}
section.articles .introduction {
  padding-bottom: 20px;
}

section.bottom .container > div:not(:last-child) {
  margin-bottom: 40px;
}

.article.vertical.large .top {
  height: 322px;
  margin-bottom: 24px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: -1;
}

.article.vertical.large .featured-image {
  height: 100%;
  transition: 0.3s;
}

.article.vertical.large:hover .featured-image {
  transform: scale(1.1);
}

.article.vertical.large .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 9px 30px;
  background: #CFFF40;
  border-radius: 0 5px 0 0;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFF;
}

.article.vertical.large .title {
  padding-bottom: 4px;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #FFFFFF;
}

.article.vertical.large .datetime {
  padding-top: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #918B9C;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .article.vertical.large .top {
    height: 186px;
    margin-bottom: 12px;
  }
  .article.vertical.large .tag {
    font-size: 1rem;
    padding: 6px 24px;
  }
  .article.vertical.large .datetime {
    font-size: 12px;
  }
}
.wp-post.horizontal.medium:not(.navigation) {
  color: #CCC;
  margin-bottom: 0 !important;
}
.wp-post.horizontal.medium:not(.navigation):not(:first-child) {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid rgba(139, 136, 136, 0.2);
}
.wp-post.horizontal.medium:not(.navigation):hover .featured-image {
  transform: scale(1.1);
}
.wp-post.horizontal.medium:not(.navigation) .wrapper {
  display: grid;
  grid-template-columns: 320px auto;
  gap: 20px;
}
.wp-post.horizontal.medium:not(.navigation) .wrapper > .left {
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
}
.wp-post.horizontal.medium:not(.navigation) .featured-image {
  height: 100%;
  transition: 0.3s;
  position: relative;
  z-index: -1;
}
.wp-post.horizontal.medium:not(.navigation) .datetime {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
}
.wp-post.horizontal.medium:not(.navigation) .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  color: #FFFFFF;
  font-weight: 600;
}
.wp-post.horizontal.medium:not(.navigation) .title a {
  color: inherit;
}
.wp-post.horizontal.medium:not(.navigation) .excerpt {
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .wp-post.horizontal.medium:not(.navigation):not(:first-child) {
    padding-top: 24px;
    margin-top: 24px;
  }
  .wp-post.horizontal.medium:not(.navigation) .wrapper {
    grid-template-columns: 216px auto;
  }
}
@media (max-width: 767px) {
  .wp-post.horizontal.medium:not(.navigation) .wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .wp-post.horizontal.medium:not(.navigation) .left {
    height: 198px;
  }
  .wp-post.horizontal.medium:not(.navigation) .datetime {
    padding-bottom: 4px;
  }
  .wp-post.horizontal.medium:not(.navigation) .title {
    font-size: 18px;
  }
}

.wp-post.horizontal.medium .social-sharing {
  display: flex;
  gap: 8px;
}

.wp-post.horizontal.medium .social-sharing img {
  width: 32px;
}

.cards + .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cards + .bottom .tag,
.cards + .bottom .title {
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 20px;
  line-height: 130%;
  color: #CFFF40;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .cards + .bottom {
    flex-direction: column;
    gap: 8px;
  }
  .cards + .bottom .tag,
  .cards + .bottom .title {
    font-size: 18px;
  }
}
.widget-articles .cards,
.widget-betting-tips .cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.widget-articles .article.horizontal.small.card,
.widget-betting-tips .article.horizontal.small.card {
  margin: 0;
}
.widget-articles .article.horizontal.small.card .wrapper,
.widget-betting-tips .article.horizontal.small.card .wrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
}
.widget-articles .article.horizontal.small.card .wrapper .left,
.widget-betting-tips .article.horizontal.small.card .wrapper .left {
  height: 80px;
  width: 80px;
}
.widget-articles .article.horizontal.small.card .wrapper .title a,
.widget-betting-tips .article.horizontal.small.card .wrapper .title a {
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  color: #FFFFFF;
}
@media (max-width: 1199px) {
  .widget-articles .cards,
  .widget-betting-tips .cards {
    gap: 16px;
  }
  .widget-articles .cards > .article.horizontal.small.card .wrapper,
  .widget-betting-tips .cards > .article.horizontal.small.card .wrapper {
    align-items: center;
  }
  .widget-articles .cards > .article.horizontal.small.card:not(:first-child),
  .widget-betting-tips .cards > .article.horizontal.small.card:not(:first-child) {
    padding-top: 16px;
    border-top: 1px solid #3A3347;
  }
  .widget-articles .cards > .article.horizontal.small.card:first-child .wrapper,
  .widget-betting-tips .cards > .article.horizontal.small.card:first-child .wrapper {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .widget-articles .cards > .article.horizontal.small.card:first-child .left,
  .widget-betting-tips .cards > .article.horizontal.small.card:first-child .left {
    width: 100%;
    height: 160px;
  }
}

.article.horizontal.inline,
.betting-tip.horizontal.inline {
  display: list-item;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.article.horizontal.inline:hover,
.betting-tip.horizontal.inline:hover {
  color: #CFFF40;
}
.article.horizontal.inline::marker,
.betting-tip.horizontal.inline::marker {
  color: #CFFF40;
}

.article.vertical.medium {
  background: #070308;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  overflow: hidden;
}
.article.vertical.medium:first-child {
  grid-row: span 2;
  height: 624px;
}
@media (min-width: 1200px) {
  .article.vertical.medium:first-child .wrapper .title a {
    font-size: 40px;
    line-height: 48px;
  }
  .article.vertical.medium:first-child .wrapper .excerpt {
    font-size: 18px;
  }
}
.article.vertical.medium .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.article.vertical.medium .wrapper {
  background: linear-gradient(180deg, rgba(7, 3, 8, 0) 27%, rgba(7, 3, 8, 0.54) 88%, rgba(7, 3, 8, 0.6) 100%);
  padding: 24px;
  position: relative;
}
.article.vertical.medium .wrapper .title a {
  font-family: "Saira Extra Condensed", sans-serif;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #FFF;
  text-transform: uppercase;
}
.article.vertical.medium .wrapper .excerpt {
  font-size: 16px;
  margin-top: 0;
}
.article.vertical.medium .area-link {
  z-index: 1;
}
@media (min-width: 1200px) {
  .article.vertical.medium:hover .background {
    scale: 1.1;
  }
}
@media (max-width: 1199px) {
  .article.vertical.medium {
    width: 100%;
    flex: 0 0 100%;
    border-radius: 0;
    height: 372px !important;
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 28px;
    font-weight: 600;
  }
  .article.vertical.medium .wrapper {
    padding-bottom: 60px;
  }
}

.article.horizontal.medium-inline {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(58, 51, 71, 0.2);
}
.article.horizontal.medium-inline .published-date div {
  display: flex;
  gap: 0 8px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  padding-bottom: 10px;
}
.article.horizontal.medium-inline .title {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.article-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.article-card {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(139, 136, 136, 0.2);
  overflow: hidden;
  position: relative;
  padding: 0 0 24px 0;
}
.article-card .area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .article-card:first-child {
    padding-top: 24px;
    border-top: 1px solid rgba(139, 136, 136, 0.2);
  }
}

.article-card-image {
  flex: 1;
  max-width: 168px;
  max-height: 88px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.article-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 0.3s ease;
}

.article-card:hover .article-card-image img {
  transform: scale(1.05);
}

.article-card-content {
  flex: 2;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.betting-category {
  color: #CFFF40;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 115%;
  padding-bottom: 4px;
}

.article-card-title {
  font-size: 20px;
  line-height: 120%;
  display: flex;
  gap: 0 25px;
  align-items: center;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-weight: 600;
  transition: none;
}
.article-card-title:hover {
  -webkit-text-decoration: underline 1px rgba(139, 136, 136, 0.7);
  text-decoration: underline 1px rgba(139, 136, 136, 0.7);
}

.article-card-title > div {
  width: 100%;
}

.article-card-title img {
  width: 24px;
  height: 24px;
}

.article.vertical.small .title a {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .article-cards {
    flex-direction: row;
    gap: 0 16px;
    overflow: auto;
  }
  .article-card {
    flex: 0 0 300px;
    width: 300px;
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .article-card-image {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 160px;
    margin-bottom: 14px;
  }
  .article-card-content {
    padding: 0;
  }
  .article-card-title {
    font-size: 16px;
  }
  .article-card-title div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .article-cards {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
}
.widget h2,
.widget h3 {
  font-family: "Saira Extra Condensed", sans-serif !important;
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  color: #CCC;
  padding-bottom: 24px;
  text-transform: uppercase;
}

.widget-event .event-card .event-wrapper,
.widget-event-automation .event-card .event-wrapper {
  background: #241433;
  padding: 24px 20px;
  border-radius: 12px;
  overflow: hidden;
}

.widget-event .competition,
.widget-event-automation .competition {
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 4px;
  text-align: center;
}

.widget-event .teams,
.widget-event-automation .teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.widget-event .teams .team,
.widget-event-automation .teams .team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.widget-event .teams .team .logo,
.widget-event-automation .teams .team .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(104px, 100%);
  aspect-ratio: 1;
  background: #0D001A;
  border-radius: 50%;
}
.widget-event .teams .team .logo img,
.widget-event-automation .teams .team .logo img {
  height: 38%;
  width: auto;
}
.widget-event .teams .team .name,
.widget-event-automation .teams .team .name {
  font-weight: 600;
  line-height: 135%;
  text-align: center;
  color: #FFFFFF;
  white-space: nowrap;
}
.widget-event .separator,
.widget-event-automation .separator {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  min-width: 48px;
  background: #0D001A;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 115%;
  color: #FFFFFF;
}
.widget-event .datetime,
.widget-event-automation .datetime {
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  margin-top: 24px;
}
.widget-event .stadium,
.widget-event-automation .stadium {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  margin-top: 8px;
}
.widget-event .stadium div,
.widget-event-automation .stadium div {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.widget-event .advertiser-countdown,
.widget-event-automation .advertiser-countdown {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.widget-event .button a,
.widget-event-automation .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: 24px;
  cursor: pointer;
  background: #CFFF40;
  color: #0D001A;
  border: 1px solid transparent;
}
.widget-event .button a:hover,
.widget-event-automation .button a:hover {
  color: #CFFF40;
  background: #1F0A33;
  border-color: #3A3347;
}
@media (min-width: 1200px) {
  .widget-event .button a,
  .widget-event-automation .button a {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.widget-event .odds-cards,
.widget-event-automation .odds-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 24px 0;
}
.widget-event .odd-card,
.widget-event-automation .odd-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  gap: 8px;
  padding: 0 8px 0 12px;
  background: #0D001A;
  border: 1px solid #3A3347;
  border-radius: 5px;
  transition: 0.3s;
  color: #CFFF40;
}
.widget-event .odd-card .label,
.widget-event-automation .odd-card .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #CCC;
  transition: 0.3s;
}
.widget-event .odd-card .odd,
.widget-event-automation .odd-card .odd {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
}
.widget-event .odd-card:hover,
.widget-event-automation .odd-card:hover {
  border-color: #CFFF40;
}

.widget-event .advertiser img,
.widget-event-automation .advertiser img {
  height: 16px;
}

.widget-event .advertiser .prefix,
.widget-event .countdown .prefix,
.widget-event-automation .advertiser .prefix,
.widget-event-automation .countdown .prefix {
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
  color: #918B9C;
}

.widget-event .countdown .time,
.widget-event-automation .countdown .time {
  display: flex;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
}

.widget-area.homepage {
  display: grid;
  grid-template-columns: 320px auto 320px;
  justify-content: space-between;
  gap: 48px 32px;
}
@media (max-width: 1199px) {
  .widget-area.homepage {
    display: flex;
    flex-direction: column;
  }
}
.widget-area.homepage .widget-banner {
  grid-column: 1/-1;
}
.widget-area.homepage .event-card {
  box-shadow: none;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.widget-area.homepage .event-card .button {
  margin-top: auto;
}
.widget-area.homepage .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.widget-area.homepage .wrapper > .title + div {
  flex: 1;
}

.widget-competitions .competitions {
  display: flex;
  flex-direction: column;
}
.widget-competitions .competitions select {
  display: none;
}
.widget-competitions .competitions .custom-select {
  position: relative;
  margin-bottom: 16px;
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  color: #CFFF40;
  text-transform: uppercase;
}
.widget-competitions .competitions .custom-select__selected {
  height: 48px;
  width: 100%;
  padding: 8px 24px;
  border-radius: 52px;
  border: 1px solid #3A3347;
  background: #0D001A;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.widget-competitions .competitions .custom-select__selected::after {
  content: "";
  margin-left: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #CFFF40;
  border-bottom: 2px solid #CFFF40;
  transform: rotate(45deg);
  transition: 0.3s;
}
.widget-competitions .competitions .custom-select.open .custom-select__selected::after {
  transform: rotate(-135deg);
}
.widget-competitions .competitions .custom-select__options {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #0D001A;
  border: 1px solid #3A3347;
  border-radius: 8px;
  z-index: 10;
  max-height: 240px;
  overflow-y: auto;
}
.widget-competitions .competitions .custom-select__options::-webkit-scrollbar {
  width: 4px;
  background: #0D001A;
}
.widget-competitions .competitions .custom-select__options::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 2px;
}
.widget-competitions .competitions .custom-select.open .custom-select__options {
  display: block;
}
.widget-competitions .competitions .custom-select__option {
  padding: 10px 24px;
  cursor: pointer;
  transition: 0.2s;
}
.widget-competitions .competitions .custom-select__option:hover {
  background: #241433;
}
.widget-competitions .competitions .custom-select__option.active {
  background: #241433;
}

.standings-table {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 150%;
}
.standings-table .button {
  margin-top: 24px;
}
.standings-table .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  background: #CFFF40;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
  color: #0D001A;
  border: 1px solid transparent;
}
.standings-table .button a:hover {
  color: #CFFF40;
  background: #1F0A33;
  border-color: #3A3347;
}
@media (min-width: 1200px) {
  .standings-table .button a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.standings-table .competition-standings {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.standings-table .competition-standings:not(.active) {
  display: none;
}
.standings-table .standings-body {
  flex: 1;
}
.standings-table .standings-head,
.standings-table .standing {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 0 8px;
  text-align: center;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #3A3347;
}
.standings-table .standings-head > div,
.standings-table .standing > div {
  flex: 0 0 24px;
  width: 24px;
}
.standings-table .standings-head > div.team,
.standings-table .standing > div.team {
  flex: 1;
  width: auto;
}
.standings-table .standings-head > div.team div,
.standings-table .standing > div.team div {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
}
.standings-table .standings-head > div.team div span,
.standings-table .standing > div.team div span {
  flex: 1;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.standings-table .standings-head > div.team div img,
.standings-table .standing > div.team div img {
  width: 16px;
  aspect-ratio: 1;
}
.standings-table .standings-head {
  color: #CCC;
}
@media (min-width: 1200px) {
  .standings-table .standings-head {
    padding-right: 12px;
  }
}
.standings-table .standing {
  color: #FFFFFF;
}
.standings-table .standings {
  margin-bottom: 16px;
  height: 200px;
  overflow: auto;
}
.standings-table .standings::-webkit-scrollbar {
  width: 4px;
  background: #0D001A;
}
.standings-table .standings::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 2px;
}

.right-sidebar > div:not(:last-child) {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .right-sidebar > div:not(:last-child) {
    margin-bottom: 0;
  }
  .right-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 25px;
  }
  .right-sidebar > div:first-child,
  .right-sidebar > div:nth-child(2) {
    grid-column: span 2;
  }
}
.col-xl-2 .sidebar {
  width: 56px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.col-xl-2 .sidebar img {
  width: 24px;
}

.col-xl-2 :is(.social-sharing > *, .likes) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-left: -1px;
  border-left: 2px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}

.col-xl-2 :is(.social-sharing > *, .likes):hover {
  border-color: #CFFF40;
}

.col-xl-2 :is(.social-sharing a, .likes .icon) {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-xl-2 .likes {
  position: relative;
}

.col-xl-2 .likes span {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #CFFF40;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

@media (max-width: 1199px) {
  .col-xl-2 .sidebar {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    box-shadow: 0 3px 16px rgba(110, 110, 110, 0.15);
    margin-bottom: 24px;
    border: 0;
  }
  .col-xl-2 .social-sharing {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .col-xl-2 .social-sharing > * {
    border-right: 1px solid rgba(58, 51, 71, 0.2);
  }
  .col-xl-2 :is(.social-sharing > *, .likes) {
    width: auto;
    margin-left: 0;
    border-left: 0;
  }
}
.content-menu {
  color: #918B9C;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  position: sticky;
  top: 100px;
}
.content-menu ul {
  border-right: 2px solid #241433;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.content-menu a {
  display: block;
  margin-right: -2px;
  border-right: 2px solid transparent;
}
.content-menu a:hover {
  color: #CFFF40;
  border-color: #CFFF40;
}

.betting-tip.vertical.small,
.article.vertical.small {
  color: #FFFFFF;
}
.betting-tip.vertical.small .area-link,
.article.vertical.small .area-link {
  z-index: 1;
}

.betting-tip.vertical.small .top,
.article.vertical.small .top {
  height: 160px;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}

.betting-tip.vertical.small .featured-image,
.article.vertical.small .featured-image {
  height: 100%;
  transition: 0.3s;
  position: relative;
}

.betting-tip.vertical.small:hover .featured-image,
.article.vertical.small:hover .featured-image {
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .articles .cards {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .betting-tips .cards {
    gap: 26px 1rem;
  }
}
@media (max-width: 767px) {
  .betting-tips .cards,
  .articles .cards {
    display: flex;
    overflow: auto;
    gap: 1rem;
    padding: 0 15px 5px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .betting-tips .cards > div,
  .articles .cards > div {
    flex: 0 0 300px;
    width: 300px;
  }
}
.tip.horizontal.medium {
  background: #1F0A33;
  border-radius: 4px;
  overflow: hidden;
}
.tip.horizontal.medium .top {
  padding: 16px 24px;
  display: flex;
  gap: 40px;
}
.tip.horizontal.medium > .bottom {
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 12px;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #918B9C;
  border-top: 1px solid #3A3347;
}
.tip.horizontal.medium > .bottom .column {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
}
.tip.horizontal.medium > .bottom .license {
  color: #FFFFFF;
  font-weight: 700;
}
.tip.horizontal.medium .label {
  font-weight: 700;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #918B9C;
}
.tip.horizontal.medium .left .label {
  color: #CFFF40;
  padding-bottom: 0;
}
.tip.horizontal.medium .tip {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  color: #FFFFFF;
}
.tip.horizontal.medium .middle .bottom {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  gap: 8px;
  background: #0D001A;
  border-radius: 8px;
  font-weight: 600;
  color: #FFFFFF;
}

.tip.horizontal.medium:not(.v2) .right {
  flex: 1;
}

.tip.horizontal.medium.v2 .label {
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.tip.horizontal.medium.v2 .tip {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.tip.horizontal.medium.v2 > .top {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.tip.horizontal.medium.v2 > .top > .right {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.tip.horizontal.medium.v2 > .top > .right .odds a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 8px;
  height: 40px;
  width: 100px;
  border-radius: 4px;
  padding: 8px 8px 8px 12px;
  border: 1px solid #3A3347;
  background: #0D001A;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
.tip.horizontal.medium.v2 > .top > .right .odds a span {
  font-size: 14px;
  font-weight: 500;
  color: #CFFF40;
}
.tip.horizontal.medium.v2 > .top > .right .odds a img {
  height: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
}
.tip.horizontal.medium.v2 > .top > .right .odds a:hover {
  border-color: #CFFF40;
}
.tip.horizontal.medium.v2 .donation-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  gap: 0 4px;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  background: #CFFF40;
  color: #0D001A;
  border: 1px solid transparent;
}
.tip.horizontal.medium.v2 .donation-link a:hover {
  border-color: #3A3347;
  color: #CFFF40;
  background: #1F0A33;
}
@media (max-width: 767px) {
  .tip.horizontal.medium.v2 .top {
    padding: 20px 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px 1rem;
  }
  .tip.horizontal.medium.v2 .top > .right {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .tip.horizontal.medium.v2 .top > .right .odds a {
    width: 100%;
  }
}

.tip.horizontal.medium .logo {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tip.horizontal.medium .logo img {
  max-width: 20px;
  max-height: 20px;
}

.tip.horizontal.medium .bonus > div {
  min-width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 8px 10px 1rem;
  background: #CFFF40;
  border-radius: 4px;
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
}

@media (max-width: 1199px) {
  .tip.horizontal.medium .label {
    padding-bottom: 6px;
  }
  .tip.horizontal.medium .middle .bottom,
  .tip.horizontal.medium .tip {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .tip.horizontal.medium .top {
    padding: 20px 1rem;
    display: grid;
    grid-template-columns: auto 90px;
    gap: 20px 1rem;
  }
  .tip.horizontal.medium > .bottom {
    padding: 12px 16px;
    align-items: center;
  }
  .tip.horizontal.medium > .bottom .column {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }
  .tip.horizontal.medium .label {
    padding-bottom: 4px;
  }
  .tip.horizontal.medium .right .label {
    display: none;
  }
  .tip.horizontal.medium .right {
    grid-column: span 2;
  }
  .tip.horizontal.medium .bonus {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  section.recent .col-xl-8 {
    padding-bottom: 4rem;
  }
  .category-template .hero .col-xl-4 {
    display: none;
  }
  .category-template .hero .container::after {
    content: "";
    display: block;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(58, 51, 71, 0.2);
  }
}
@media (max-width: 767px) {
  section.recent .col-xl-8 {
    padding-bottom: 3rem;
  }
  .category-template .hero .container::after {
    content: none;
  }
}
.calculator.index-template .hero {
  padding-bottom: 0;
  height: 495px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFF;
  margin-bottom: 40px;
  position: relative;
}
.calculator.index-template .hero .featured-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.calculator.index-template .hero .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.calculator.index-template .hero > .middle,
.calculator.index-template .hero > .bottom {
  position: relative;
}
.calculator.index-template .hero h1 {
  font-weight: 400;
  font-size: 42px;
  line-height: 120%;
}
.calculator.index-template .hero h2 {
  color: inherit;
  position: relative;
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
}
.calculator.index-template .hero .bottom {
  padding: 2rem 0;
  background: rgba(13, 36, 53, 0.88);
}
.calculator.index-template .hero .introduction .title {
  padding-bottom: 24px;
}
.calculator.index-template .hero .category {
  position: relative;
  display: inline-block;
  padding: 8px 20px 8px 0;
}
.calculator.index-template .hero .category::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100vw;
  background: rgba(1, 103, 110, 0.7);
}
.calculator.index-template .hero .category span {
  color: inherit;
  font-family: "Saira Extra Condensed", sans-serif;
  position: relative;
  font-weight: 400;
  font-size: 21px;
  line-height: 120%;
}

@media (max-width: 1199px) {
  .calculator.index-template .hero .category span {
    font-size: 20px;
  }
  .calculator.index-template .hero h2 {
    font-size: 20px;
  }
  .calculator.index-template .hero .bottom {
    padding: 24px 0;
  }
  .calculator.index-template .hero .category {
    padding-right: 1rem;
  }
  .calculator.index-template .hero h1 {
    font-size: 24px;
  }
  .calculator.index-template .hero {
    height: 420px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .calculator.index-template .hero {
    height: 350px;
  }
}
.category-template.mega-chute .hero .top {
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.5;
}

.category-template.mega-chute .hero .top .container {
  display: grid;
  grid-template-columns: 584px auto;
  justify-content: space-between;
  align-items: flex-end;
}

.category-template.mega-chute .hero .category span {
  color: #FFF;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}

.category-template.mega-chute .hero h2 {
  color: #FFF;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}

.category-template.mega-chute .hero .meta {
  padding-bottom: 36px;
  color: #FFF;
}
.category-template.mega-chute .hero .meta .publish-date > span,
.category-template.mega-chute .hero .meta .publish-date > div:first-child img {
  opacity: 1;
}
.category-template.mega-chute .hero .meta .publish-date .info img {
  filter: none;
}
.category-template.mega-chute .hero .meta .prefix {
  opacity: 0.7;
}
@media (max-width: 1199px) {
  .category-template.mega-chute .hero .meta {
    padding-bottom: 0;
  }
  .category-template.mega-chute .hero .meta .publish-date {
    margin-left: auto;
  }
}

.category-template.mega-chute .hero .bottom {
  padding: 21px 0;
  background: #1F0A33;
  position: relative;
}

.category-template.mega-chute .hero .bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-template.mega-chute .hero .sponsor {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}

.category-template.mega-chute .hero .button a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #0D001A;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
}

.category-template.mega-chute .hero .container::after {
  content: none;
}

@media (min-width: 1200px) {
  .category-template.mega-chute .hero :is(.top.responsiveness, .sponsor .title.responsiveness, .button.responsiveness) {
    display: none;
  }
  .category-template.mega-chute .hero .sponsor {
    color: rgba(255, 255, 255, 0.7);
  }
  .category-template.mega-chute .show-more-content.responsiveness,
  .category-template.mega-chute .show-less-content.responsiveness {
    display: block;
  }
  .category-template.mega-chute .show-more-less-content .hide {
    display: none;
  }
  .category-template.mega-chute .more-content {
    padding-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .category-template.mega-chute .hero :is(.top:not(.responsiveness), .sponsor .title:not(.responsiveness), .button:not(.responsiveness)) {
    display: none;
  }
  .category-template.mega-chute .hero .top {
    padding: 20px 0;
    text-align: center;
  }
  .category-template.mega-chute .hero .top .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
  .category-template.mega-chute :is(.show-more-content, .show-less-content) div {
    justify-content: center;
  }
  .category-template.mega-chute .hero .bottom {
    padding: 1rem 0;
  }
  .category-template.mega-chute .hero .sponsor {
    font-size: 14px;
  }
  .category-template.mega-chute .hero .category span {
    font-size: 20px;
  }
  .category-template.mega-chute .hero h2 {
    font-size: 20px;
  }
}
td.odds a {
  font-weight: 700;
  color: #CFFF40;
}
td.odds a:hover {
  color: #CFFF40;
}

.author-archive-template main .col-xl-8 > div > div:not(:last-child) {
  margin-bottom: unset;
}
.author-archive-template main .articles .cards {
  display: block;
}
.author-archive-template main .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.author-archive-template main .background svg {
  width: 100%;
  height: 100%;
}
.author-archive-template main .background {
  z-index: 1;
}
.author-archive-template main section.hero {
  position: relative;
  overflow: hidden;
  color: #FFF;
  padding: 56px 0;
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .author-archive-template main section.hero div.responsiveness {
    display: none;
  }
}
@media (max-width: 1199px) {
  .author-archive-template main section.hero {
    padding: 48px 0;
    margin-bottom: 40px;
  }
  .author-archive-template main section.hero div.desktop {
    display: none;
  }
}
.author-archive-template main section.hero .container > .wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0 40px;
}
.author-archive-template main section.hero .container > .wrapper > .right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1199px) {
  .author-archive-template main section.hero .container > .wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .author-archive-template main section.hero .container > .wrapper > .left {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 32px;
  }
}
.author-archive-template main section.hero .avatar {
  height: 100%;
  display: flex;
  align-items: center;
}
.author-archive-template main section.hero .avatar img {
  width: 200px;
  height: 200px;
  min-height: 208px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 5.88235px solid white;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .author-archive-template main section.hero .avatar img {
    height: 80px;
    width: 80px;
    min-height: unset;
    border-width: 2.353px;
  }
}
.author-archive-template main section.hero .name > * {
  font-size: 40px;
  font-weight: 800;
  line-height: 125%;
}
@media (max-width: 1199px) {
  .author-archive-template main section.hero .name > * {
    font-size: 28px;
    line-height: 115%;
  }
}
.author-archive-template main section.hero .tag {
  font-size: 16px;
  font-weight: 600;
  color: #CCC;
  line-height: 100%;
  margin-bottom: 16px;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 32px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
  border: 1px solid #3A3347;
  border-radius: 200px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
.author-archive-template main section.hero .social-media > .social-media {
  display: flex;
  gap: 0 16px;
}
.author-archive-template main section.hero .social-media > .social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  width: 40px;
  border-radius: 4px;
  background: #151A23;
}
.author-archive-template main section.hero .social-media > .social-media a img {
  width: 16px;
  aspect-ratio: 1;
  filter: brightness(0) invert(1);
}
.author-archive-template main section.hero .social-media > .social-media a:hover {
  background: #CFFF40;
}
.author-archive-template main section.hero .social-media > .social-media a:hover img {
  filter: brightness(0);
}
.author-archive-template main section.main h3 {
  font-family: "Saira Extra Condensed", sans-serif !important;
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  color: #CCC;
  padding-bottom: 24px;
  text-transform: uppercase;
}
.author-archive-template main section.main .cards > .pagination {
  margin-top: 32px;
}
@media (min-width: 1200px) {
  .author-archive-template main section.main .cards > .pagination .pagination {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .author-archive-template main .col-xl-4 > div:first-child {
    margin-top: 56px;
  }
}
@media (max-width: 767px) {
  .author-archive-template main .articles .cards > div {
    width: auto;
  }
}

.eeat-template .hero .title > * {
  margin-bottom: 0;
  padding-bottom: 0;
}
.eeat-template .main {
  padding-top: 48px;
}
.eeat-template .main h1 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}
.eeat-template .main .col-xl-8 > .title {
  padding-bottom: 12px;
}
.eeat-template .main .col-xl-8 .hero .title {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .eeat-template .main {
    padding-top: 0 !important;
  }
  .eeat-template .main .col-xl-3 {
    display: none;
  }
}

.content-menu {
  color: #918B9C;
  position: sticky;
  top: 100px;
  /* Table of contents */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.content-menu ul {
  border-right: 2px solid #241433;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.content-menu a {
  display: block;
  margin-right: -2px;
  border-right: 2px solid transparent;
  color: #918B9C;
}
.content-menu a:hover {
  color: #CFFF40;
  border-color: #CFFF40;
}

.eeat-template:not(:has(.content-menu)) section.main .col-xl-4 {
  display: none;
}

.authors-template .breadcrumb,
.eeat-template .breadcrumb {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
  gap: 8px;
}
.authors-template .breadcrumb .directory span,
.eeat-template .breadcrumb .directory span {
  color: #CFFF40;
}
.authors-template .hero,
.eeat-template .hero {
  padding: 48px 0;
  color: #FFF;
}
.authors-template .hero strong,
.eeat-template .hero strong {
  color: inherit;
}
.authors-template .hero h1,
.eeat-template .hero h1 {
  color: #FFF;
  padding-bottom: 12px;
  /* política de privacidade */
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .authors-template .hero h1,
  .eeat-template .hero h1 {
    font-size: 28px;
    text-transform: capitalize;
  }
}
.authors-template .hero .show-more-content div,
.authors-template .hero .show-less-content div,
.eeat-template .hero .show-more-content div,
.eeat-template .hero .show-less-content div {
  color: #FFF;
}
.authors-template .hero .show-more-content img,
.authors-template .hero .show-less-content img,
.eeat-template .hero .show-more-content img,
.eeat-template .hero .show-less-content img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .authors-template .main,
  .eeat-template .main {
    padding-top: 32px;
  }
}
.authors-template .main .show-more-content div,
.authors-template .main .show-less-content div,
.eeat-template .main .show-more-content div,
.eeat-template .main .show-less-content div {
  color: #CFFF40;
}
.authors-template .main .container,
.eeat-template .main .container {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
}
.authors-template .main .container > .title:first-child,
.authors-template .main .container > .content:nth-child(4),
.eeat-template .main .container > .title:first-child,
.eeat-template .main .container > .content:nth-child(4) {
  display: none;
}

.authors-template section.hero .content {
  text-align: center;
  flex-direction: column;
  display: flex;
  align-items: center;
}
.authors-template section.hero .content p {
  font-weight: 400;
}

.betting.betting.index-template section.breadcrumb,
.category-template section.breadcrumb,
.betting-tips-archive-template section.breadcrumb,
.betting-tips-sport-archive-template section.breadcrumb,
.betting-tips-competition-archive-template section.breadcrumb,
.betting-tip.index-template section.breadcrumb,
.betting-tip.single-betting-tip-template section.breadcrumb,
.apps-template section.breadcrumb,
.odds-template section.breadcrumb,
.payment-method-review-template section.breadcrumb,
.no-deposit-bonus-template section.breadcrumb,
.casino-no-deposit-bonus-template section.breadcrumb,
.casinos-template section.breadcrumb,
.sportsbooks-template section.breadcrumb,
.sportsbooks-sport-template section.breadcrumb,
.post.index-template section.breadcrumb,
.sportsbook-review-template section.breadcrumb,
.casino-review-template section.breadcrumb,
.app-review-template section.breadcrumb,
.bonus-review-template section.breadcrumb,
.child-sportsbook-review-template section.breadcrumb {
  padding: 0;
  margin: 0;
  font-family: "Saira", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #CFFF40;
  text-transform: uppercase;
}
.betting.betting.index-template section.breadcrumb a,
.category-template section.breadcrumb a,
.betting-tips-archive-template section.breadcrumb a,
.betting-tips-sport-archive-template section.breadcrumb a,
.betting-tips-competition-archive-template section.breadcrumb a,
.betting-tip.index-template section.breadcrumb a,
.betting-tip.single-betting-tip-template section.breadcrumb a,
.apps-template section.breadcrumb a,
.odds-template section.breadcrumb a,
.payment-method-review-template section.breadcrumb a,
.no-deposit-bonus-template section.breadcrumb a,
.casino-no-deposit-bonus-template section.breadcrumb a,
.casinos-template section.breadcrumb a,
.sportsbooks-template section.breadcrumb a,
.sportsbooks-sport-template section.breadcrumb a,
.post.index-template section.breadcrumb a,
.sportsbook-review-template section.breadcrumb a,
.casino-review-template section.breadcrumb a,
.app-review-template section.breadcrumb a,
.bonus-review-template section.breadcrumb a,
.child-sportsbook-review-template section.breadcrumb a {
  color: inherit;
}
.betting.betting.index-template section.breadcrumb .breadcrumb,
.category-template section.breadcrumb .breadcrumb,
.betting-tips-archive-template section.breadcrumb .breadcrumb,
.betting-tips-sport-archive-template section.breadcrumb .breadcrumb,
.betting-tips-competition-archive-template section.breadcrumb .breadcrumb,
.betting-tip.index-template section.breadcrumb .breadcrumb,
.betting-tip.single-betting-tip-template section.breadcrumb .breadcrumb,
.apps-template section.breadcrumb .breadcrumb,
.odds-template section.breadcrumb .breadcrumb,
.payment-method-review-template section.breadcrumb .breadcrumb,
.no-deposit-bonus-template section.breadcrumb .breadcrumb,
.casino-no-deposit-bonus-template section.breadcrumb .breadcrumb,
.casinos-template section.breadcrumb .breadcrumb,
.sportsbooks-template section.breadcrumb .breadcrumb,
.sportsbooks-sport-template section.breadcrumb .breadcrumb,
.post.index-template section.breadcrumb .breadcrumb,
.sportsbook-review-template section.breadcrumb .breadcrumb,
.casino-review-template section.breadcrumb .breadcrumb,
.app-review-template section.breadcrumb .breadcrumb,
.bonus-review-template section.breadcrumb .breadcrumb,
.child-sportsbook-review-template section.breadcrumb .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  gap: 4px;
  flex-wrap: wrap;
  margin: 48px 0 32px 0;
}
@media (max-width: 1199px) {
  .betting.betting.index-template section.breadcrumb .breadcrumb,
  .category-template section.breadcrumb .breadcrumb,
  .betting-tips-archive-template section.breadcrumb .breadcrumb,
  .betting-tips-sport-archive-template section.breadcrumb .breadcrumb,
  .betting-tips-competition-archive-template section.breadcrumb .breadcrumb,
  .betting-tip.index-template section.breadcrumb .breadcrumb,
  .betting-tip.single-betting-tip-template section.breadcrumb .breadcrumb,
  .apps-template section.breadcrumb .breadcrumb,
  .odds-template section.breadcrumb .breadcrumb,
  .payment-method-review-template section.breadcrumb .breadcrumb,
  .no-deposit-bonus-template section.breadcrumb .breadcrumb,
  .casino-no-deposit-bonus-template section.breadcrumb .breadcrumb,
  .casinos-template section.breadcrumb .breadcrumb,
  .sportsbooks-template section.breadcrumb .breadcrumb,
  .sportsbooks-sport-template section.breadcrumb .breadcrumb,
  .post.index-template section.breadcrumb .breadcrumb,
  .sportsbook-review-template section.breadcrumb .breadcrumb,
  .casino-review-template section.breadcrumb .breadcrumb,
  .app-review-template section.breadcrumb .breadcrumb,
  .bonus-review-template section.breadcrumb .breadcrumb,
  .child-sportsbook-review-template section.breadcrumb .breadcrumb {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    margin: 40px 0 16px 0;
  }
}
.betting.betting.index-template section.hero,
.category-template section.hero,
.betting-tips-archive-template section.hero,
.betting-tips-sport-archive-template section.hero,
.betting-tips-competition-archive-template section.hero,
.betting-tip.index-template section.hero,
.betting-tip.single-betting-tip-template section.hero,
.apps-template section.hero,
.odds-template section.hero,
.payment-method-review-template section.hero,
.no-deposit-bonus-template section.hero,
.casino-no-deposit-bonus-template section.hero,
.casinos-template section.hero,
.sportsbooks-template section.hero,
.sportsbooks-sport-template section.hero,
.post.index-template section.hero,
.sportsbook-review-template section.hero,
.casino-review-template section.hero,
.app-review-template section.hero,
.bonus-review-template section.hero,
.child-sportsbook-review-template section.hero {
  padding-bottom: 64px;
}
@media (max-width: 1199px) {
  .betting.betting.index-template section.hero,
  .category-template section.hero,
  .betting-tips-archive-template section.hero,
  .betting-tips-sport-archive-template section.hero,
  .betting-tips-competition-archive-template section.hero,
  .betting-tip.index-template section.hero,
  .betting-tip.single-betting-tip-template section.hero,
  .apps-template section.hero,
  .odds-template section.hero,
  .payment-method-review-template section.hero,
  .no-deposit-bonus-template section.hero,
  .casino-no-deposit-bonus-template section.hero,
  .casinos-template section.hero,
  .sportsbooks-template section.hero,
  .sportsbooks-sport-template section.hero,
  .post.index-template section.hero,
  .sportsbook-review-template section.hero,
  .casino-review-template section.hero,
  .app-review-template section.hero,
  .bonus-review-template section.hero,
  .child-sportsbook-review-template section.hero {
    padding-bottom: 32px;
  }
}
.betting.betting.index-template section.hero h1,
.category-template section.hero h1,
.betting-tips-archive-template section.hero h1,
.betting-tips-sport-archive-template section.hero h1,
.betting-tips-competition-archive-template section.hero h1,
.betting-tip.index-template section.hero h1,
.betting-tip.single-betting-tip-template section.hero h1,
.apps-template section.hero h1,
.odds-template section.hero h1,
.payment-method-review-template section.hero h1,
.no-deposit-bonus-template section.hero h1,
.casino-no-deposit-bonus-template section.hero h1,
.casinos-template section.hero h1,
.sportsbooks-template section.hero h1,
.sportsbooks-sport-template section.hero h1,
.post.index-template section.hero h1,
.sportsbook-review-template section.hero h1,
.casino-review-template section.hero h1,
.app-review-template section.hero h1,
.bonus-review-template section.hero h1,
.child-sportsbook-review-template section.hero h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.betting.betting.index-template section.hero .featured-image,
.category-template section.hero .featured-image,
.betting-tips-archive-template section.hero .featured-image,
.betting-tips-sport-archive-template section.hero .featured-image,
.betting-tips-competition-archive-template section.hero .featured-image,
.betting-tip.index-template section.hero .featured-image,
.betting-tip.single-betting-tip-template section.hero .featured-image,
.apps-template section.hero .featured-image,
.odds-template section.hero .featured-image,
.payment-method-review-template section.hero .featured-image,
.no-deposit-bonus-template section.hero .featured-image,
.casino-no-deposit-bonus-template section.hero .featured-image,
.casinos-template section.hero .featured-image,
.sportsbooks-template section.hero .featured-image,
.sportsbooks-sport-template section.hero .featured-image,
.post.index-template section.hero .featured-image,
.sportsbook-review-template section.hero .featured-image,
.casino-review-template section.hero .featured-image,
.app-review-template section.hero .featured-image,
.bonus-review-template section.hero .featured-image,
.child-sportsbook-review-template section.hero .featured-image {
  height: 400px;
  border-radius: 4px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .betting.betting.index-template section.hero .featured-image,
  .category-template section.hero .featured-image,
  .betting-tips-archive-template section.hero .featured-image,
  .betting-tips-sport-archive-template section.hero .featured-image,
  .betting-tips-competition-archive-template section.hero .featured-image,
  .betting-tip.index-template section.hero .featured-image,
  .betting-tip.single-betting-tip-template section.hero .featured-image,
  .apps-template section.hero .featured-image,
  .odds-template section.hero .featured-image,
  .payment-method-review-template section.hero .featured-image,
  .no-deposit-bonus-template section.hero .featured-image,
  .casino-no-deposit-bonus-template section.hero .featured-image,
  .casinos-template section.hero .featured-image,
  .sportsbooks-template section.hero .featured-image,
  .sportsbooks-sport-template section.hero .featured-image,
  .post.index-template section.hero .featured-image,
  .sportsbook-review-template section.hero .featured-image,
  .casino-review-template section.hero .featured-image,
  .app-review-template section.hero .featured-image,
  .bonus-review-template section.hero .featured-image,
  .child-sportsbook-review-template section.hero .featured-image {
    margin-bottom: 16px;
    height: 218px;
  }
}
.betting.betting.index-template section.hero > .container > .introduction .title,
.betting.betting.index-template section.hero > .container > .title,
.category-template section.hero > .container > .introduction .title,
.category-template section.hero > .container > .title,
.betting-tips-archive-template section.hero > .container > .introduction .title,
.betting-tips-archive-template section.hero > .container > .title,
.betting-tips-sport-archive-template section.hero > .container > .introduction .title,
.betting-tips-sport-archive-template section.hero > .container > .title,
.betting-tips-competition-archive-template section.hero > .container > .introduction .title,
.betting-tips-competition-archive-template section.hero > .container > .title,
.betting-tip.index-template section.hero > .container > .introduction .title,
.betting-tip.index-template section.hero > .container > .title,
.betting-tip.single-betting-tip-template section.hero > .container > .introduction .title,
.betting-tip.single-betting-tip-template section.hero > .container > .title,
.apps-template section.hero > .container > .introduction .title,
.apps-template section.hero > .container > .title,
.odds-template section.hero > .container > .introduction .title,
.odds-template section.hero > .container > .title,
.payment-method-review-template section.hero > .container > .introduction .title,
.payment-method-review-template section.hero > .container > .title,
.no-deposit-bonus-template section.hero > .container > .introduction .title,
.no-deposit-bonus-template section.hero > .container > .title,
.casino-no-deposit-bonus-template section.hero > .container > .introduction .title,
.casino-no-deposit-bonus-template section.hero > .container > .title,
.casinos-template section.hero > .container > .introduction .title,
.casinos-template section.hero > .container > .title,
.sportsbooks-template section.hero > .container > .introduction .title,
.sportsbooks-template section.hero > .container > .title,
.sportsbooks-sport-template section.hero > .container > .introduction .title,
.sportsbooks-sport-template section.hero > .container > .title,
.post.index-template section.hero > .container > .introduction .title,
.post.index-template section.hero > .container > .title,
.sportsbook-review-template section.hero > .container > .introduction .title,
.sportsbook-review-template section.hero > .container > .title,
.casino-review-template section.hero > .container > .introduction .title,
.casino-review-template section.hero > .container > .title,
.app-review-template section.hero > .container > .introduction .title,
.app-review-template section.hero > .container > .title,
.bonus-review-template section.hero > .container > .introduction .title,
.bonus-review-template section.hero > .container > .title,
.child-sportsbook-review-template section.hero > .container > .introduction .title,
.child-sportsbook-review-template section.hero > .container > .title {
  text-align: center;
}
.betting.betting.index-template section.hero > .container > .introduction .content,
.betting.betting.index-template section.hero > .container > .content,
.category-template section.hero > .container > .introduction .content,
.category-template section.hero > .container > .content,
.betting-tips-archive-template section.hero > .container > .introduction .content,
.betting-tips-archive-template section.hero > .container > .content,
.betting-tips-sport-archive-template section.hero > .container > .introduction .content,
.betting-tips-sport-archive-template section.hero > .container > .content,
.betting-tips-competition-archive-template section.hero > .container > .introduction .content,
.betting-tips-competition-archive-template section.hero > .container > .content,
.betting-tip.index-template section.hero > .container > .introduction .content,
.betting-tip.index-template section.hero > .container > .content,
.betting-tip.single-betting-tip-template section.hero > .container > .introduction .content,
.betting-tip.single-betting-tip-template section.hero > .container > .content,
.apps-template section.hero > .container > .introduction .content,
.apps-template section.hero > .container > .content,
.odds-template section.hero > .container > .introduction .content,
.odds-template section.hero > .container > .content,
.payment-method-review-template section.hero > .container > .introduction .content,
.payment-method-review-template section.hero > .container > .content,
.no-deposit-bonus-template section.hero > .container > .introduction .content,
.no-deposit-bonus-template section.hero > .container > .content,
.casino-no-deposit-bonus-template section.hero > .container > .introduction .content,
.casino-no-deposit-bonus-template section.hero > .container > .content,
.casinos-template section.hero > .container > .introduction .content,
.casinos-template section.hero > .container > .content,
.sportsbooks-template section.hero > .container > .introduction .content,
.sportsbooks-template section.hero > .container > .content,
.sportsbooks-sport-template section.hero > .container > .introduction .content,
.sportsbooks-sport-template section.hero > .container > .content,
.post.index-template section.hero > .container > .introduction .content,
.post.index-template section.hero > .container > .content,
.sportsbook-review-template section.hero > .container > .introduction .content,
.sportsbook-review-template section.hero > .container > .content,
.casino-review-template section.hero > .container > .introduction .content,
.casino-review-template section.hero > .container > .content,
.app-review-template section.hero > .container > .introduction .content,
.app-review-template section.hero > .container > .content,
.bonus-review-template section.hero > .container > .introduction .content,
.bonus-review-template section.hero > .container > .content,
.child-sportsbook-review-template section.hero > .container > .introduction .content,
.child-sportsbook-review-template section.hero > .container > .content {
  text-align: left;
}
.betting.betting.index-template section.hero > .container > .introduction .content,
.betting.betting.index-template section.hero > .container > .content,
.category-template section.hero > .container > .introduction .content,
.category-template section.hero > .container > .content,
.betting-tips-archive-template section.hero > .container > .introduction .content,
.betting-tips-archive-template section.hero > .container > .content,
.betting-tips-sport-archive-template section.hero > .container > .introduction .content,
.betting-tips-sport-archive-template section.hero > .container > .content,
.betting-tips-competition-archive-template section.hero > .container > .introduction .content,
.betting-tips-competition-archive-template section.hero > .container > .content,
.betting-tip.index-template section.hero > .container > .introduction .content,
.betting-tip.index-template section.hero > .container > .content,
.betting-tip.single-betting-tip-template section.hero > .container > .introduction .content,
.betting-tip.single-betting-tip-template section.hero > .container > .content,
.apps-template section.hero > .container > .introduction .content,
.apps-template section.hero > .container > .content,
.odds-template section.hero > .container > .introduction .content,
.odds-template section.hero > .container > .content,
.payment-method-review-template section.hero > .container > .introduction .content,
.payment-method-review-template section.hero > .container > .content,
.no-deposit-bonus-template section.hero > .container > .introduction .content,
.no-deposit-bonus-template section.hero > .container > .content,
.casino-no-deposit-bonus-template section.hero > .container > .introduction .content,
.casino-no-deposit-bonus-template section.hero > .container > .content,
.casinos-template section.hero > .container > .introduction .content,
.casinos-template section.hero > .container > .content,
.sportsbooks-template section.hero > .container > .introduction .content,
.sportsbooks-template section.hero > .container > .content,
.sportsbooks-sport-template section.hero > .container > .introduction .content,
.sportsbooks-sport-template section.hero > .container > .content,
.post.index-template section.hero > .container > .introduction .content,
.post.index-template section.hero > .container > .content,
.sportsbook-review-template section.hero > .container > .introduction .content,
.sportsbook-review-template section.hero > .container > .content,
.casino-review-template section.hero > .container > .introduction .content,
.casino-review-template section.hero > .container > .content,
.app-review-template section.hero > .container > .introduction .content,
.app-review-template section.hero > .container > .content,
.bonus-review-template section.hero > .container > .introduction .content,
.bonus-review-template section.hero > .container > .content,
.child-sportsbook-review-template section.hero > .container > .introduction .content,
.child-sportsbook-review-template section.hero > .container > .content {
  margin-top: 16px;
}
.betting.betting.index-template section.hero > .container > .introduction .content ul,
.betting.betting.index-template section.hero > .container > .content ul,
.category-template section.hero > .container > .introduction .content ul,
.category-template section.hero > .container > .content ul,
.betting-tips-archive-template section.hero > .container > .introduction .content ul,
.betting-tips-archive-template section.hero > .container > .content ul,
.betting-tips-sport-archive-template section.hero > .container > .introduction .content ul,
.betting-tips-sport-archive-template section.hero > .container > .content ul,
.betting-tips-competition-archive-template section.hero > .container > .introduction .content ul,
.betting-tips-competition-archive-template section.hero > .container > .content ul,
.betting-tip.index-template section.hero > .container > .introduction .content ul,
.betting-tip.index-template section.hero > .container > .content ul,
.betting-tip.single-betting-tip-template section.hero > .container > .introduction .content ul,
.betting-tip.single-betting-tip-template section.hero > .container > .content ul,
.apps-template section.hero > .container > .introduction .content ul,
.apps-template section.hero > .container > .content ul,
.odds-template section.hero > .container > .introduction .content ul,
.odds-template section.hero > .container > .content ul,
.payment-method-review-template section.hero > .container > .introduction .content ul,
.payment-method-review-template section.hero > .container > .content ul,
.no-deposit-bonus-template section.hero > .container > .introduction .content ul,
.no-deposit-bonus-template section.hero > .container > .content ul,
.casino-no-deposit-bonus-template section.hero > .container > .introduction .content ul,
.casino-no-deposit-bonus-template section.hero > .container > .content ul,
.casinos-template section.hero > .container > .introduction .content ul,
.casinos-template section.hero > .container > .content ul,
.sportsbooks-template section.hero > .container > .introduction .content ul,
.sportsbooks-template section.hero > .container > .content ul,
.sportsbooks-sport-template section.hero > .container > .introduction .content ul,
.sportsbooks-sport-template section.hero > .container > .content ul,
.post.index-template section.hero > .container > .introduction .content ul,
.post.index-template section.hero > .container > .content ul,
.sportsbook-review-template section.hero > .container > .introduction .content ul,
.sportsbook-review-template section.hero > .container > .content ul,
.casino-review-template section.hero > .container > .introduction .content ul,
.casino-review-template section.hero > .container > .content ul,
.app-review-template section.hero > .container > .introduction .content ul,
.app-review-template section.hero > .container > .content ul,
.bonus-review-template section.hero > .container > .introduction .content ul,
.bonus-review-template section.hero > .container > .content ul,
.child-sportsbook-review-template section.hero > .container > .introduction .content ul,
.child-sportsbook-review-template section.hero > .container > .content ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.betting.betting.index-template section.hero > .container > .introduction .content ul li,
.betting.betting.index-template section.hero > .container > .content ul li,
.category-template section.hero > .container > .introduction .content ul li,
.category-template section.hero > .container > .content ul li,
.betting-tips-archive-template section.hero > .container > .introduction .content ul li,
.betting-tips-archive-template section.hero > .container > .content ul li,
.betting-tips-sport-archive-template section.hero > .container > .introduction .content ul li,
.betting-tips-sport-archive-template section.hero > .container > .content ul li,
.betting-tips-competition-archive-template section.hero > .container > .introduction .content ul li,
.betting-tips-competition-archive-template section.hero > .container > .content ul li,
.betting-tip.index-template section.hero > .container > .introduction .content ul li,
.betting-tip.index-template section.hero > .container > .content ul li,
.betting-tip.single-betting-tip-template section.hero > .container > .introduction .content ul li,
.betting-tip.single-betting-tip-template section.hero > .container > .content ul li,
.apps-template section.hero > .container > .introduction .content ul li,
.apps-template section.hero > .container > .content ul li,
.odds-template section.hero > .container > .introduction .content ul li,
.odds-template section.hero > .container > .content ul li,
.payment-method-review-template section.hero > .container > .introduction .content ul li,
.payment-method-review-template section.hero > .container > .content ul li,
.no-deposit-bonus-template section.hero > .container > .introduction .content ul li,
.no-deposit-bonus-template section.hero > .container > .content ul li,
.casino-no-deposit-bonus-template section.hero > .container > .introduction .content ul li,
.casino-no-deposit-bonus-template section.hero > .container > .content ul li,
.casinos-template section.hero > .container > .introduction .content ul li,
.casinos-template section.hero > .container > .content ul li,
.sportsbooks-template section.hero > .container > .introduction .content ul li,
.sportsbooks-template section.hero > .container > .content ul li,
.sportsbooks-sport-template section.hero > .container > .introduction .content ul li,
.sportsbooks-sport-template section.hero > .container > .content ul li,
.post.index-template section.hero > .container > .introduction .content ul li,
.post.index-template section.hero > .container > .content ul li,
.sportsbook-review-template section.hero > .container > .introduction .content ul li,
.sportsbook-review-template section.hero > .container > .content ul li,
.casino-review-template section.hero > .container > .introduction .content ul li,
.casino-review-template section.hero > .container > .content ul li,
.app-review-template section.hero > .container > .introduction .content ul li,
.app-review-template section.hero > .container > .content ul li,
.bonus-review-template section.hero > .container > .introduction .content ul li,
.bonus-review-template section.hero > .container > .content ul li,
.child-sportsbook-review-template section.hero > .container > .introduction .content ul li,
.child-sportsbook-review-template section.hero > .container > .content ul li {
  width: -moz-fit-content;
  width: fit-content;
}
.betting.betting.index-template section.hero > .container > .introduction .content .show-more-content div,
.betting.betting.index-template section.hero > .container > .introduction .content .show-less-content div,
.betting.betting.index-template section.hero > .container > .content .show-more-content div,
.betting.betting.index-template section.hero > .container > .content .show-less-content div,
.category-template section.hero > .container > .introduction .content .show-more-content div,
.category-template section.hero > .container > .introduction .content .show-less-content div,
.category-template section.hero > .container > .content .show-more-content div,
.category-template section.hero > .container > .content .show-less-content div,
.betting-tips-archive-template section.hero > .container > .introduction .content .show-more-content div,
.betting-tips-archive-template section.hero > .container > .introduction .content .show-less-content div,
.betting-tips-archive-template section.hero > .container > .content .show-more-content div,
.betting-tips-archive-template section.hero > .container > .content .show-less-content div,
.betting-tips-sport-archive-template section.hero > .container > .introduction .content .show-more-content div,
.betting-tips-sport-archive-template section.hero > .container > .introduction .content .show-less-content div,
.betting-tips-sport-archive-template section.hero > .container > .content .show-more-content div,
.betting-tips-sport-archive-template section.hero > .container > .content .show-less-content div,
.betting-tips-competition-archive-template section.hero > .container > .introduction .content .show-more-content div,
.betting-tips-competition-archive-template section.hero > .container > .introduction .content .show-less-content div,
.betting-tips-competition-archive-template section.hero > .container > .content .show-more-content div,
.betting-tips-competition-archive-template section.hero > .container > .content .show-less-content div,
.betting-tip.index-template section.hero > .container > .introduction .content .show-more-content div,
.betting-tip.index-template section.hero > .container > .introduction .content .show-less-content div,
.betting-tip.index-template section.hero > .container > .content .show-more-content div,
.betting-tip.index-template section.hero > .container > .content .show-less-content div,
.betting-tip.single-betting-tip-template section.hero > .container > .introduction .content .show-more-content div,
.betting-tip.single-betting-tip-template section.hero > .container > .introduction .content .show-less-content div,
.betting-tip.single-betting-tip-template section.hero > .container > .content .show-more-content div,
.betting-tip.single-betting-tip-template section.hero > .container > .content .show-less-content div,
.apps-template section.hero > .container > .introduction .content .show-more-content div,
.apps-template section.hero > .container > .introduction .content .show-less-content div,
.apps-template section.hero > .container > .content .show-more-content div,
.apps-template section.hero > .container > .content .show-less-content div,
.odds-template section.hero > .container > .introduction .content .show-more-content div,
.odds-template section.hero > .container > .introduction .content .show-less-content div,
.odds-template section.hero > .container > .content .show-more-content div,
.odds-template section.hero > .container > .content .show-less-content div,
.payment-method-review-template section.hero > .container > .introduction .content .show-more-content div,
.payment-method-review-template section.hero > .container > .introduction .content .show-less-content div,
.payment-method-review-template section.hero > .container > .content .show-more-content div,
.payment-method-review-template section.hero > .container > .content .show-less-content div,
.no-deposit-bonus-template section.hero > .container > .introduction .content .show-more-content div,
.no-deposit-bonus-template section.hero > .container > .introduction .content .show-less-content div,
.no-deposit-bonus-template section.hero > .container > .content .show-more-content div,
.no-deposit-bonus-template section.hero > .container > .content .show-less-content div,
.casino-no-deposit-bonus-template section.hero > .container > .introduction .content .show-more-content div,
.casino-no-deposit-bonus-template section.hero > .container > .introduction .content .show-less-content div,
.casino-no-deposit-bonus-template section.hero > .container > .content .show-more-content div,
.casino-no-deposit-bonus-template section.hero > .container > .content .show-less-content div,
.casinos-template section.hero > .container > .introduction .content .show-more-content div,
.casinos-template section.hero > .container > .introduction .content .show-less-content div,
.casinos-template section.hero > .container > .content .show-more-content div,
.casinos-template section.hero > .container > .content .show-less-content div,
.sportsbooks-template section.hero > .container > .introduction .content .show-more-content div,
.sportsbooks-template section.hero > .container > .introduction .content .show-less-content div,
.sportsbooks-template section.hero > .container > .content .show-more-content div,
.sportsbooks-template section.hero > .container > .content .show-less-content div,
.sportsbooks-sport-template section.hero > .container > .introduction .content .show-more-content div,
.sportsbooks-sport-template section.hero > .container > .introduction .content .show-less-content div,
.sportsbooks-sport-template section.hero > .container > .content .show-more-content div,
.sportsbooks-sport-template section.hero > .container > .content .show-less-content div,
.post.index-template section.hero > .container > .introduction .content .show-more-content div,
.post.index-template section.hero > .container > .introduction .content .show-less-content div,
.post.index-template section.hero > .container > .content .show-more-content div,
.post.index-template section.hero > .container > .content .show-less-content div,
.sportsbook-review-template section.hero > .container > .introduction .content .show-more-content div,
.sportsbook-review-template section.hero > .container > .introduction .content .show-less-content div,
.sportsbook-review-template section.hero > .container > .content .show-more-content div,
.sportsbook-review-template section.hero > .container > .content .show-less-content div,
.casino-review-template section.hero > .container > .introduction .content .show-more-content div,
.casino-review-template section.hero > .container > .introduction .content .show-less-content div,
.casino-review-template section.hero > .container > .content .show-more-content div,
.casino-review-template section.hero > .container > .content .show-less-content div,
.app-review-template section.hero > .container > .introduction .content .show-more-content div,
.app-review-template section.hero > .container > .introduction .content .show-less-content div,
.app-review-template section.hero > .container > .content .show-more-content div,
.app-review-template section.hero > .container > .content .show-less-content div,
.bonus-review-template section.hero > .container > .introduction .content .show-more-content div,
.bonus-review-template section.hero > .container > .introduction .content .show-less-content div,
.bonus-review-template section.hero > .container > .content .show-more-content div,
.bonus-review-template section.hero > .container > .content .show-less-content div,
.child-sportsbook-review-template section.hero > .container > .introduction .content .show-more-content div,
.child-sportsbook-review-template section.hero > .container > .introduction .content .show-less-content div,
.child-sportsbook-review-template section.hero > .container > .content .show-more-content div,
.child-sportsbook-review-template section.hero > .container > .content .show-less-content div {
  justify-content: center;
}
.betting.betting.index-template section.hero > .container > .meta,
.category-template section.hero > .container > .meta,
.betting-tips-archive-template section.hero > .container > .meta,
.betting-tips-sport-archive-template section.hero > .container > .meta,
.betting-tips-competition-archive-template section.hero > .container > .meta,
.betting-tip.index-template section.hero > .container > .meta,
.betting-tip.single-betting-tip-template section.hero > .container > .meta,
.apps-template section.hero > .container > .meta,
.odds-template section.hero > .container > .meta,
.payment-method-review-template section.hero > .container > .meta,
.no-deposit-bonus-template section.hero > .container > .meta,
.casino-no-deposit-bonus-template section.hero > .container > .meta,
.casinos-template section.hero > .container > .meta,
.sportsbooks-template section.hero > .container > .meta,
.sportsbooks-sport-template section.hero > .container > .meta,
.post.index-template section.hero > .container > .meta,
.sportsbook-review-template section.hero > .container > .meta,
.casino-review-template section.hero > .container > .meta,
.app-review-template section.hero > .container > .meta,
.bonus-review-template section.hero > .container > .meta,
.child-sportsbook-review-template section.hero > .container > .meta {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .betting.betting.index-template section.hero > .container > .meta,
  .category-template section.hero > .container > .meta,
  .betting-tips-archive-template section.hero > .container > .meta,
  .betting-tips-sport-archive-template section.hero > .container > .meta,
  .betting-tips-competition-archive-template section.hero > .container > .meta,
  .betting-tip.index-template section.hero > .container > .meta,
  .betting-tip.single-betting-tip-template section.hero > .container > .meta,
  .apps-template section.hero > .container > .meta,
  .odds-template section.hero > .container > .meta,
  .payment-method-review-template section.hero > .container > .meta,
  .no-deposit-bonus-template section.hero > .container > .meta,
  .casino-no-deposit-bonus-template section.hero > .container > .meta,
  .casinos-template section.hero > .container > .meta,
  .sportsbooks-template section.hero > .container > .meta,
  .sportsbooks-sport-template section.hero > .container > .meta,
  .post.index-template section.hero > .container > .meta,
  .sportsbook-review-template section.hero > .container > .meta,
  .casino-review-template section.hero > .container > .meta,
  .app-review-template section.hero > .container > .meta,
  .bonus-review-template section.hero > .container > .meta,
  .child-sportsbook-review-template section.hero > .container > .meta {
    margin-top: 16px;
  }
}
.betting.betting.index-template section.introduction,
.category-template section.introduction,
.betting-tips-archive-template section.introduction,
.betting-tips-sport-archive-template section.introduction,
.betting-tips-competition-archive-template section.introduction,
.betting-tip.index-template section.introduction,
.betting-tip.single-betting-tip-template section.introduction,
.apps-template section.introduction,
.odds-template section.introduction,
.payment-method-review-template section.introduction,
.no-deposit-bonus-template section.introduction,
.casino-no-deposit-bonus-template section.introduction,
.casinos-template section.introduction,
.sportsbooks-template section.introduction,
.sportsbooks-sport-template section.introduction,
.post.index-template section.introduction,
.sportsbook-review-template section.introduction,
.casino-review-template section.introduction,
.app-review-template section.introduction,
.bonus-review-template section.introduction,
.child-sportsbook-review-template section.introduction {
  padding-bottom: 24px;
}
.betting.betting.index-template section.content .col-xl-1,
.category-template section.content .col-xl-1,
.betting-tips-archive-template section.content .col-xl-1,
.betting-tips-sport-archive-template section.content .col-xl-1,
.betting-tips-competition-archive-template section.content .col-xl-1,
.betting-tip.index-template section.content .col-xl-1,
.betting-tip.single-betting-tip-template section.content .col-xl-1,
.apps-template section.content .col-xl-1,
.odds-template section.content .col-xl-1,
.payment-method-review-template section.content .col-xl-1,
.no-deposit-bonus-template section.content .col-xl-1,
.casino-no-deposit-bonus-template section.content .col-xl-1,
.casinos-template section.content .col-xl-1,
.sportsbooks-template section.content .col-xl-1,
.sportsbooks-sport-template section.content .col-xl-1,
.post.index-template section.content .col-xl-1,
.sportsbook-review-template section.content .col-xl-1,
.casino-review-template section.content .col-xl-1,
.app-review-template section.content .col-xl-1,
.bonus-review-template section.content .col-xl-1,
.child-sportsbook-review-template section.content .col-xl-1 {
  align-self: flex-start;
  position: sticky;
  top: 100px;
}
.betting.betting.index-template section.content .col-xl-3,
.category-template section.content .col-xl-3,
.betting-tips-archive-template section.content .col-xl-3,
.betting-tips-sport-archive-template section.content .col-xl-3,
.betting-tips-competition-archive-template section.content .col-xl-3,
.betting-tip.index-template section.content .col-xl-3,
.betting-tip.single-betting-tip-template section.content .col-xl-3,
.apps-template section.content .col-xl-3,
.odds-template section.content .col-xl-3,
.payment-method-review-template section.content .col-xl-3,
.no-deposit-bonus-template section.content .col-xl-3,
.casino-no-deposit-bonus-template section.content .col-xl-3,
.casinos-template section.content .col-xl-3,
.sportsbooks-template section.content .col-xl-3,
.sportsbooks-sport-template section.content .col-xl-3,
.post.index-template section.content .col-xl-3,
.sportsbook-review-template section.content .col-xl-3,
.casino-review-template section.content .col-xl-3,
.app-review-template section.content .col-xl-3,
.bonus-review-template section.content .col-xl-3,
.child-sportsbook-review-template section.content .col-xl-3 {
  align-self: flex-start;
  position: sticky;
  top: -360px;
}
@media (max-width: 1199px) {
  .betting.betting.index-template section.content .col-xl-3,
  .betting.betting.index-template section.content .col-xl-1,
  .category-template section.content .col-xl-3,
  .category-template section.content .col-xl-1,
  .betting-tips-archive-template section.content .col-xl-3,
  .betting-tips-archive-template section.content .col-xl-1,
  .betting-tips-sport-archive-template section.content .col-xl-3,
  .betting-tips-sport-archive-template section.content .col-xl-1,
  .betting-tips-competition-archive-template section.content .col-xl-3,
  .betting-tips-competition-archive-template section.content .col-xl-1,
  .betting-tip.index-template section.content .col-xl-3,
  .betting-tip.index-template section.content .col-xl-1,
  .betting-tip.single-betting-tip-template section.content .col-xl-3,
  .betting-tip.single-betting-tip-template section.content .col-xl-1,
  .apps-template section.content .col-xl-3,
  .apps-template section.content .col-xl-1,
  .odds-template section.content .col-xl-3,
  .odds-template section.content .col-xl-1,
  .payment-method-review-template section.content .col-xl-3,
  .payment-method-review-template section.content .col-xl-1,
  .no-deposit-bonus-template section.content .col-xl-3,
  .no-deposit-bonus-template section.content .col-xl-1,
  .casino-no-deposit-bonus-template section.content .col-xl-3,
  .casino-no-deposit-bonus-template section.content .col-xl-1,
  .casinos-template section.content .col-xl-3,
  .casinos-template section.content .col-xl-1,
  .sportsbooks-template section.content .col-xl-3,
  .sportsbooks-template section.content .col-xl-1,
  .sportsbooks-sport-template section.content .col-xl-3,
  .sportsbooks-sport-template section.content .col-xl-1,
  .post.index-template section.content .col-xl-3,
  .post.index-template section.content .col-xl-1,
  .sportsbook-review-template section.content .col-xl-3,
  .sportsbook-review-template section.content .col-xl-1,
  .casino-review-template section.content .col-xl-3,
  .casino-review-template section.content .col-xl-1,
  .app-review-template section.content .col-xl-3,
  .app-review-template section.content .col-xl-1,
  .bonus-review-template section.content .col-xl-3,
  .bonus-review-template section.content .col-xl-1,
  .child-sportsbook-review-template section.content .col-xl-3,
  .child-sportsbook-review-template section.content .col-xl-1 {
    display: none;
  }
}
.betting.betting.index-template section.content .widget-area,
.category-template section.content .widget-area,
.betting-tips-archive-template section.content .widget-area,
.betting-tips-sport-archive-template section.content .widget-area,
.betting-tips-competition-archive-template section.content .widget-area,
.betting-tip.index-template section.content .widget-area,
.betting-tip.single-betting-tip-template section.content .widget-area,
.apps-template section.content .widget-area,
.odds-template section.content .widget-area,
.payment-method-review-template section.content .widget-area,
.no-deposit-bonus-template section.content .widget-area,
.casino-no-deposit-bonus-template section.content .widget-area,
.casinos-template section.content .widget-area,
.sportsbooks-template section.content .widget-area,
.sportsbooks-sport-template section.content .widget-area,
.post.index-template section.content .widget-area,
.sportsbook-review-template section.content .widget-area,
.casino-review-template section.content .widget-area,
.app-review-template section.content .widget-area,
.bonus-review-template section.content .widget-area,
.child-sportsbook-review-template section.content .widget-area {
  display: flex;
  flex-direction: column;
  gap: 48px 0;
}
.betting.betting.index-template section.content .social-sharing .social-sharing,
.category-template section.content .social-sharing .social-sharing,
.betting-tips-archive-template section.content .social-sharing .social-sharing,
.betting-tips-sport-archive-template section.content .social-sharing .social-sharing,
.betting-tips-competition-archive-template section.content .social-sharing .social-sharing,
.betting-tip.index-template section.content .social-sharing .social-sharing,
.betting-tip.single-betting-tip-template section.content .social-sharing .social-sharing,
.apps-template section.content .social-sharing .social-sharing,
.odds-template section.content .social-sharing .social-sharing,
.payment-method-review-template section.content .social-sharing .social-sharing,
.no-deposit-bonus-template section.content .social-sharing .social-sharing,
.casino-no-deposit-bonus-template section.content .social-sharing .social-sharing,
.casinos-template section.content .social-sharing .social-sharing,
.sportsbooks-template section.content .social-sharing .social-sharing,
.sportsbooks-sport-template section.content .social-sharing .social-sharing,
.post.index-template section.content .social-sharing .social-sharing,
.sportsbook-review-template section.content .social-sharing .social-sharing,
.casino-review-template section.content .social-sharing .social-sharing,
.app-review-template section.content .social-sharing .social-sharing,
.bonus-review-template section.content .social-sharing .social-sharing,
.child-sportsbook-review-template section.content .social-sharing .social-sharing {
  display: flex;
  gap: 12px 0;
  flex-direction: column;
}
.betting.betting.index-template section.content .social-sharing .social-sharing .social-media,
.category-template section.content .social-sharing .social-sharing .social-media,
.betting-tips-archive-template section.content .social-sharing .social-sharing .social-media,
.betting-tips-sport-archive-template section.content .social-sharing .social-sharing .social-media,
.betting-tips-competition-archive-template section.content .social-sharing .social-sharing .social-media,
.betting-tip.index-template section.content .social-sharing .social-sharing .social-media,
.betting-tip.single-betting-tip-template section.content .social-sharing .social-sharing .social-media,
.apps-template section.content .social-sharing .social-sharing .social-media,
.odds-template section.content .social-sharing .social-sharing .social-media,
.payment-method-review-template section.content .social-sharing .social-sharing .social-media,
.no-deposit-bonus-template section.content .social-sharing .social-sharing .social-media,
.casino-no-deposit-bonus-template section.content .social-sharing .social-sharing .social-media,
.casinos-template section.content .social-sharing .social-sharing .social-media,
.sportsbooks-template section.content .social-sharing .social-sharing .social-media,
.sportsbooks-sport-template section.content .social-sharing .social-sharing .social-media,
.post.index-template section.content .social-sharing .social-sharing .social-media,
.sportsbook-review-template section.content .social-sharing .social-sharing .social-media,
.casino-review-template section.content .social-sharing .social-sharing .social-media,
.app-review-template section.content .social-sharing .social-sharing .social-media,
.bonus-review-template section.content .social-sharing .social-sharing .social-media,
.child-sportsbook-review-template section.content .social-sharing .social-sharing .social-media {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.betting.betting.index-template section.content .social-sharing .social-sharing .content,
.category-template section.content .social-sharing .social-sharing .content,
.betting-tips-archive-template section.content .social-sharing .social-sharing .content,
.betting-tips-sport-archive-template section.content .social-sharing .social-sharing .content,
.betting-tips-competition-archive-template section.content .social-sharing .social-sharing .content,
.betting-tip.index-template section.content .social-sharing .social-sharing .content,
.betting-tip.single-betting-tip-template section.content .social-sharing .social-sharing .content,
.apps-template section.content .social-sharing .social-sharing .content,
.odds-template section.content .social-sharing .social-sharing .content,
.payment-method-review-template section.content .social-sharing .social-sharing .content,
.no-deposit-bonus-template section.content .social-sharing .social-sharing .content,
.casino-no-deposit-bonus-template section.content .social-sharing .social-sharing .content,
.casinos-template section.content .social-sharing .social-sharing .content,
.sportsbooks-template section.content .social-sharing .social-sharing .content,
.sportsbooks-sport-template section.content .social-sharing .social-sharing .content,
.post.index-template section.content .social-sharing .social-sharing .content,
.sportsbook-review-template section.content .social-sharing .social-sharing .content,
.casino-review-template section.content .social-sharing .social-sharing .content,
.app-review-template section.content .social-sharing .social-sharing .content,
.bonus-review-template section.content .social-sharing .social-sharing .content,
.child-sportsbook-review-template section.content .social-sharing .social-sharing .content {
  display: none;
}
@media (max-width: 1199px) {
  .betting.betting.index-template section.content .social-sharing .social-sharing,
  .category-template section.content .social-sharing .social-sharing,
  .betting-tips-archive-template section.content .social-sharing .social-sharing,
  .betting-tips-sport-archive-template section.content .social-sharing .social-sharing,
  .betting-tips-competition-archive-template section.content .social-sharing .social-sharing,
  .betting-tip.index-template section.content .social-sharing .social-sharing,
  .betting-tip.single-betting-tip-template section.content .social-sharing .social-sharing,
  .apps-template section.content .social-sharing .social-sharing,
  .odds-template section.content .social-sharing .social-sharing,
  .payment-method-review-template section.content .social-sharing .social-sharing,
  .no-deposit-bonus-template section.content .social-sharing .social-sharing,
  .casino-no-deposit-bonus-template section.content .social-sharing .social-sharing,
  .casinos-template section.content .social-sharing .social-sharing,
  .sportsbooks-template section.content .social-sharing .social-sharing,
  .sportsbooks-sport-template section.content .social-sharing .social-sharing,
  .post.index-template section.content .social-sharing .social-sharing,
  .sportsbook-review-template section.content .social-sharing .social-sharing,
  .casino-review-template section.content .social-sharing .social-sharing,
  .app-review-template section.content .social-sharing .social-sharing,
  .bonus-review-template section.content .social-sharing .social-sharing,
  .child-sportsbook-review-template section.content .social-sharing .social-sharing {
    padding: 8px 0;
    border: solid #1F0A33;
    border-width: 1px 0;
    flex-direction: row;
    gap: 0 24px;
    justify-content: center;
  }
}

.sportsbook-review-template section.hero,
.child-sportsbook-review-template section.hero {
  padding-bottom: 48px;
}
@media (max-width: 1199px) {
  .sportsbook-review-template section.hero,
  .child-sportsbook-review-template section.hero {
    padding-bottom: 24px;
  }
}
.sportsbook-review-template section.introduction > .container,
.child-sportsbook-review-template section.introduction > .container {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1199px) {
  .sportsbook-review-template section.introduction > .container,
  .child-sportsbook-review-template section.introduction > .container {
    flex-direction: column-reverse;
  }
}

.category-template section.featured,
.betting-tips-archive-template section.featured,
.betting-tips-sport-archive-template section.featured,
.betting-tips-competition-archive-template section.featured {
  padding-top: 0 !important;
}
.category-template section.introduction .content,
.betting-tips-archive-template section.introduction .content,
.betting-tips-sport-archive-template section.introduction .content,
.betting-tips-competition-archive-template section.introduction .content {
  border-bottom: 1px solid #0D001A;
}
.category-template section.recent .introduction,
.betting-tips-archive-template section.recent .introduction,
.betting-tips-sport-archive-template section.recent .introduction,
.betting-tips-competition-archive-template section.recent .introduction {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .category-template section.recent .introduction,
  .betting-tips-archive-template section.recent .introduction,
  .betting-tips-sport-archive-template section.recent .introduction,
  .betting-tips-competition-archive-template section.recent .introduction {
    margin-bottom: 24px;
  }
}
.category-template section.recent .introduction h2,
.betting-tips-archive-template section.recent .introduction h2,
.betting-tips-sport-archive-template section.recent .introduction h2,
.betting-tips-competition-archive-template section.recent .introduction h2 {
  color: #CCC;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .category-template section.recent .introduction h2,
  .betting-tips-archive-template section.recent .introduction h2,
  .betting-tips-sport-archive-template section.recent .introduction h2,
  .betting-tips-competition-archive-template section.recent .introduction h2 {
    font-size: 28px;
  }
}
.category-template section.recent .cards,
.betting-tips-archive-template section.recent .cards,
.betting-tips-sport-archive-template section.recent .cards,
.betting-tips-competition-archive-template section.recent .cards {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .category-template section.featured .cards,
  .betting-tips-archive-template section.featured .cards,
  .betting-tips-sport-archive-template section.featured .cards,
  .betting-tips-competition-archive-template section.featured .cards {
    grid-template-columns: minmax(0, 800fr) minmax(0, 384fr);
    grid-template-rows: 300px 300px;
    gap: 24px 32px;
  }
}

.post.index-template section.hero .hero-banner,
.betting-tip.single-betting-tip-template section.hero .hero-banner {
  position: relative;
  min-height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.post.index-template section.hero .hero-banner img,
.betting-tip.single-betting-tip-template section.hero .hero-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post.index-template section.hero .hero-banner::after,
.betting-tip.single-betting-tip-template section.hero .hero-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 20px;
}
.post.index-template section.hero .hero-banner .title,
.betting-tip.single-betting-tip-template section.hero .hero-banner .title {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px 48px;
  z-index: 1;
  color: #FFF;
}
@media (max-width: 1199px) {
  .post.index-template section.hero .hero-banner .title,
  .betting-tip.single-betting-tip-template section.hero .hero-banner .title {
    padding: 16px 8px;
  }
}
@media (max-width: 1199px) {
  .post.index-template section.hero .hero-banner,
  .betting-tip.single-betting-tip-template section.hero .hero-banner {
    min-height: 344px;
  }
}

section.odds {
  padding: 0 0 48px 0;
}
section.odds .col-xl-8 > div > div:not(:last-child) {
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  section.odds {
    padding: 0 0 24px 0;
  }
}

.odds-template section.sportsbooks {
  padding: 72px 0;
  margin-bottom: 72px;
  border-top: 1px solid #3A3347;
  border-bottom: 1px solid #3A3347;
}
@media (max-width: 1199px) {
  .odds-template section.sportsbooks {
    padding: 48px 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 1199px) {
  .odds-template .col-xl-4 {
    margin-top: 48px;
  }
}

.navigation h2 {
  font-family: "Lexend", sans-serif;
  font-size: 19px;
  line-height: 135%;
  padding-bottom: 24px;
}

.col-xl-8 .navigation h2 {
  padding-bottom: 0;
}

.navigation .cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: flex-start;
}

.navigation .cards > div {
  position: relative;
}

.navigation .cards > div:hover {
  color: #FFFFFF;
}

.navigation .cards .wrapper {
  display: flex;
  padding: 1rem 24px;
  border: 1px solid #0D001A;
  align-items: center;
  gap: 24px;
  transition: 0.3s;
}

.navigation .cards .title {
  flex: 1;
  font-weight: 500;
  line-height: 135%;
}

.navigation .cards .previous:hover img {
  transform: translateX(-4px);
}

.navigation .cards .next img {
  transform: rotate(180deg);
}

.navigation .cards .next:hover img {
  transform: rotate(180deg) translateX(-4px);
}

.navigation .cards .next .wrapper {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .navigation .cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.menu-navigation-items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.menu-navigation-items a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: auto;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #CFFF40;
  border: 1px solid #3A3347;
}
.menu-navigation-items a:hover {
  border-color: #CFFF40;
}
.menu-navigation-items .title:has(> span) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: auto;
  padding: 0 24px;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-align: center;
  text-transform: uppercase;
  color: #CFFF40;
  border: 1px solid #3A3347;
}
.menu-navigation-items .title:has(> span):hover {
  border-color: #CFFF40;
}
.menu-navigation-items .area-link {
  display: none;
}

.wp-author.horizontal.large {
  padding: 24px 0;
  border: solid #0D001A;
  border-width: 1px 0;
  display: flex;
  gap: 2rem;
}

.wp-author.horizontal.large .avatar {
  width: 56px;
  overflow: hidden;
  border-radius: 50%;
}

.wp-author.horizontal.large .avatar img {
  aspect-ratio: 1;
}

.wp-author.horizontal.large .name {
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
}

.wp-author.horizontal.large .biography {
  padding-bottom: 8px;
}

.wp-author.horizontal.large .right > .social-media > .social-media {
  display: flex;
  gap: 8px;
}

@media (max-width: 767px) {
  .wp-author.horizontal.large {
    gap: 1rem;
  }
  .wp-author.horizontal.large .avatar {
    width: 40px;
  }
}
.authors.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media (max-width: 991px) {
  .authors.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 8px;
  }
}
@media (max-width: 767px) {
  .authors.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .authors.grid .wp-author.vertical.medium {
    min-height: unset !important;
  }
  .authors.grid .wp-author.vertical.medium .bottom .view-more {
    position: static;
    margin-top: 20px;
  }
}

.wp-author.vertical.medium {
  border-radius: 8px;
  border: 1px solid #1F0A33;
  overflow: hidden;
  position: relative;
  /* author.card */
  padding: 24px;
  min-height: 320px;
  background: #1F0A33;
  border-radius: 12px;
}
.wp-author.vertical.medium.hide {
  display: none;
}
.wp-author.vertical.medium .avatar {
  height: 215px;
  background: #CFFF40;
}
.wp-author.vertical.medium img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-author.vertical.medium .bottom .clearfix {
  clear: both;
}
.wp-author.vertical.medium .bottom .top {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
.wp-author.vertical.medium .bottom .left .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  /* author' name */
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height, or 120% */
  color: #0D001A;
}
.wp-author.vertical.medium .bottom .view-more {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.wp-author.vertical.medium .bottom .view-more a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.wp-author.vertical.medium .bottom .view-more a span {
  display: flex;
}
.wp-author.vertical.medium .bottom .view-more a:hover {
  color: #CFFF40;
}
.wp-author.vertical.medium .bottom .view-more a:not(:hover) img,
.wp-author.vertical.medium .bottom .view-more a:not(:hover) svg {
  filter: brightness(0) invert(1);
}
.wp-author.vertical.medium .biography {
  /* author.bio */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.wp-author.vertical.medium .name {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  /* author' name */
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  /* identical to box height, or 133% */
  color: #FFFFFF;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .wp-author.vertical.medium .name {
    font-size: 14px;
  }
}
.wp-author.vertical.medium .role {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 8px;
  /* tag */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  gap: 4px;
  width: 81px;
  height: 24px;
  border: 1px solid #3A3347;
  border-radius: 200px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .wp-author.vertical.medium .role {
    font-size: 12px;
  }
}

.information-card {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(58, 51, 71, 0.2);
}

.information-card .introduction .title div,
.pros-cons .title div {
  padding-bottom: 20px;
  display: flex;
  gap: 12px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.information-card h2,
.pros-cons h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #FFFFFF;
}

.information-card .bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 2rem;
}

.information-card .bottom > div > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.information-card .bottom > div > div:not(:last-child) {
  padding-bottom: 1rem;
}

.information-card .card .label {
  color: #918B9C;
  font-weight: 600;
}

.information-card .card .content {
  font-weight: 500;
  text-align: right;
}

.information-card .card a {
  color: #CFFF40;
  text-decoration: underline;
  font-weight: 600;
}

.information-card .bonus a {
  text-decoration: none;
}

.information-card .card a:hover {
  text-decoration: none;
  color: #CFFF40;
}

.information-card .apps .content {
  display: flex;
  gap: 6px;
}
.information-card .apps .content img {
  filter: brightness(0) invert(1);
}

.information-card .payment-methods {
  display: block !important;
}

.information-card .payment-methods img {
  max-width: 26px;
  max-height: 21px;
}

.information-card .payment-methods .content {
  display: flex;
  padding-top: 12px;
}

.information-card .payment-methods .icon,
.information-card .payment-methods .counter {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #1F0A33;
  background: #CFFF40;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
}

.information-card .payment-methods .icon:hover,
.information-card .payment-methods .counter:hover {
  transform: scale(1.15);
}

.information-card .payment-methods .counter {
  color: #FFF;
  font-weight: 500;
}

.information-card .payment-methods .icon:not(:last-child) {
  margin-right: -8px;
}

.information-card .payment-methods .icon:nth-child(n+11) {
  display: none;
}

.information-card .payment-methods .icon img {
  width: 24px;
  max-height: 1rem;
}

.information-card .payment-methods .icon span {
  position: absolute;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #FFFFFF;
  background: #FFF;
  border-radius: 6px;
  padding: 6px 12px;
  bottom: calc(100% + 12px);
  left: calc(50% - 50px);
  box-shadow: 0 8.5px 17px -8.5px rgba(19, 22, 25, 0.08);
  width: 100px;
  text-align: center;
  transition: 0.3s;
}

.information-card .payment-methods .icon:not(:hover) span {
  opacity: 0;
  visibility: hidden;
}

.information-card .payment-methods .icon span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
}

.information-card .bonus {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0 1rem;
  align-items: center;
  padding: 8px 8px 8px 1rem;
  border-radius: 6px;
  border: 1px solid #3A3347;
  margin-bottom: 1rem;
}

.information-card .bonus .content {
  text-align: left;
}

.information-card .copy {
  margin-top: 4px;
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}

.information-card .copy .title div {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  color: #CFFF40;
  border-radius: 4px;
  border: 1px dashed #1F0A33;
  cursor: pointer;
  padding: 0 12px;
}

.information-card .copy .title div:hover {
  border: 1px dashed #CFFF40;
}

.information-card .copy .success {
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.information-card .copy .success:not(.active) {
  opacity: 0;
  visibility: hidden;
}

.information-card .copy .success div {
  color: #179D79;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4px;
  border-radius: 4px;
  background: #241433;
}

@media (max-width: 1199px) {
  .information-card .bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 25px;
  }
  .information-card .bottom .right {
    grid-column: span 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
  }
  .information-card .payment-methods {
    display: flex !important;
  }
  .information-card .payment-methods .content {
    padding-top: 0;
  }
  .information-card .payment-methods .icon,
  .information-card .payment-methods .counter {
    width: 26px;
    height: 26px;
  }
  .information-card .payment-methods .counter {
    font-size: 8px;
  }
  .information-card .payment-methods img {
    width: 18px;
    max-height: 12px;
  }
  .information-card .payment-methods .icon:not(:last-child) {
    margin-right: -6px;
  }
  .information-card .payment-methods .icon span {
    left: auto;
    right: 0;
    width: auto;
  }
  .information-card .payment-methods .icon span::after {
    left: auto;
    right: 7.5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .information-card .bottom > .right > div:not(:last-child) {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .information-card {
    padding: 24px 0;
  }
  .information-card .bottom,
  .information-card .bottom .right {
    display: block;
  }
  .information-card .bottom > div:not(:last-child) {
    padding-bottom: 1rem;
  }
  .information-card .introduction .title div,
  .pros-cons .title div {
    padding-bottom: 1rem;
  }
  .information-card .payment-methods .icon:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 575px) {
  .information-card .copy {
    display: none;
  }
  .information-card .bonus {
    display: block;
    padding: 12px;
    text-align: center;
    margin-bottom: 12px;
  }
  .information-card .bonus .content {
    text-align: center;
    padding-top: 4px;
  }
  .information-card .bonus .label {
    font-size: 14px;
    line-height: 1.45;
  }
}
section.pros-cons .container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 16px;
}

section.pros-cons .content > div > div {
  display: flex;
  flex-direction: row-reverse;
  gap: 12px;
  justify-content: flex-end;
}

section.pros-cons .content > div:not(:last-child) {
  padding-bottom: 1rem;
}

@media (max-width: 1199px) {
  section.pros-cons .container::after {
    content: "";
    grid-column: span 2;
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid #0D001A;
  }
}
@media (max-width: 767px) {
  section.pros-cons .container {
    display: block;
  }
  section.pros-cons .container > div:not(:last-child) {
    padding-bottom: 24px;
  }
  section.pros-cons .content > div:not(:last-child) {
    padding-bottom: 12px;
  }
}
.limits.table {
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  display: block;
}
.limits.table thead,
.limits.table tbody {
  display: block;
}
.limits.table tr {
  display: flex;
}
.limits.table tbody {
  border-bottom: 1px solid #3A3347;
}
.limits.table th,
.limits.table td {
  background: #1F0A33;
}
.limits.table th {
  font-weight: 600;
  text-align: left;
  padding: 10px 0;
}
.limits.table td {
  padding: 18px 0;
}
.limits.table td:first-child > * {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: rgba(40, 40, 40, 0.85);
}
.limits.table .logo {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.limits.table .logo img {
  width: 12px;
  height: 12px;
}
.limits.table.closed {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.limits.table:not(.closed) .show-more {
  display: none;
}
.limits.table .show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(360deg, #0D001A 0%, transparent 100%);
  cursor: pointer;
}
.limits.table .show-more > td {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 4px;
  border-radius: 4px;
  background: #CFFF40;
  border: 1px solid transparent;
}
.limits.table .show-more > td > * {
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  color: #0D001A;
}
.limits.table .show-more > td img {
  filter: brightness(0);
}
.limits.table .show-more > td:hover {
  border-color: #CFFF40;
  background: #1F0A33;
}
.limits.table .show-more > td:hover > * {
  color: #CFFF40;
}
.limits.table .show-more > td:hover img {
  filter: none;
}

@media (min-width: 768px) {
  .limits.table .timeframe,
  .limits.table .minimum,
  .limits.table .maximum {
    text-align: center;
  }
  .limits.table td,
  .limits.table th {
    flex: 0 0 22%;
    width: 22%;
  }
  .limits.table td:first-child,
  .limits.table th:first-child {
    flex-basis: 34%;
    width: 34%;
  }
}
@media (max-width: 767px) {
  .limits.table {
    overflow: auto;
    white-space: normal;
  }
  .limits.table th {
    padding: 8px 14px;
  }
  .limits.table td {
    padding: 12px 14px;
  }
  .limits.table tr:not(.show-more) > *:first-child {
    border-right: 1px solid rgba(58, 51, 71, 0.2);
    min-width: 110px;
    flex: 1;
    position: sticky;
    left: 0;
  }
  .limits.table tr:not(.show-more) td:first-child span {
    display: none;
  }
  .limits.table th:nth-child(n+2),
  .limits.table td:nth-child(n+2) {
    white-space: nowrap;
    width: 130px;
    flex: 0 0 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .limits.table .logo {
    margin: 0 auto;
    width: 2rem;
    height: 2rem;
  }
  .limits.table .logo img {
    width: 18px;
    height: 18px;
  }
}
.sportsbooks-info .sportsbook .content ~ div {
  padding-top: 1rem;
}

.sportsbooks-info .sportsbook .content ~ div .title {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 1rem;
}

.sportsbooks-info .sportsbook li:not(:last-child) {
  margin-bottom: 1rem;
}

.sportsbooks-info .sportsbook li {
  padding-left: 24px;
  position: relative;
  list-style: none;
}

.sportsbooks-info .sportsbook li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #C8CACC;
}

.sportsbooks-info .sportsbook .introduction {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
  align-items: center;
  padding-bottom: 1rem;
}

.sportsbooks-info .sportsbook .rank {
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 80px;
  background: #0D001A;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.sportsbooks-info .sportsbook h3 {
  color: #FFFFFF;
}

.sportsbooks-info .sportsbook .brand {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.sportsbooks-info .sportsbook .brand a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 96px;
}

.sportsbooks-info .sportsbook .brand img {
  height: 56px;
}

.odds-template section.sportsbooks .introduction {
  padding-bottom: 24px;
}
.odds-template section.sportsbooks h2 {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 115%;
}
@media (max-width: 1199px) {
  .odds-template section.sportsbooks h2 {
    font-size: 18px;
  }
}

body:is(.payment-method-review-template) section.sportsbooks .introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}

body:is(.payment-method-review-template) section.sportsbooks .introduction .title {
  padding-bottom: 0;
}

body:is(.payment-method-review-template) section.sportsbooks .introduction .title > div {
  display: flex;
  gap: 8px;
}

body:is(.payment-method-review-template) section.sportsbooks .introduction .subtitle,
body:is(.payment-method-review-template) section.sportsbooks .introduction h4 {
  color: #C8CACC;
}

@media screen and (max-width: 767px) {
  body:is(.payment-method-review-template) section.sportsbooks .introduction .subtitle,
  body:is(.payment-method-review-template) section.sportsbooks .introduction .title > div {
    text-align: center;
  }
  body:is(.payment-method-review-template) section.sportsbooks .introduction .title > div {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.sportsbooks .sportsbook {
  margin-bottom: 20px;
}
.sportsbooks .sportsbook .content .advertiser-geographical-area.horizontal.large .top {
  grid-template-columns: 33% 41% 19% !important;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  gap: 0 8px;
}
.sportsbooks .sportsbook .content .advertiser-geographical-area.horizontal.large .top .bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.sportsbooks .sportsbook .content .advertiser-geographical-area.horizontal.large .top .bottom .copy .title div {
  padding: 0 7px;
}

body.template-404 section.hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 112px 0;
}
body.template-404 section.hero .not-found-bg {
  z-index: -10;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 144px;
  font-weight: 900;
  line-height: 150%;
  color: #CCC;
  opacity: 0.15;
}
body.template-404 section.hero .title {
  text-align: center;
  margin-top: -6rem;
  padding: 0 !important;
}
body.template-404 section.hero .title > * {
  line-height: 125%;
  font-size: 40px;
  text-transform: uppercase;
}
body.template-404 section.hero .content {
  text-align: center;
  max-width: 775px;
  margin-top: 8px;
  margin-bottom: 40px;
}
body.template-404 section.hero .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  gap: 0 4px;
  padding: 0 24px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  background: #CFFF40;
  color: #0D001A;
  border: 1px solid transparent;
  margin: 0 auto;
}
body.template-404 section.hero .button a:hover {
  border-color: #3A3347;
  color: #CFFF40;
  background: #1F0A33;
}
@media (min-width: 768px) {
  body.template-404 section.hero .not-found-bg {
    font-size: 200px;
  }
  body.template-404 section.hero .title {
    margin-top: -8rem;
  }
}
@media (min-width: 992px) {
  body.template-404 section.hero .not-found-bg {
    font-size: 232px;
  }
  body.template-404 section.hero .title {
    margin-top: -9rem;
  }
}
@media (min-width: 1200px) {
  body.template-404 section.hero .title > * {
    font-size: 48px;
    line-height: 100%;
  }
  body.template-404 section.hero .btn-redirect a {
    height: 48px;
  }
}

.after-footer {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
}
.after-footer .action-fixed-cta {
  position: absolute;
  top: -56px;
  width: 40px;
  height: 40px;
  padding: 7px;
  border-radius: 8px;
  background: #0D001A;
  border: 1px solid #3A3347;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 32px 64px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  z-index: 1;
}
.after-footer .action-fixed-cta img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1199px) {
  .after-footer .action-fixed-cta {
    right: 0;
  }
}
.after-footer .advertiser-geographical-area.horizontal .offer-mobile {
  display: none;
}
.after-footer .advertiser-geographical-area.horizontal .offer {
  color: #FFFFFF;
}
.after-footer .advertiser-geographical-area.horizontal .offer a {
  color: inherit;
}
@media (max-width: 1199px) {
  .after-footer .advertiser-geographical-area.horizontal .offer-mobile {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px;
  }
  .after-footer .advertiser-geographical-area.horizontal .offer-mobile .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
  }
  .after-footer .advertiser-geographical-area.horizontal .wrapper > .top {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 12px;
  }
  .after-footer .advertiser-geographical-area.horizontal .wrapper > .top .offer {
    text-align: left;
  }
  .after-footer .advertiser-geographical-area.horizontal .left > .top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .after-footer .hidden-mobile {
    display: none !important;
  }
}

.event.shortcode {
  font-size: 14px;
  line-height: 140%;
}

.event.recent {
  border: 1px solid #3A3347;
  border-radius: 8px;
  overflow: hidden;
}
.event.recent .head {
  padding: 16px 24px;
  display: grid;
  grid-template-columns: auto 88px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.event.recent .head .result {
  text-align: center;
}

.event.horizontal.medium {
  padding: 18px;
  display: grid;
  grid-template-columns: 100px auto 88px;
  align-items: center;
  border-top: 1px solid #3A3347;
}
.event.horizontal.medium .left {
  color: #FFFFFF;
}
.event.horizontal.medium .result {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 8px 0;
  background: #4E95FF;
  border-radius: 4px;
  font-weight: 600;
  color: #FFF;
}
.event.horizontal.medium .result.win {
  background: #179D79;
}
.event.horizontal.medium .result.loss {
  background: #C3281E;
}
.event.horizontal.medium .middle {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.event.horizontal.medium .middle > div {
  color: #918B9C;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.event.horizontal.medium .middle > div.win {
  color: #FFFFFF;
}
.event.horizontal.medium .middle > div .logo img {
  width: 16px;
  height: auto;
}
.event.horizontal.medium .middle > .separator {
  font-weight: 700;
  color: #FFFFFF;
}
.event.horizontal.medium .home,
.event.horizontal.medium .away {
  display: flex;
  gap: 6px;
  flex: 1;
}
.event.horizontal.medium .home-goals,
.event.horizontal.medium .away-goals {
  flex: 0 0 20px;
  width: 20px;
  text-align: center;
}
.event.horizontal.medium .home-team,
.event.horizontal.medium .away-team {
  flex: 1;
}
.event.horizontal.medium .home-team.responsiveness,
.event.horizontal.medium .away-team.responsiveness {
  text-transform: uppercase;
}
.event.horizontal.medium .home-team {
  text-align: right;
}
@media (min-width: 768px) {
  .event.horizontal.medium .result.responsiveness,
  .event.horizontal.medium .datetime.responsiveness,
  .event.horizontal.medium .home-team.responsiveness,
  .event.horizontal.medium .away-team.responsiveness {
    display: none;
  }
}

@media (max-width: 767px) {
  .event.recent .head {
    grid-template-columns: auto 70px;
  }
  .event.recent .head .result {
    text-align: right;
  }
  .event.horizontal.medium {
    padding: 14px 18px;
    grid-template-columns: 100px auto 70px;
  }
  .event.horizontal.medium .result {
    max-width: 28px;
    margin: 0 0 0 auto;
    line-height: 28px;
    padding: 0;
  }
  .event.horizontal.medium .right {
    text-align: right;
  }
  .event.horizontal.medium .result:not(.responsiveness),
  .event.horizontal.medium .datetime:not(.responsiveness),
  .event.horizontal.medium .home-team:not(.responsiveness),
  .event.horizontal.medium .away-team:not(.responsiveness) {
    display: none;
  }
}
.match.history {
  padding-bottom: 0;
  border-radius: 8px;
  border: 1px solid #3A3347;
  background: #0D001A;
  font-family: "Lexend", sans-serif;
  overflow: hidden;
}
.match.history h3 {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  border-bottom: 1px solid #1F0A33;
  padding: 20px 0;
  background: #0D001A;
}
.match.history .summary {
  padding: 32px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px minmax(0, 1fr);
  gap: 0 16px;
  text-align: center;
  background: #1F0A33;
}
.match.history .summary img {
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0D001A;
  padding: 0 16px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 16px;
}
.match.history .summary img ~ figcaption {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .match.history .summary {
    padding: 24px 20px;
  }
  .match.history .summary img {
    width: 48px;
    padding: 0 12px;
    margin-bottom: 8px;
  }
  .match.history .summary tr:first-child {
    font-size: 20px;
  }
  .match.history .summary tr:first-child td {
    font-size: 20px !important;
  }
  .match.history .summary tr:last-child,
  .match.history .summary img + span {
    font-size: 14px;
  }
  .match.history .summary table {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .match.history .summary .full-name {
    display: none;
  }
}
@media (min-width: 768px) {
  .match.history .summary .short-name {
    display: none;
  }
}
@media (max-width: 360px) {
  .match.history .summary {
    grid-template-columns: 1fr 60px 1fr;
  }
}
.match.history .summary table {
  margin-bottom: 0 !important;
  align-self: center;
  display: table;
}
.match.history .summary table :nth-child(1) {
  font-weight: 600;
}
@media (max-width: 767px) {
  .match.history .summary table :nth-child(1) .long {
    display: none;
  }
}
@media (min-width: 768px) {
  .match.history .summary table :nth-child(1) .short {
    display: none;
  }
}
.match.history .summary tr {
  border-top: 0;
}
.match.history .summary tr:first-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  color: #FFFFFF;
}
.match.history .summary tr:first-child td {
  padding-bottom: 2px;
}
.match.history .summary tr:last-child {
  color: #C8CACC;
}
.match.history .summary td {
  padding: 0;
}
.match.history > table {
  display: block;
  padding: 0 32px;
  border-radius: 0;
  background: #1F0A33;
  margin-bottom: 0 !important;
}
.match.history > table * {
  display: block;
  border-top: 0;
  padding: 0;
}
.match.history > table thead tr {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #FFFFFF;
  border-top: 1px solid #3A3347;
}
.match.history > table thead tr th:nth-child(2) {
  text-align: center;
}
.match.history > table thead tr th:nth-child(3) {
  text-align: right;
}
.match.history > table tbody tr {
  display: grid;
  grid-template-columns: 112px 1fr 32px 1fr 112px;
  align-items: center;
  height: 64px;
  gap: 0 10px;
  border-top: 1px solid #3A3347;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #918B9C;
}
@media (min-width: 768px) {
  .match.history > table tbody tr .short-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .match.history > table tbody tr .full-name {
    display: none;
  }
}
.match.history > table tbody tr .date {
  text-align: right;
}
.match.history > table tbody tr img {
  width: 16px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.match.history > table tbody tr .home,
.match.history > table tbody tr .away {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 8px;
}
.match.history > table tbody tr .home.home span,
.match.history > table tbody tr .away.home span {
  text-align: right;
}
.match.history > table tbody tr .home.away,
.match.history > table tbody tr .away.away {
  grid-template-columns: auto 1fr;
}
.match.history > table tbody tr .home.win,
.match.history > table tbody tr .away.win {
  font-weight: 600;
  color: #FFFFFF;
}
.match.history > table tbody tr .result {
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 991px) {
  .match.history > table {
    padding: 0 16px;
  }
  .match.history > table tbody tr {
    grid-template-columns: 70px 1fr 32px 1fr 70px;
  }
  .match.history > table tbody tr .competition,
  .match.history > table tbody tr .date {
    font-size: 12px;
    white-space: wrap;
  }
  .match.history > table tbody tr img {
    min-width: 16px;
  }
}
@media (max-width: 360px) {
  .match.history > table thead {
    display: none;
  }
  .match.history > table tbody tr {
    grid-template-columns: 1fr 32px 1fr;
    height: auto;
    padding: 10px 0;
    gap: 10px;
  }
  .match.history > table tbody tr:first-child {
    border-top: 0;
  }
  .match.history > table tbody tr .competition {
    order: 1;
    grid-column: span 2;
  }
  .match.history > table tbody tr .date {
    order: 2;
  }
  .match.history > table tbody tr .home {
    order: 3;
  }
  .match.history > table tbody tr .result {
    order: 4;
  }
  .match.history > table tbody tr .away {
    order: 5;
  }
}
.match.history > .bottom {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 16px 24px;
  background: #0D001A;
  border-top: 1px solid #3A3347;
}
.match.history > .bottom .left,
.match.history > .bottom .tip {
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  color: #CFFF40;
}
.match.history > .bottom .right {
  display: flex;
  align-items: center;
  gap: 0 16px;
  justify-content: flex-end;
}
.match.history > .bottom .button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 48px;
  width: 108px;
  gap: 0 8px;
  border-radius: 4px;
  padding: 12px 8px 12px 12px;
  background: #1F0A33;
  border: 1px solid #3A3347;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #CFFF40;
}
.match.history > .bottom .button .odd {
  flex: 1;
  text-align: left;
}
.match.history > .bottom .button img {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 4px;
}
.match.history > .bottom .button:has(a:hover) {
  border-color: #CFFF40;
}
@media (max-width: 991px) {
  .match.history > .bottom {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .match.history > .bottom .right {
    justify-content: space-between;
  }
}

.top.scorers {
  border-radius: 8px;
  border: 1px solid #1F0A33;
  font-family: "Lexend", sans-serif;
  color: #FFFFFF;
}
.top.scorers table * {
  display: block;
}
.top.scorers table tr {
  border-top: 0;
  display: grid;
  grid-template-columns: 32px 82px 32px;
  gap: 0 16px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 115%;
}
.top.scorers table td {
  padding: 0;
}
.top.scorers table td:nth-child(2) {
  font-weight: 600;
  color: #918B9C;
}
.top.scorers table tbody {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.top.scorers h3 {
  padding: 20px 0 !important;
  border-bottom: 1px solid #1F0A33;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #FFFFFF;
}
.top.scorers .summary {
  padding: 24px;
  display: grid;
  grid-template-columns: 144px 1fr 144px;
  gap: 0 24px;
  align-items: center;
}
.top.scorers .summary > figure figcaption {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
}
.top.scorers .summary > figure figcaption img {
  width: 104px;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.top.scorers .summary > figure figure {
  position: absolute;
  top: 76px;
  right: 4px;
}
.top.scorers .summary > figure figure img {
  width: 32px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #1F0A33;
  background: #FFF;
  padding: 0 4px;
  -o-object-fit: contain;
  object-fit: contain;
}
.top.scorers .summary > figure p {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  padding-bottom: 0;
}
.top.scorers .summary > figure p:last-child {
  font-size: 12px;
  line-height: 135%;
  color: #918B9C;
}
.top.scorers .summary > figure span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
}
.top.scorers .summary > figure span:last-child {
  font-size: 12px;
  line-height: 135%;
  color: #918B9C;
}
.top.scorers .bottom {
  padding: 16px 24px;
  background: #0D001A;
  display: grid;
  grid-template-columns: 144px 1fr 144px;
  gap: 0 24px;
  align-items: center;
}
.top.scorers .bottom .middle {
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
}
.top.scorers .button {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #CFFF40;
  text-align: right;
  border-radius: 4px;
  padding: 8px 12px 8px 8px;
  background: #FFF;
  border: 1px solid #CFFF40;
  transition: 0.3s;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.top.scorers .button:hover {
  background: #241433;
}
.top.scorers .button img {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .top.scorers {
    padding-bottom: 0;
  }
  .top.scorers .bottom {
    padding: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }
  .top.scorers .bottom .middle {
    order: -1;
    grid-column: span 2;
  }
  .top.scorers .summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 60px;
    padding: 20px 16px;
    position: relative;
  }
  .top.scorers .summary::before {
    content: "X";
    position: absolute;
    top: 60px;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 70px;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 0 2px #918B9C;
  }
  .top.scorers .summary > figure div img {
    width: 80px;
  }
  .top.scorers .summary > figure figure {
    top: 60px;
    right: 0;
  }
  .top.scorers .summary > figure figure img {
    width: 24px;
  }
  .top.scorers table {
    order: 1;
    grid-column: span 2;
    overflow: visible;
    margin-bottom: 0 !important;
  }
  .top.scorers table tbody {
    width: auto;
  }
  .top.scorers table tr {
    gap: 0;
    justify-content: space-evenly;
  }
}

.event.user.tips {
  border: 1px solid #1F0A33;
  border-radius: 6px;
  padding-bottom: 0 !important;
  text-align: center;
}
.event.user.tips .hide {
  display: none;
}
.event.user.tips h3 {
  padding: 20px 0 !important;
  border-bottom: 1px solid #1F0A33;
  font-size: 18px;
  line-height: 135%;
}
.event.user.tips .subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  color: #C8CACC;
  padding-bottom: 24px;
}
.event.user.tips .summary {
  padding: 32px 32px 24px;
}
.event.user.tips .count {
  padding: 0 32px 32px;
  font-size: 14px;
  line-height: 115%;
  color: #918B9C;
}
.event.user.tips form > .field {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 8px;
}
.event.user.tips form > .field p {
  padding-bottom: 0;
}
.event.user.tips form > .field input {
  display: none;
}
.event.user.tips form > .field label {
  display: flex;
  align-items: center;
  gap: 0 8px;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #CFFF40;
  height: 48px;
  background: #0D001A;
  cursor: pointer;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #CFFF40;
}
.event.user.tips form > .field label img {
  width: 20px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.event.user.tips form > .field label:has(input:checked) {
  background: #CFFF40;
  color: #FFF;
}
.event.user.tips .answer:nth-child(2) img {
  width: 14px;
  transition: none;
}
.event.user.tips .answer:nth-child(2):has(input:checked) img {
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .event.user.tips .short-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .event.user.tips .full-name {
    display: none;
  }
  .event.user.tips h3 {
    font-size: 16px;
  }
  .event.user.tips .summary {
    padding: 24px 16px;
  }
  .event.user.tips .subtitle {
    padding-bottom: 24px;
  }
  .event.user.tips .count {
    padding: 0 16px 24px;
  }
  .event.user.tips form label {
    font-size: 14px;
    font-weight: 400;
  }
  .event.user.tips .answer:nth-child(2) img {
    width: 12px;
  }
}
.event.user.tips .voting-results .options {
  display: flex;
  gap: 0 4px;
  padding: 32px;
}
.event.user.tips .voting-results .options img {
  width: 32px;
  aspect-ratio: 1;
  border: 1px solid #1F0A33;
  border-radius: 50%;
  padding: 0 6px;
  -o-object-fit: contain;
  object-fit: contain;
}
.event.user.tips .voting-results .options .option {
  min-width: 63px;
}
.event.user.tips .voting-results .options .option[data-option=X] img {
  padding: 0 10px;
}
.event.user.tips .voting-results .options .bar {
  height: 8px;
  border-radius: 4px;
  background: #0D001A;
}
.event.user.tips .voting-results .options .label {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 135%;
  color: #918B9C;
}
.event.user.tips .voting-results .options .active .label {
  color: #CFFF40;
}
.event.user.tips .voting-results .options .active .bar {
  background: #CFFF40;
}
@media (max-width: 767px) {
  .event.user.tips .voting-results .options {
    padding: 24px 16px;
  }
  .event.user.tips .voting-results .options .label {
    font-size: 12px;
  }
  .event.user.tips .voting-results .options img {
    width: 24px;
    padding: 0 4px;
  }
  .event.user.tips .voting-results .options .option[data-option=X] img {
    padding: 0 7px;
  }
}
.event.user.tips .voting-results .bottom {
  padding: 16px 24px;
  background: #0D001A;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media (max-width: 767px) {
  .event.user.tips .voting-results .bottom {
    align-items: flex-start;
    padding: 16px;
  }
}
.event.user.tips .voting-results .bottom .icon {
  width: 24px;
  aspect-ratio: 1;
  background: #FFF;
  border: 1px solid #0D001A;
  border-radius: 50%;
  margin-right: -6px;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.event.user.tips .voting-results .bottom .icon ~ div:not(.hide) {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  font-weight: 600;
  color: #C8CACC;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .event.user.tips .voting-results .bottom .icon ~ div:not(.hide) {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    align-items: stretch;
    font-size: 14px;
    text-align: left;
  }
}
.event.user.tips .voting-results .bottom .icon ~ div:not(.hide) strong {
  color: inherit;
}
.event.user.tips .voting-results .bottom .icon ~ div:not(.hide) .left div {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
}
.event.user.tips .voting-results .bottom .icon ~ div:not(.hide) .left div > span {
  flex: 1;
}
.event.user.tips .voting-results .bottom .icon ~ div:not(.hide) .left div img {
  width: 24px;
  aspect-ratio: 1;
  background: #FFF;
  border: 1px solid #0D001A;
  border-radius: 50%;
  padding: 0 4px;
  -o-object-fit: contain;
  object-fit: contain;
}
.event.user.tips .voting-results .bottom .icon ~ div:not(.hide) .right {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 16px;
}
@media (max-width: 767px) {
  .event.user.tips .voting-results .bottom .icon ~ div:not(.hide) .right {
    margin-left: -18px;
  }
}
.event.user.tips .voting-results .button {
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  font-weight: 700;
  color: #CFFF40;
  width: 124px;
  height: 40px;
  border: 2px solid #CFFF40;
  border-radius: 4px;
  padding: 0 8px;
  background: #FFF;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.event.user.tips .voting-results .button:hover {
  background: #241433;
}
.event.user.tips .voting-results .button a {
  text-decoration: none;
}
.event.user.tips .voting-results .button img {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 4px;
}

.event.multiple.tips {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #3A3347;
  padding-bottom: 0 !important;
}
.event.multiple.tips .disclaimer {
  padding: 12px 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  color: #CCC;
  background: #0D001A;
  border-top: 1px solid #3A3347;
}
.event.multiple.tips .disclaimer p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.event.multiple.tips .summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 0 32px;
  align-items: center;
  padding: 24px 0;
  background: #0D001A;
}
@media (min-width: 768px) {
  .event.multiple.tips .summary .short-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .event.multiple.tips .summary .full-name {
    display: none;
  }
}
.event.multiple.tips .summary h3 {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.event.multiple.tips .summary img {
  width: 40px;
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 50%;
  padding: 0 10px;
  -o-object-fit: contain;
  object-fit: contain;
}
.event.multiple.tips .summary figure {
  display: flex;
  align-items: center;
  gap: 0 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 115%;
  color: #FFFFFF;
}
.event.multiple.tips .summary figure:first-child {
  justify-content: flex-end;
}
.event.multiple.tips table {
  font-weight: 600;
  font-size: 14px;
  line-height: 115%;
  color: #FFFFFF;
  margin-bottom: 0;
}
.event.multiple.tips table th,
.event.multiple.tips table td {
  padding: 16px;
}
.event.multiple.tips table th {
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #FFFFFF;
  border-color: #3A3347;
}
.event.multiple.tips table th:first-child {
  width: 180px;
}
.event.multiple.tips table th:last-child {
  width: 150px;
}
.event.multiple.tips table tr {
  border-color: #3A3347;
  background: none !important;
}
.event.multiple.tips table td {
  font-weight: 500;
  text-align: left;
}
.event.multiple.tips table td.tip {
  font-weight: 600;
}
.event.multiple.tips .button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 48px;
  width: 108px;
  gap: 0 8px;
  border-radius: 4px;
  padding: 12px 8px 12px 12px;
  background: #1F0A33;
  border: 1px solid #3A3347;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #CFFF40;
}
.event.multiple.tips .button .odd {
  flex: 1;
  text-align: left;
}
.event.multiple.tips .button:hover {
  border-color: #CFFF40;
}
.event.multiple.tips .button a {
  text-decoration: none;
}
.event.multiple.tips .button img {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .event.multiple.tips table {
    display: table;
    white-space: wrap;
    font-size: 13px;
  }
  .event.multiple.tips table th,
  .event.multiple.tips table td {
    padding: 12px;
  }
  .event.multiple.tips table th:first-child {
    width: 100px;
  }
  .event.multiple.tips table th:last-child {
    width: 120px;
  }
  .event.multiple.tips .summary {
    gap: 0 24px;
  }
  .event.multiple.tips .summary h3 {
    font-size: 14px;
  }
  .event.multiple.tips .button {
    width: 86px;
  }
}

.show-more-content div,
.show-less-content div {
  display: flex;
  align-items: center;
  gap: 0 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  color: #CFFF40;
  cursor: pointer;
}

.show-more-content img {
  transform: rotate(180deg);
  width: 24px;
  aspect-ratio: 1;
}

.show-more-less-content .hide {
  display: none;
}

.more-content {
  padding-bottom: 12px;
}

.widget-content-navigation .navigation > ul > li:not(:last-child) {
  margin-bottom: 16px;
}

.widget-content-navigation ul {
  padding-right: 24px;
}
.widget-content-navigation ul a {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #C8CACC !important;
}
.widget-content-navigation ul ul {
  padding-left: 24px;
  margin-right: -24px;
}
.widget-content-navigation ul ul li {
  padding-top: 20px;
}
.widget-content-navigation a {
  display: block;
  margin-right: -24px;
  padding-right: 24px;
  border-right: 2px solid transparent;
}
.widget-content-navigation li.active > a {
  border-color: #CFFF40;
  color: #CFFF40 !important;
}
.widget-content-navigation li:not(.active):hover > a {
  border-color: #fff;
  color: #fff !important;
}

@media (max-width: 1199px) {
  .widget-content-navigation {
    display: none;
  }
}
.banner-manager {
  position: relative;
}

.banner-manager img {
  width: 100%;
}

.banner-manager .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  cursor: pointer;
  filter: brightness(0) invert(1);
  z-index: 1;
}

.banner-size {
  display: none;
}

@media (max-width: 320px) {
  .banner-size.micro {
    display: block;
  }
}
@media (min-width: 321px) and (max-width: 575px) {
  .banner-size.extra_small {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-size.small {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-size.medium {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner-size.large {
    display: block;
  }
}
@media (min-width: 1200px) {
  .banner-size.extra_large {
    display: block;
  }
}
.sidebar .banner-manager img, .right-sidebar .banner-manager img {
  border-radius: 4px;
}

.post-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .post-meta {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.post-meta > .left {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
}
.post-meta > .right {
  display: grid;
  align-items: center;
  gap: 24px;
}
.post-meta > .right:has(.button-credibility) {
  grid-template-columns: auto auto;
}
@media (max-width: 1199px) {
  .post-meta > .right {
    grid-template-columns: 1fr !important;
  }
}
.post-meta .avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.post-meta .avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-meta .info > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  color: #CCC;
}
.post-meta .info > div:not(:last-child) {
  margin-bottom: 8px;
}
.post-meta .info > div .publish-date,
.post-meta .info > div .updated-date,
.post-meta .info > div .prefix {
  font-weight: 400;
}
.post-meta .info > div .author a,
.post-meta .info > div .revisor a {
  font-weight: 600;
  color: #FFFFFF;
}
.post-meta .info > div .author {
  display: flex;
  align-items: center;
  gap: 8px 12px;
  flex-wrap: wrap;
}
.post-meta .info > div .revisor > span {
  position: relative;
  padding-left: 28px;
}
.post-meta .info > div .revisor > span::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  height: 20px;
  width: 20px;
  background: url(https://apostas.gazetaesportiva.com/static/wp/icon-check-filled.svg);
}
@media (min-width: 1200px) {
  .post-meta .info > div {
    gap: 4px 28px;
    max-width: 624px;
  }
  .post-meta .info > div > div:not(:last-child) {
    position: relative;
  }
  .post-meta .info > div > div:not(:last-child)::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: -16px;
    height: 4px;
    width: 4px;
    background: #C8CACC;
  }
}
@media (max-width: 1199px) {
  .post-meta .social-sharing {
    justify-content: center;
  }
}

.meta {
  display: grid;
  gap: 8px 0;
  font-size: 14px;
  line-height: 145%;
  font-weight: 500;
}

@media (max-width: 767px) {
  body.index-template .meta {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  body.index-template .meta {
    display: flex;
    gap: 0 40px;
  }
}
.meta .author {
  display: flex;
  align-items: center;
  gap: 4px;
}

.meta .author > span {
  font-weight: 600;
  color: #CFFF40;
}

.meta .author .prefix {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
}

.meta .author img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.meta .publish-date {
  display: flex;
  align-items: center;
  gap: 4px;
}

.meta .publish-date > div:first-child {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}

.meta .publish-date > div:first-child img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

@media (max-width: 767px) {
  .meta {
    display: flex;
    gap: 0;
    align-items: center;
    justify-content: space-between;
  }
  section.hero .meta .author .prefix > span,
  section.hero .meta .publish-date .prefix > span {
    display: none;
  }
  .meta .info .tooltip {
    width: 126px;
    left: calc(50% - 103px);
  }
}
.hero > .container > .meta {
  display: flex;
  align-items: center;
  gap: 0 12px;
  position: relative;
}
.hero > .container > .meta:not(:last-child) {
  padding-bottom: 24px;
}
.hero > .container > .meta .author img {
  width: 40px;
  aspect-ratio: 1;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero > .container > .meta .writer .prefix + span,
.hero > .container > .meta .writer .prefix + a,
.hero > .container > .meta .editor .prefix + span,
.hero > .container > .meta .editor .prefix + a {
  font-weight: 600;
  color: #CFFF40;
}
.hero > .container > .meta .writer {
  display: flex;
}
@media screen and (max-width: 767px) {
  .hero > .container > .meta .writer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero > .container > .meta .supervisor {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-left: 8px;
}
@media screen and (max-width: 767px) {
  .hero > .container > .meta .supervisor {
    margin-left: 0;
  }
  .hero > .container > .meta .supervisor svg:first-child {
    display: none;
  }
}
.hero > .container > .meta .supervisor .revisor span:nth-child(2) {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #CFFF40;
}
@media screen and (max-width: 767px) {
  .hero > .container > .meta .supervisor .revisor span:nth-child(2) {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .hero > .container > .meta .column > div {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 14px;
    line-height: 145%;
    font-weight: 500;
  }
  .hero > .container > .meta .column > div > div:nth-child(n+2) {
    position: relative;
  }
  .hero > .container > .meta .column > div > div:nth-child(n+2)::before {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    left: -12px;
    width: 4px;
    aspect-ratio: 1;
    background: rgba(58, 51, 71, 0.2);
  }
}
@media (max-width: 767px) {
  .hero > .container > .meta {
    display: block;
    position: relative;
  }
  .hero > .container > .meta .top {
    padding: 0 0 0 48px;
  }
  .hero > .container > .meta .bottom {
    color: #918B9C;
    padding: 0 0 0 48px;
  }
  .hero > .container > .meta .author {
    position: absolute;
    top: 0;
    left: 0;
  }
}

section.introduction .meta {
  color: #FFFFFF;
}

section.introduction .meta .publish-date .info img,
section.introduction .meta .publish-date > div:first-child img {
  filter: none;
}

@media (min-width: 1200px) {
  section.introduction .meta {
    display: flex;
    gap: 0 40px;
  }
}
.index-template .meta .publish-date .info img,
.single-betting-tip-template .meta .publish-date .info img {
  filter: grayscale(1);
}

.social-sharing {
  display: flex;
  gap: 8px;
}
.social-sharing .social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  padding: 10px;
  border-radius: 50%;
  background: #1F0A33;
}
.social-sharing .social-media a img {
  height: 100%;
  width: 100%;
  filter: none;
}
.social-sharing .social-media a:hover {
  background: #CFFF40;
}
.social-sharing .social-media a:hover img {
  filter: brightness(0);
}

/*
section:is(.introduction, .hero) .social-sharing .title span {
    font-weight: 600;
    font-size: 16px;
    font-family: $font-body;
    line-height: 150%;
    color: $color-text;
    padding-bottom: 1rem
}

section:is(.introduction, .hero) .social-sharing a {
    display: flex;
    place-content: center center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%
}

section:is(.introduction, .hero) .social-sharing a:hover {
    background: $color-bg-primary-tint
}

section:is(.introduction, .hero) .social-sharing .social-sharing {
    display: flex;
    gap: 0 20px
}

section:is(.introduction, .hero) .social-sharing .whatsapp img {
    width: 60%
}

@include md-up {
    section:is(.introduction, .hero) .social-sharing.responsive {
        display: none
    }
}

@include md-down {
    section:is(.introduction, .hero) .social-sharing h3 {
        padding-bottom: 8px;
        font-size: 14px
    }

    section:is(.introduction, .hero) .social-sharing a {
        width: 24px;
        height: 24px
    }

    section:is(.introduction, .hero) .social-sharing .social-sharing {
        gap: 0 8px
    }
}

@include md-down {
    section.introduction .meta .prefix img {
        display: none
    }

    section.introduction .meta .publish-date .info {
        display: none
    }

    section.introduction .social-sharing.responsive {
        padding-top: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    section.introduction .social-sharing.responsive h3 {
        padding-bottom: 0
    }
}

section.hero .social-sharing h3 {
    color: inherit
}

section.hero .social-sharing a {
    background: rgb(255 255 255 / .1);
    border-radius: 50%
}

section.hero .social-sharing img {
    filter: brightness(0) invert(1)
}

@include md-down {
    section.hero .right:has(>.social-sharing) {
        display: none
    }

    section.hero .social-sharing.responsive {
        padding-top: 24px
    }
}
*/
.with-pagination > .pagination {
  grid-column: 1/-1;
}

.bottom > .pagination .pagination,
.bottom > .pagination .pages,
.with-pagination > .pagination .pagination,
.with-pagination > .pagination .pages,
.cards + .pagination .pagination,
.cards + .pagination .pages,
.results-wrapper > .pagination .pagination,
.results-wrapper > .pagination .pages {
  display: flex;
}
.bottom > .pagination .pagination,
.with-pagination > .pagination .pagination,
.cards + .pagination .pagination,
.results-wrapper > .pagination .pagination {
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 24px;
}
.bottom > .pagination .pages,
.with-pagination > .pagination .pages,
.cards + .pagination .pages,
.results-wrapper > .pagination .pages {
  gap: 8px;
}
.bottom > .pagination .page > *,
.bottom > .pagination .navigation,
.with-pagination > .pagination .page > *,
.with-pagination > .pagination .navigation,
.cards + .pagination .page > *,
.cards + .pagination .navigation,
.results-wrapper > .pagination .page > *,
.results-wrapper > .pagination .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.bottom > .pagination .page,
.bottom > .pagination .navigation:hover,
.with-pagination > .pagination .page,
.with-pagination > .pagination .navigation:hover,
.cards + .pagination .page,
.cards + .pagination .navigation:hover,
.results-wrapper > .pagination .page,
.results-wrapper > .pagination .navigation:hover {
  background: #0D001A;
  color: #FFFFFF;
}
.bottom > .pagination .page > *,
.with-pagination > .pagination .page > *,
.cards + .pagination .page > *,
.results-wrapper > .pagination .page > * {
  height: 40px;
  width: auto;
  padding: 0 16px;
  border-radius: 80px;
  color: #FFFFFF;
  border: 1px solid #3A3347;
}
.bottom > .pagination .page:not(.dots) > *:hover,
.with-pagination > .pagination .page:not(.dots) > *:hover,
.cards + .pagination .page:not(.dots) > *:hover,
.results-wrapper > .pagination .page:not(.dots) > *:hover {
  color: #CFFF40;
  border-color: #CFFF40;
}
.bottom > .pagination .page.current > *,
.with-pagination > .pagination .page.current > *,
.cards + .pagination .page.current > *,
.results-wrapper > .pagination .page.current > * {
  border-color: #CFFF40 !important;
  color: #CFFF40 !important;
}
.bottom > .pagination .navigation,
.with-pagination > .pagination .navigation,
.cards + .pagination .navigation,
.results-wrapper > .pagination .navigation {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #CFFF40;
  color: #0D001A;
}
.bottom > .pagination .navigation:hover,
.with-pagination > .pagination .navigation:hover,
.cards + .pagination .navigation:hover,
.results-wrapper > .pagination .navigation:hover {
  border: 1px solid #3A3347;
  color: #CFFF40;
  background: #1F0A33;
}
.bottom > .pagination .navigation:not(:has(img)),
.with-pagination > .pagination .navigation:not(:has(img)),
.cards + .pagination .navigation:not(:has(img)),
.results-wrapper > .pagination .navigation:not(:has(img)) {
  display: none !important;
}
.bottom > .pagination .page > * img,
.bottom > .pagination .navigation:hover img,
.with-pagination > .pagination .page > * img,
.with-pagination > .pagination .navigation:hover img,
.cards + .pagination .page > * img,
.cards + .pagination .navigation:hover img,
.results-wrapper > .pagination .page > * img,
.results-wrapper > .pagination .navigation:hover img {
  filter: brightness(0) invert(1);
}
.bottom > .pagination .page.dots > *,
.bottom > .pagination .page.current > *,
.with-pagination > .pagination .page.dots > *,
.with-pagination > .pagination .page.current > *,
.cards + .pagination .page.dots > *,
.cards + .pagination .page.current > *,
.results-wrapper > .pagination .page.dots > *,
.results-wrapper > .pagination .page.current > * {
  cursor: auto;
}
.bottom > .pagination .left img,
.with-pagination > .pagination .left img,
.cards + .pagination .left img,
.results-wrapper > .pagination .left img {
  transform: rotate(180deg);
}
.bottom > .pagination .navigation.hide,
.with-pagination > .pagination .navigation.hide,
.cards + .pagination .navigation.hide,
.results-wrapper > .pagination .navigation.hide {
  display: none;
}
@media (max-width: 767px) {
  .bottom > .pagination .pagination,
  .with-pagination > .pagination .pagination,
  .cards + .pagination .pagination,
  .results-wrapper > .pagination .pagination {
    gap: 12px;
  }
  .bottom > .pagination .pages,
  .with-pagination > .pagination .pages,
  .cards + .pagination .pages,
  .results-wrapper > .pagination .pages {
    gap: 4px;
  }
  .bottom > .pagination .page > *,
  .with-pagination > .pagination .page > *,
  .cards + .pagination .page > *,
  .results-wrapper > .pagination .page > * {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }
  .bottom > .pagination .navigation,
  .with-pagination > .pagination .navigation,
  .cards + .pagination .navigation,
  .results-wrapper > .pagination .navigation {
    width: 32px;
    height: 32px;
  }
}

body.pop-up {
  overflow: hidden;
}

section.pop-up {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(19, 22, 26, 0.75);
  width: 100%;
  height: 100%;
  z-index: 4;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.pop-up .container {
  padding: 1px 40px 40px;
  background: #FFF;
  box-shadow: 0 32px 48px -10px rgba(33, 37, 41, 0.06);
  border-radius: 8px;
  position: relative;
}

section.pop-up .top .icon {
  width: 64px;
  aspect-ratio: 1;
  background: #0D001A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -2rem auto 2rem;
}

section.pop-up .top .icon img {
  width: 2rem;
  aspect-ratio: 1;
}

section.pop-up .introduction {
  padding-bottom: 24px;
  text-align: center;
}

section.pop-up .introduction .title {
  padding-bottom: 4px;
}

section.pop-up .introduction .subtitle {
  color: #918B9C;
}

section.pop-up h2 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Saira Extra Condensed", sans-serif;
}

.recommended.options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

section.pop-up .container > .bottom {
  text-align: center;
}

section.pop-up .container > .bottom .button a {
  display: inline-block;
  padding: 10px 60px;
  background: #CFFF40;
  border-radius: 4px;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 14px;
  line-height: 150%;
  text-transform: uppercase;
  color: #FFF;
}

section.pop-up .container > .bottom .button a:hover {
  background: #CFFF40;
}

section.pop-up .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  section.pop-up .container {
    padding: 1px 20px 20px;
    max-width: calc(100% - 30px);
  }
  .recommended.options {
    grid-template-columns: repeat(3, 245px);
    overflow: auto;
    margin: 0 -20px 1rem;
    padding: 0 20px 5px;
  }
  section.pop-up .top .icon {
    width: 48px;
    margin-top: -24px;
    margin-bottom: 1rem;
  }
  section.pop-up .top .icon img {
    width: 24px;
  }
  section.pop-up .close {
    width: 20px;
    top: 10px;
    right: 10px;
  }
  section.pop-up h2 {
    font-size: 1rem;
  }
  section.pop-up .introduction .subtitle {
    font-size: 14px;
  }
  section.pop-up .container > .bottom .button a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
section.pop-ups .pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 15;
}

section.pop-ups .pop-up-container {
  position: relative;
  max-width: 784px;
  padding: 40px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  border-radius: 8px;
  background-color: var(--site-primary-color);
}

section.pop-ups .pop-up.credibility .close-icon img,
section.pop-ups .pop-up.credibility .close-icon svg {
  width: 24px;
  height: 24px;
}
section.pop-ups .pop-up.credibility .close-icon svg path {
  stroke: var(--color-primary-color);
}
section.pop-ups .pop-up.credibility .introduction {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.pop-ups .pop-up.credibility .introduction .icon {
  position: absolute;
  top: -28px;
  left: calc(50% - 28px);
  width: 58px;
  aspect-ratio: 1;
  background-color: var(--site-primary-color);
  border-radius: 280px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.pop-ups .pop-up.credibility .introduction .icon-background {
  background-color: #CFFF40;
  border-radius: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
section.pop-ups .pop-up.credibility .introduction .icon-background svg path {
  stroke: #0D001A;
}
section.pop-ups .pop-up.credibility .close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  section.pop-ups .pop-up.credibility .introduction .icon {
    top: 0;
  }
  section.pop-ups .pop-up.credibility .close-icon {
    right: 16px;
  }
  section.pop-ups .pop-up.credibility .pop-up-container {
    padding: 140px 16px 16px 16px;
  }
}

section.pop-ups .pop-up.credibility .introduction .icon img,
section.pop-ups .pop-up.credibility .introduction .icon svg {
  width: 24px;
  height: auto;
}

section.pop-ups .pop-up.credibility .introduction .title {
  color: var(--pop-up-text-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.48px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
section.pop-ups .pop-up.credibility .introduction .title h1 {
  color: #CFFF40;
}
@media screen and (max-width: 767px) {
  section.pop-ups .pop-up.credibility .introduction .title h1 {
    font-size: 20px;
  }
}

section.pop-ups .pop-up.credibility .introduction .subtitle {
  color: #918B9C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
}

section.pop-ups .pop-up.credibility .content {
  width: 100%;
  color: var(--color-caption-text);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

section.pop-ups .pop-up.credibility .items-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

section.pop-ups .pop-up.credibility .items-container .item {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  border-radius: 8px;
  border: 1px solid #1F0A33;
  background-color: #1F0A33;
}

section.pop-ups .pop-up.credibility .items-container .item .icon {
  display: flex;
  width: 32px;
  height: 32px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #241433;
}
section.pop-ups .pop-up.credibility .items-container .item .icon svg {
  width: 16px;
  height: 16px;
}
section.pop-ups .pop-up.credibility .items-container .item .icon svg path {
  stroke: #CFFF40;
}

section.pop-ups .pop-up.credibility .items-container .item .icon img,
section.pop-ups .pop-up.credibility .items-container .item .icon svg {
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
}

section.pop-ups .pop-up.credibility .items-container .item .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

section.pop-ups .pop-up.credibility .items-container .item .details > div {
  text-align: left;
}

section.pop-ups .pop-up.credibility .items-container .item .details .title {
  color: #CFFF40;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}

section.pop-ups .pop-up.credibility .items-container .item .details .content {
  color: var(--color-caption-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
}

@media screen and (max-width: 794px) {
  section.pop-ups .pop-up-container {
    padding: 38px 16px 16px 16px;
    gap: 16px;
  }
  section.pop-ups .pop-up.credibility .introduction .title,
  section.pop-ups .pop-up.credibility .introduction .subtitle {
    text-align: center;
  }
  section.pop-ups .pop-up.credibility {
    padding-top: 0;
    height: 100vh;
    gap: 24px;
    overflow-y: auto;
    align-items: safe center;
  }
  section.pop-ups .pop-up.credibility .pop-up-container {
    height: auto;
    overflow: visible;
    margin-top: 40px;
    padding: 40px 16px 16px 16px;
    gap: 24px;
  }
  section.pop-ups .pop-up.credibility .introduction .icon {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    padding: 0;
    background-color: #0D001A;
  }
  section.pop-ups .pop-up.credibility .introduction .icon-background {
    width: 56px;
    height: 56px;
  }
  section.pop-ups .pop-up.credibility .introduction .icon img,
  section.pop-ups .pop-up.credibility .introduction .icon svg {
    width: 32px;
    height: 32px;
  }
  section.pop-ups .pop-up.credibility .introduction .title,
  section.pop-ups .pop-up.credibility .introduction .title > * {
    font-size: 24px !important;
  }
  section.pop-ups .pop-up.credibility .introduction .subtitle,
  section.pop-ups .pop-up.credibility .introduction .subtitle > * {
    font-size: 16px !important;
  }
  section.pop-ups .pop-up.credibility .content,
  section.pop-ups .pop-up.credibility .content > * {
    font-size: 16px !important;
  }
  section.pop-ups .pop-up.credibility .items-container {
    flex-direction: column;
  }
  section.pop-ups .pop-up.credibility .items-container .item {
    width: 100%;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  section.pop-ups .pop-up.credibility .items-container .item .details .title,
  section.pop-ups .pop-up.credibility .items-container .item .details .title > * {
    font-size: 18px !important;
  }
  section.pop-ups .pop-up.credibility .items-container .item .details .content,
  section.pop-ups .pop-up.credibility .items-container .item .details .content > * {
    font-size: 14px !important;
  }
}
body:not(.credibility-pop-up) #credibility-pop-up {
  display: none;
}

@media (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu ul {
  background: #1F0A33;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.mobile-menu a {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 8px 0;
  height: 72px;
  color: #C8CACC;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.mobile-menu img {
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.7;
}

.mobile-menu .current a {
  color: #CFFF40;
}
.mobile-menu .current a img {
  opacity: 1;
}

.mega-chute-banner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  color: #FFF;
  font-family: "Lexend", sans-serif;
}

.mega-chute-banner img {
  width: auto;
}

.mega-chute-banner .area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mega-chute-banner .area-link img {
  display: none;
}

.mega-chute-banner .top {
  padding: 20px 24px;
  background: center/cover;
}

.mega-chute-banner .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
}

.mega-chute-banner h2 {
  margin-bottom: 4px;
  color: #FFF;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}

.mega-chute-banner .bottom {
  padding: 12px 24px;
  background: #1F0A33;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-chute-banner .sponsor {
  display: flex;
  align-items: center;
  gap: 0 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
}

.mega-chute-banner .button a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  color: #0D001A;
  font-family: "Lexend", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .mega-chute-banner :is(.top.responsiveness, .sponsor .title.responsiveness) {
    display: none;
  }
  .mega-chute-banner .sponsor {
    color: rgba(255, 255, 255, 0.7);
  }
}
@media (max-width: 1199px) {
  .mega-chute-banner :is(.top:not(.responsiveness), .sponsor .title:not(.responsiveness), .button span) {
    display: none;
  }
  .mega-chute-banner .top {
    padding: 14px 24px;
  }
  .mega-chute-banner h2 {
    font-size: 20px;
  }
}
body:has(.mega-chute-pop-up:not(.hide)) {
  overflow: hidden;
}

.mega-chute-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-chute-pop-up, .mega-chute-pop-up > div {
  transition: 0.3s;
}

.mega-chute-pop-up.hide, .mega-chute-pop-up > .hide {
  opacity: 0;
  visibility: hidden;
}

.mega-chute-pop-up > .hide {
  display: none;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) {
  max-width: 790px;
  margin: 0 24px;
  background: #FFF;
  border-radius: 6px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .form-container {
  display: block;
  min-height: 0;
  padding: 2rem;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .form-container h2 {
  padding-bottom: 24px;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .label {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 145%;
  padding-bottom: 8px;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) form {
  display: grid;
  gap: 24px 0;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) form input[type=email] {
  height: 48px;
  border-radius: 6px;
  font-weight: 500;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) form input[type=button] {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(265deg, #C3281E -230%, #FFCC33 130.13%);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: none;
  transition: none;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) form input[type=button]:hover {
  background: #FFCC33;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) > .content {
  display: grid;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .content > div {
  position: relative;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFF;
  font-size: 24px;
  line-height: 135%;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

:is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .tag {
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  display: flex;
  padding: 0 12px;
  align-items: center;
  gap: 0 10px;
  border-radius: 100px;
  background: linear-gradient(276deg, #C3281E -89.07%, #FFCC33 110.55%);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
}

@media (min-width: 1200px) {
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .mobile {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .desktop {
    display: none !important;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) {
    display: flex;
    flex-direction: column-reverse;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .information {
    flex: 1;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .content > div {
    padding: 1rem;
    flex-direction: row-reverse;
    align-items: flex-end;
    height: 180px;
    font-size: 20px;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .logo img {
    height: 24px;
    width: auto;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .tag {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    margin-top: 8px;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .tag img {
    width: 18px;
    aspect-ratio: 1;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .form-container {
    padding: 20px 1rem;
  }
  :is(.mega-chute-form, .mega-chute-pop-up .pop-up-container) .form-container h2 {
    font-size: 20px;
  }
}
.mega-chute-pop-up .pop-up-container > .content {
  height: 300px;
}
.mega-chute-pop-up .pop-up-container .introduction {
  align-self: center;
  padding: 0 2rem;
}
.mega-chute-pop-up .pop-up-container h2 {
  color: #FFFFFF;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}
.mega-chute-pop-up .pop-up-container .title {
  padding-bottom: 2rem;
}
.mega-chute-pop-up .pop-up-container .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(265deg, #C3281E -230%, #FFCC33 130.13%);
  font-size: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 24px;
  color: #FFF;
  transition: none;
}
.mega-chute-pop-up .pop-up-container .button a:hover {
  background: #FFCC33;
}
@media (max-width: 1199px) {
  .mega-chute-pop-up .pop-up-container > .content {
    height: auto;
  }
  .mega-chute-pop-up .pop-up-container h2 {
    font-size: 20px;
  }
  .mega-chute-pop-up .pop-up-container .title {
    padding-bottom: 24px;
  }
  .mega-chute-pop-up .pop-up-container .introduction {
    padding: 20px 1rem;
  }
}

.mega-chute-success {
  width: 100%;
  max-width: 395px;
  padding: 2rem;
  background: #FFF;
  border-radius: 6px;
  position: relative;
}

.mega-chute-success .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  filter: brightness(0) opacity(0.8);
}

.mega-chute-success .icon {
  width: 128px;
  aspect-ratio: 1;
  margin: 0 auto 24px;
  background: #179D79;
  border: 12px solid #1FC16B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-chute-success .icon img {
  width: 72px;
  aspect-ratio: 1;
}

.mega-chute-success > .content {
  display: grid;
  gap: 8px 0;
  color: #918B9C;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
  padding-bottom: 24px;
}

.mega-chute-success h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}

.mega-chute-success .back-start a {
  border-radius: 6px;
  background: linear-gradient(265deg, #C3281E -230%, #FFCC33 130.13%);
  font-size: 16px;
  line-height: 24px;
}

.mega-chute-success form input[type=button]:hover {
  background: #FFCC33;
}

@media (max-width: 575px) {
  .mega-chute-success {
    width: calc(100% - 3rem);
  }
}
.mega-chute-loading {
  width: 100%;
  max-width: 395px;
  height: 352px;
  background: #FFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mega-chute-loading img {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 575px) {
  .mega-chute-loading {
    width: calc(100% - 3rem);
  }
}
section.related-articles {
  padding: 48px 0;
  border-top: 1px solid #3A3347;
}
section.related-articles .introduction {
  padding-bottom: 24px;
}
section.related-articles .introduction h2 {
  color: #CCC;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  section.related-articles .introduction h2 {
    font-size: 28px;
  }
}
section.related-articles .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
}
section.related-articles .cards .card {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1199px) {
  section.related-articles .cards {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  section.related-articles .cards > div {
    padding-bottom: 16px;
    border-bottom: 1px solid #3A3347;
  }
  section.related-articles .cards > div:not(:first-child) .wrapper {
    display: flex;
    flex-direction: row;
    gap: 0 12px;
    align-items: center;
  }
  section.related-articles .cards > div:not(:first-child) .top {
    height: auto;
    margin-bottom: 0;
    width: 80px;
    min-width: 80px;
    aspect-ratio: 1;
  }
  section.related-articles .cards > div:not(:first-child) .title {
    flex: 1;
  }
}

section.featured {
  padding: 48px 0;
}
section.featured .cards {
  display: grid;
  grid-template-columns: minmax(0, 50fr) minmax(0, 25fr) minmax(0, 25fr);
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}
section.featured .scroll-bars {
  position: absolute;
  bottom: 24px;
  left: 50%;
  translate: -50% 0;
  display: flex;
  gap: 0 8px;
}
section.featured .scroll-bars > div {
  width: 65px;
  height: 5px;
  border-radius: 15px;
  background: #FFF;
}
section.featured .scroll-bars > div.active {
  background: #CFFF40;
}
@media (min-width: 1200px) {
  section.featured .scroll-bars {
    display: none;
  }
}
@media (max-width: 1199px) {
  section.featured {
    padding: 0 0 24px;
  }
  section.featured .container {
    position: relative;
  }
  section.featured .cards {
    display: flex;
    overflow: auto;
    gap: 0;
    scroll-snap-type: x mandatory;
    border-radius: 12px;
  }
  section.featured .cards > div {
    scroll-snap-align: center;
  }
}

.article.vertical.medium {
  background: #070308;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 8px;
  overflow: hidden;
}
.article.vertical.medium:first-child {
  grid-row: span 2;
}
.article.vertical.medium .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.article.vertical.medium .wrapper {
  background: linear-gradient(180deg, rgba(7, 3, 8, 0) 27%, rgba(7, 3, 8, 0.54) 88%, rgba(7, 3, 8, 0.6) 100%);
  padding: 24px;
  position: relative;
}
.article.vertical.medium .excerpt {
  max-height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #C8CACC;
  margin-top: 8px;
}
.article.vertical.medium .area-link {
  z-index: 1;
}
@media (min-width: 1200px) {
  .article.vertical.medium:hover .background {
    scale: 1.1;
  }
}
@media (max-width: 1199px) {
  .article.vertical.medium {
    width: 100%;
    flex: 0 0 100%;
    border-radius: 0;
    height: 450px !important;
    font-family: "Saira Extra Condensed", sans-serif;
    font-size: 28px;
    font-weight: 600;
  }
  .article.vertical.medium .wrapper {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199px) {
  .homepage-template section.featured {
    padding: 24px 0;
  }
}
.homepage-template .article.vertical.medium .background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7, 3, 8, 0) 10%, rgba(7, 3, 8, 0.6) 70%, rgba(7, 3, 8, 0.8) 100%);
}
.homepage-template .article.vertical.medium .wrapper {
  background: none;
}
@media (min-width: 1200px) {
  .homepage-template .article.vertical.medium:not(:first-child) .background::after {
    background: linear-gradient(180deg, rgba(7, 3, 8, 0) 0%, rgba(7, 3, 8, 0.6) 40%, rgba(7, 3, 8, 0.85) 100%);
  }
}
@media (max-width: 1199px) {
  .homepage-template .article.vertical.medium .background::after {
    background: linear-gradient(180deg, rgba(7, 3, 8, 0) 0%, rgba(7, 3, 8, 0.65) 55%, rgba(7, 3, 8, 0.85) 100%);
  }
}

main > section.not-recommended .container > .bottom {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
main > section.not-recommended .container > .bottom .label {
  flex: 1;
}
main > section.not-recommended .container > .bottom h3 {
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}
main > section.not-recommended .container > .bottom .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  gap: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  background: #CFFF40;
  color: #0D001A;
  border: 1px solid transparent;
}
main > section.not-recommended .container > .bottom .button a:hover {
  border-color: #CFFF40;
  color: #CFFF40;
  background: #1F0A33;
}
main > section.not-recommended .introduction {
  display: flex;
  align-items: center;
  gap: 0 24px;
  padding: 24px 32px;
  border-radius: 12px;
  background: #1F0A33;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  color: #CCC;
}
main > section.not-recommended .introduction .column {
  flex: 1;
}
main > section.not-recommended .introduction .column .title > * {
  color: #FFFFFF;
  font-weight: 600;
}
main > section.not-recommended .introduction .icon img {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0D001A;
  padding: 0 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
main > section.not-recommended.status-not-recommended .introduction {
  background: #320001;
}
main > section.not-recommended.status-not-recommended .introduction .icon img {
  background: #E51C29;
}
main > section.not-recommended .cards {
  display: flex;
  gap: 0 24px;
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #3A3347;
}
main > section.not-recommended .cards > div {
  flex: 1;
}
@media (max-width: 1199px) {
  main > section.not-recommended .container {
    border-radius: 0;
    border-width: 1px 0;
  }
  main > section.not-recommended .container > .bottom {
    padding: 24px;
    flex-direction: column;
    gap: 16px 0;
    align-items: stretch;
    text-align: center;
  }
  main > section.not-recommended .introduction {
    padding: 24px;
    gap: 16px;
    align-items: flex-start;
  }
  main > section.not-recommended .introduction .icon img {
    width: 48px;
    padding: 0 14px;
  }
  main > section.not-recommended .introduction .column .title span {
    font-size: 18px;
  }
  main > section.not-recommended .cards {
    flex-direction: column;
    gap: 16px 0;
  }
}
@media (max-width: 767px) {
  main > section.not-recommended .introduction {
    flex-direction: column;
  }
}

.homepage-template section.news .introduction,
.homepage-template section.sportsbooks .introduction,
.homepage-template section.tips .introduction,
.homepage-template section.reviews .introduction,
.homepage-template section.guides .introduction,
.homepage-template section.casinos .introduction {
  padding-bottom: 24px;
  display: flex;
  align-items: flex-end;
}
.homepage-template section.news .introduction .title,
.homepage-template section.sportsbooks .introduction .title,
.homepage-template section.tips .introduction .title,
.homepage-template section.reviews .introduction .title,
.homepage-template section.guides .introduction .title,
.homepage-template section.casinos .introduction .title {
  padding-bottom: 0;
  flex: 1;
}
.homepage-template section.news .introduction h2,
.homepage-template section.sportsbooks .introduction h2,
.homepage-template section.tips .introduction h2,
.homepage-template section.reviews .introduction h2,
.homepage-template section.guides .introduction h2,
.homepage-template section.casinos .introduction h2 {
  color: #CCC;
  font-family: "Saira Extra Condensed", sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .homepage-template section.news .introduction h2,
  .homepage-template section.sportsbooks .introduction h2,
  .homepage-template section.tips .introduction h2,
  .homepage-template section.reviews .introduction h2,
  .homepage-template section.guides .introduction h2,
  .homepage-template section.casinos .introduction h2 {
    font-size: 28px;
  }
}
.homepage-template section.news .introduction .button a,
.homepage-template section.sportsbooks .introduction .button a,
.homepage-template section.tips .introduction .button a,
.homepage-template section.reviews .introduction .button a,
.homepage-template section.guides .introduction .button a,
.homepage-template section.casinos .introduction .button a {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.homepage-template section.news .introduction .button a img,
.homepage-template section.sportsbooks .introduction .button a img,
.homepage-template section.tips .introduction .button a img,
.homepage-template section.reviews .introduction .button a img,
.homepage-template section.guides .introduction .button a img,
.homepage-template section.casinos .introduction .button a img {
  transition: none;
  filter: brightness(0) invert(1);
}
.homepage-template section.news .introduction .button a:hover,
.homepage-template section.sportsbooks .introduction .button a:hover,
.homepage-template section.tips .introduction .button a:hover,
.homepage-template section.reviews .introduction .button a:hover,
.homepage-template section.guides .introduction .button a:hover,
.homepage-template section.casinos .introduction .button a:hover {
  color: #CFFF40;
}
.homepage-template section.news .introduction .button a:hover img,
.homepage-template section.sportsbooks .introduction .button a:hover img,
.homepage-template section.tips .introduction .button a:hover img,
.homepage-template section.reviews .introduction .button a:hover img,
.homepage-template section.guides .introduction .button a:hover img,
.homepage-template section.casinos .introduction .button a:hover img {
  filter: none;
}
@media (max-width: 767px) {
  .homepage-template section.news .introduction .button,
  .homepage-template section.sportsbooks .introduction .button,
  .homepage-template section.tips .introduction .button,
  .homepage-template section.reviews .introduction .button,
  .homepage-template section.guides .introduction .button,
  .homepage-template section.casinos .introduction .button {
    display: none;
  }
}
.homepage-template section.news .cards,
.homepage-template section.sportsbooks .cards,
.homepage-template section.tips .cards,
.homepage-template section.reviews .cards,
.homepage-template section.guides .cards,
.homepage-template section.casinos .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 24px;
}
.homepage-template section.news .cards .card,
.homepage-template section.sportsbooks .cards .card,
.homepage-template section.tips .cards .card,
.homepage-template section.reviews .cards .card,
.homepage-template section.guides .cards .card,
.homepage-template section.casinos .cards .card {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}
.homepage-template section.news .cards.column-3,
.homepage-template section.sportsbooks .cards.column-3,
.homepage-template section.tips .cards.column-3,
.homepage-template section.reviews .cards.column-3,
.homepage-template section.guides .cards.column-3,
.homepage-template section.casinos .cards.column-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.homepage-template section.news .cards.column-3 .bottom > .buttons,
.homepage-template section.news .cards.column-3 .bottom,
.homepage-template section.sportsbooks .cards.column-3 .bottom > .buttons,
.homepage-template section.sportsbooks .cards.column-3 .bottom,
.homepage-template section.tips .cards.column-3 .bottom > .buttons,
.homepage-template section.tips .cards.column-3 .bottom,
.homepage-template section.reviews .cards.column-3 .bottom > .buttons,
.homepage-template section.reviews .cards.column-3 .bottom,
.homepage-template section.guides .cards.column-3 .bottom > .buttons,
.homepage-template section.guides .cards.column-3 .bottom,
.homepage-template section.casinos .cards.column-3 .bottom > .buttons,
.homepage-template section.casinos .cards.column-3 .bottom {
  grid-template-columns: 190px 1fr;
}
.homepage-template section.news .cards.column-3 .bottom > .buttons .review,
.homepage-template section.news .cards.column-3 .bottom .review,
.homepage-template section.sportsbooks .cards.column-3 .bottom > .buttons .review,
.homepage-template section.sportsbooks .cards.column-3 .bottom .review,
.homepage-template section.tips .cards.column-3 .bottom > .buttons .review,
.homepage-template section.tips .cards.column-3 .bottom .review,
.homepage-template section.reviews .cards.column-3 .bottom > .buttons .review,
.homepage-template section.reviews .cards.column-3 .bottom .review,
.homepage-template section.guides .cards.column-3 .bottom > .buttons .review,
.homepage-template section.guides .cards.column-3 .bottom .review,
.homepage-template section.casinos .cards.column-3 .bottom > .buttons .review,
.homepage-template section.casinos .cards.column-3 .bottom .review {
  z-index: 10;
}
.homepage-template section.tips .cards,
.homepage-template section.reviews .cards,
.homepage-template section.guides .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 24px;
}
.homepage-template section.news .cards {
  gap: 16px;
}
@media (max-width: 1199px) {
  .homepage-template section.sportsbooks .cards {
    display: flex;
    flex-direction: column;
    gap: 35px 0;
  }
}
@media (max-width: 1199px) {
  .homepage-template section.news .cards {
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }
  .homepage-template section.news .cards > div {
    padding-bottom: 16px;
    border-bottom: 1px solid #3A3347;
  }
  .homepage-template section.news .cards > div:first-child .wrapper {
    flex-direction: column;
    gap: 12px 0;
  }
  .homepage-template section.news .cards > div:first-child .left {
    flex: none;
    width: 100%;
    height: 160px;
  }
  .homepage-template section.news .cards > div:not(:first-child) .left {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
  .homepage-template section.news .cards > div:not(:first-child) .right {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .homepage-template section.tips .cards,
  .homepage-template section.reviews .cards,
  .homepage-template section.guides .cards {
    display: flex !important;
    flex-direction: column;
    gap: 16px 0;
  }
  .homepage-template section.tips .cards > div,
  .homepage-template section.reviews .cards > div,
  .homepage-template section.guides .cards > div {
    padding-bottom: 16px;
    border-bottom: 1px solid #3A3347;
  }
  .homepage-template section.tips .cards > div:not(:first-child) .wrapper,
  .homepage-template section.reviews .cards > div:not(:first-child) .wrapper,
  .homepage-template section.guides .cards > div:not(:first-child) .wrapper {
    display: flex;
    flex-direction: row;
    gap: 0 12px;
    align-items: center;
  }
  .homepage-template section.tips .cards > div:not(:first-child) .top,
  .homepage-template section.reviews .cards > div:not(:first-child) .top,
  .homepage-template section.guides .cards > div:not(:first-child) .top {
    height: auto;
    margin-bottom: 0;
    width: 80px;
    min-width: 80px;
    aspect-ratio: 1;
  }
  .homepage-template section.tips .cards > div:not(:first-child) .title,
  .homepage-template section.reviews .cards > div:not(:first-child) .title,
  .homepage-template section.guides .cards > div:not(:first-child) .title {
    flex: 1;
  }
}

.event.table.moneyline.odds {
  padding: 0;
  background: none;
  border: 1px solid #3A3347;
  border-radius: 8px;
}
.event.table.moneyline.odds tr,
.event.table.moneyline.odds th {
  border-top: 0;
}
.event.table.moneyline.odds th,
.event.table.moneyline.odds td {
  padding: 0;
}
.event.table.moneyline.odds table,
.event.table.moneyline.odds table * {
  display: block;
}
.event.table.moneyline.odds tr {
  display: grid;
  grid-template-columns: 1fr repeat(3, 92px);
  gap: 0 8px;
  align-items: center;
  padding: 16px 24px;
}
.event.table.moneyline.odds tbody tr {
  border-top: 1px solid #3A3347;
}
.event.table.moneyline.odds th {
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #FFFFFF;
}
.event.table.moneyline.odds th:nth-child(n+2) {
  text-align: center;
}
.event.table.moneyline.odds .sportsbook div {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.15;
  color: #C8CACC;
}
.event.table.moneyline.odds .sportsbook div span {
  flex: 1;
}
.event.table.moneyline.odds .sportsbook div p {
  flex: 1;
  padding-bottom: 0;
}
.event.table.moneyline.odds .sportsbook div img {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 4px;
  background: #1F0A33;
}
.event.table.moneyline.odds .button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border: 1px solid #3A3347;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #CFFF40;
}
.event.table.moneyline.odds .button a {
  text-decoration: none;
  color: inherit;
  transition: none;
  font-weight: inherit;
  display: flex;
  gap: 8px;
}
.event.table.moneyline.odds .button p {
  padding-bottom: 0;
}
.event.table.moneyline.odds .button:hover {
  border-color: #CFFF40;
}
.event.table.moneyline.odds .best .button {
  background: #241433;
}
.event.table.moneyline.odds td.block {
  grid-column: span 3;
  height: 40px;
  border-radius: 4px;
  background: #1F0A33;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .event.table.moneyline.odds tr {
    padding: 16px;
    grid-template-columns: 1fr repeat(3, 64px);
  }
  .event.table.moneyline.odds .sportsbook div {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 8px 0;
  }
}

.event.table.lineup {
  border: 1px solid #1F0A33;
  border-radius: 8px;
  padding-bottom: 0;
}
.event.table.lineup .introduction {
  padding: 24px 0;
  border-bottom: 1px solid #1F0A33;
  gap: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
}
.event.table.lineup .introduction figure {
  gap: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.event.table.lineup .introduction img {
  width: 16px;
  aspect-ratio: 1;
}
.event.table.lineup .introduction h3 {
  font: inherit;
}
.event.table.lineup .summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 24px;
  padding: 24px;
}
.event.table.lineup .squad {
  font-weight: 600;
  font-size: 10px;
  line-height: 135%;
  text-align: center;
  color: #C8CACC;
  width: 336px;
  height: 369px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.event.table.lineup .squad .players {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.event.table.lineup .squad .players > div {
  flex: 1;
}
.event.table.lineup .squad .number {
  width: 40px;
  aspect-ratio: 1;
  margin: 0 auto 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
  color: #FFF;
}
.event.table.lineup .info {
  display: flex;
  flex-direction: column;
  gap: 32px 0;
  color: #C8CACC;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.15;
}
.event.table.lineup .info h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.15;
  padding-bottom: 8px;
}
.event.table.lineup .info .suspended .players, .event.table.lineup .info .hanging .players {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.event.table.lineup .info .suspended .players:has(.player), .event.table.lineup .info .hanging .players:has(.player) {
  position: relative;
}
.event.table.lineup .info .suspended .players:has(.player)::after, .event.table.lineup .info .hanging .players:has(.player)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1F0A33;
}
.event.table.lineup .info .suspended .players:not(:has(.player)), .event.table.lineup .info .hanging .players:not(:has(.player)) {
  color: #918B9C;
  font-size: 12px;
  line-height: 135%;
}
.event.table.lineup .info .suspended .player, .event.table.lineup .info .hanging .player {
  display: flex;
  gap: 0 4px;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #1F0A33;
}
.event.table.lineup .info .suspended .player .number, .event.table.lineup .info .hanging .player .number {
  font-weight: 700;
  flex: 0 0 20px;
  width: 20px;
}
.event.table.lineup .info .suspended .player .name, .event.table.lineup .info .hanging .player .name {
  flex: 1;
}
.event.table.lineup .info .suspended .player:nth-child(even), .event.table.lineup .info .hanging .player:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}
@media (max-width: 767px) {
  .event.table.lineup .summary {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    padding: 20px 16px;
  }
  .event.table.lineup .squad {
    align-self: center;
    max-width: 295px;
    padding: 20px 0;
    background-image: url(https://apostas.gazetaesportiva.com/static/wp/field-mobile.svg) !important;
  }
}

section.content :has(.no-number) .event.table.lineup .info .number {
  display: none;
}
section.content :has(.no-number) .event.table.lineup .number span {
  display: none;
}

.search-archive-template section.main {
  padding: 48px 0 72px !important;
}
.search-archive-template section.main .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 72px;
}
.search-archive-template section.main .info .title > * {
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  color: #CCC;
}
.search-archive-template section.main .info .query {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #FFFFFF;
  margin-top: 8px;
}
.search-archive-template section.main .cpt-tabs {
  display: flex;
  gap: 12px;
  padding: 4px;
}
.search-archive-template section.main .cpt-tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 80px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #CFFF40;
  text-transform: uppercase;
  border: 1px solid #3A3347;
  cursor: pointer;
}
.search-archive-template section.main .cpt-tabs .tab:hover {
  border-color: #CFFF40;
}
.search-archive-template section.main .cpt-tabs .tab.active {
  cursor: auto;
  background: #CFFF40;
  border-color: #CFFF40;
  color: #0D001A;
}
.search-archive-template section.main .no-results {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.search-archive-template section.main .no-results .title > * {
  font-family: "Lexend", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
.search-archive-template section.main .no-results .content {
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .search-archive-template section.main .results-wrapper > .pagination .pagination {
    margin: 0;
  }
  .search-archive-template section.main .no-results > div {
    max-width: 440px;
  }
}
@media (max-width: 1199px) {
  .search-archive-template section.main {
    padding: 24px 0 40px;
  }
  .search-archive-template section.main .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 48px;
  }
  .search-archive-template section.main .info .query {
    font-size: 24px;
  }
  .search-archive-template section.main .cpt-tabs {
    overflow-x: auto;
    max-width: 100%;
    gap: 8px;
  }
  .search-archive-template section.main .cpt-tabs .tab {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .search-archive-template section.main .info .query {
    font-size: 20px;
  }
}

.cards-structure .cards {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}
@media (max-width: 1199px) {
  .cards-structure .cards {
    gap: 16px 0;
  }
}

.cards-structure .no-results .options-cards {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.cards-structure .no-results .options-cards .title {
  font-family: "Lexend", sans-serif;
  line-height: 120%;
}
.cards-structure .no-results > .introduction {
  margin-bottom: 32px;
  padding: 20px;
  border-radius: 4px;
  background: #1F0A33;
  text-align: center;
}
.cards-structure .no-results > .introduction .icon img {
  margin: 0 auto 16px;
  padding: 0 12px;
  width: 48px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #0D001A;
  -o-object-fit: contain;
  object-fit: contain;
}
.cards-structure .no-results > .introduction .title {
  padding-bottom: 4px;
}
.cards-structure .no-results > .introduction {
  font-family: "Lexend", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 120%;
  color: #FFFFFF;
}
.cards-structure .no-results > .introduction .content {
  color: #C8CACC;
  font-size: 12px;
  line-height: 135%;
}

.filters {
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters > .left {
  display: flex;
  gap: 4px;
  padding: 4px;
  border-radius: 12px;
  background: #1F0A33;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  color: #CCC;
}
.filters > .left .filter {
  line-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
}
.filters > .left .filter:hover, .filters > .left .filter.active {
  background: #0D001A;
}
.filters > .right {
  display: flex;
  gap: 0 8px;
  align-items: center;
}
.filters .search .input {
  width: 320px;
  height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #1F0A33;
  transition: 0.3s;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 8px;
}
.filters .search .input input {
  align-self: stretch;
  font-weight: 500;
  font-size: 14px;
  line-height: 145%;
  color: #FFFFFF;
}
.filters .search .input input::-moz-placeholder {
  color: #CCC;
}
.filters .search .input input::placeholder {
  color: #CCC;
}
.filters .search .input:has(input:focus, input:hover) {
  border-color: #CFFF40;
  box-shadow: 0 0 2px #241433;
}
.filters .search .input:has(input:focus, input:hover) input::-moz-placeholder {
  opacity: 1;
}
.filters .search .input:has(input:focus, input:hover) input::placeholder {
  opacity: 1;
}
.filters .order .toggle > div {
  padding: 0 12px 0 12px !important;
}
.filters .toggle > div {
  height: 44px;
  padding: 0 16px 0 12px;
  border-radius: 8px;
  border: 1px solid #1F0A33;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 0 8px;
  flex-direction: row-reverse;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.filters .toggle > div img {
  transition: none;
}
.filters .toggle > div:hover {
  border-color: #CFFF40;
  color: #CFFF40;
}
.filters .toggle > div:hover img {
  filter: invert(13%) sepia(90%) saturate(4752%) hue-rotate(176deg) brightness(97%) contrast(104%);
}
.filters .toggle > div.active {
  display: none;
  flex-direction: row;
  color: #CFFF40;
  border-color: #CFFF40;
  background: #241433;
  padding: 0 12px;
}
.filters .toggle > div.active .title div {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
}
.filters .toggle > div.active .close {
  z-index: 5;
}
.filters .toggle > div.active img {
  filter: invert(13%) sepia(90%) saturate(4752%) hue-rotate(176deg) brightness(97%) contrast(104%);
}
.filters .toggle > div.active .number {
  display: none;
}
.filters .toggle.active > div:not(.active) {
  display: none;
}
.filters .toggle.active > div.active {
  display: flex;
}
@media (min-width: 1200px) {
  .filters .order.responsiveness {
    display: none;
  }
}
@media (max-width: 1199px) {
  .filters {
    display: block;
    padding-bottom: 16px;
  }
  .filters > .left {
    display: none;
  }
  .filters > .right {
    display: grid;
    grid-template-columns: 1fr auto auto;
  }
  .filters .search .input {
    width: auto;
  }
  .filters .toggle > div {
    width: 44px;
    padding: 0;
    justify-content: center;
  }
  .filters .toggle > div > span,
  .filters .toggle > div .title span {
    display: none;
  }
  .filters .toggle > div.active {
    position: relative;
    padding: 0;
  }
  .filters .toggle > div.active .close {
    display: none;
  }
  .filters .toggle > div.active .number {
    position: absolute;
    top: 7px;
    right: 4px;
    display: block;
    width: 14px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #241433;
    background: #CFFF40;
    color: #FFF;
    font-weight: 500;
    font-size: 9px;
    line-height: 100%;
  }
}

@media (max-width: 575px) {
  body:has(.advanced-filters.opened, .order.opened) {
    overflow: hidden;
  }
}
body:has(.advanced-filters.opened, .order.opened)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
}

.advanced-filters:not(.opened) .toolbar {
  display: none !important;
}

.order.responsiveness:not(.opened) .toolbar {
  display: none !important;
}

.filters .advanced-filters .toolbar {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 15;
  border-radius: 8px;
  background: #1F0A33;
  width: 375px;
  height: calc(100vh - 40px);
  overflow: auto;
}
@media (max-width: 575px) {
  .filters .advanced-filters .toolbar {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.filters .advanced-filters .toolbar > .top,
.filters .advanced-filters .toolbar .middle > div {
  border-bottom: 1px solid rgba(58, 51, 71, 0.2);
}
.filters .advanced-filters .toolbar > .top,
.filters .advanced-filters .toolbar .middle > div:not(.opened) .items,
.filters .advanced-filters .toolbar > .top,
.filters .advanced-filters .toolbar .middle > div:not(.opened) .bottom {
  display: none;
}
.filters .advanced-filters .toolbar .close,
.filters .advanced-filters .toolbar .toggle {
  cursor: pointer;
}
.filters .advanced-filters .toolbar .close img,
.filters .advanced-filters .toolbar .toggle img {
  width: 20px;
  aspect-ratio: 1;
}
.filters .advanced-filters .toolbar > .top .handle,
.filters .advanced-filters .toolbar .middle > div.opened .handle {
  position: relative;
  width: 100%;
  height: 20px;
}
.filters .advanced-filters .toolbar > .top .handle .overlay,
.filters .advanced-filters .toolbar .middle > div.opened .handle .overlay {
  position: absolute;
  bottom: 2px;
  left: 7px;
  width: calc(100% - 14px);
  height: 6px;
  background-color: #CFFF40;
}
.filters .advanced-filters .toolbar > .top .handle input[type=range],
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range] {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  outline: none;
}
.filters .advanced-filters .toolbar > .top .handle input[type=range],
.filters .advanced-filters .toolbar > .top .handle input[type=range]::-webkit-slider-runnable-track,
.filters .advanced-filters .toolbar > .top .handle input[type=range]::-webkit-slider-thumb,
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range],
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range]::-webkit-slider-runnable-track,
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: none;
}
.filters .advanced-filters .toolbar > .top .handle input[type=range]::-webkit-slider-runnable-track,
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range]::-webkit-slider-runnable-track {
  height: 6px;
  background: #0D001A;
}
.filters .advanced-filters .toolbar > .top .handle input[type=range]:nth-child(1)::-webkit-slider-runnable-track,
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range]:nth-child(1)::-webkit-slider-runnable-track {
  background: none;
}
.filters .advanced-filters .toolbar > .top .handle input[type=range]::-webkit-slider-thumb,
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range]::-webkit-slider-thumb {
  position: relative;
  height: 14px;
  width: 14px;
  margin-top: -6px;
  border: 2px solid #CFFF40;
  background-color: #CFFF40;
  border-radius: 25px;
  z-index: 1;
}
.filters .advanced-filters .toolbar > .top .handle input[type=range]:nth-child(1)::-webkit-slider-thumb,
.filters .advanced-filters .toolbar .middle > div.opened .handle input[type=range]:nth-child(1)::-webkit-slider-thumb {
  z-index: 2;
}
.filters .advanced-filters .toolbar > .top .toggle img,
.filters .advanced-filters .toolbar .middle > div.opened .toggle img {
  transform: rotate(180deg);
}
.filters .advanced-filters .toolbar > .top,
.filters .advanced-filters .toolbar .introduction {
  height: 64px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.filters .advanced-filters .toolbar > .top .title,
.filters .advanced-filters .toolbar .introduction .title {
  padding-bottom: 0;
}
.filters .advanced-filters .toolbar > .top .title div,
.filters .advanced-filters .toolbar .introduction .title div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 8px;
}
.filters .advanced-filters .toolbar > .top .title img,
.filters .advanced-filters .toolbar .introduction .title img {
  width: 16px;
  aspect-ratio: 1;
}
.filters .advanced-filters .toolbar > .top span,
.filters .advanced-filters .toolbar .introduction span {
  flex: 1;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
}
.filters .advanced-filters .toolbar .introduction {
  cursor: pointer;
}
.filters .advanced-filters .toolbar .introduction + .bottom {
  padding: 0 16px 18px;
}
.filters .advanced-filters .toolbar .introduction + .bottom .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
}
.filters .advanced-filters .toolbar .introduction + .bottom .value {
  color: #918B9C;
}
.filters .advanced-filters .toolbar .items {
  padding: 0 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  color: #C8CACC;
  font-size: 14px;
  line-height: 1.45;
}
.filters .advanced-filters .toolbar .item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 10px;
}
.filters .advanced-filters .toolbar label,
.filters .advanced-filters .toolbar input[type=checkbox] {
  cursor: pointer;
}
.filters .advanced-filters .toolbar input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  aspect-ratio: 1;
  border: 1px solid #918B9C;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters .advanced-filters .toolbar input[type=checkbox]:checked {
  background: #CFFF40;
  border-color: transparent;
}
.filters .advanced-filters .toolbar input[type=checkbox]::before {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  border: solid #0D001A;
  border-width: 0 0 1px 1px;
  rotate: -45deg;
  margin-top: -2px;
}
.filters .advanced-filters .toolbar .buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 8px;
  padding: 22px 16px;
}
.filters .advanced-filters .toolbar .buttons button {
  cursor: pointer;
}
.filters .advanced-filters .toolbar .submit,
.filters .advanced-filters .toolbar .clear {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  gap: 0 4px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
}
.filters .advanced-filters .toolbar .submit {
  background: #CFFF40;
  color: #0D001A;
}
.filters .advanced-filters .toolbar .submit:hover {
  border: 1px solid #3A3347;
  color: #CFFF40;
  background: #1F0A33;
}
.filters .advanced-filters .toolbar .clear {
  color: #CFFF40;
  border: 1px solid #3A3347;
}
.filters .advanced-filters .toolbar .clear:hover {
  border-color: #CFFF40;
}

@keyframes slideUp {
  from {
    translate: 0 100%;
  }
  to {
    translate: 0 0;
  }
}
.filters .order .toolbar {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  background: #1F0A33;
  border-radius: 16px 16px 0 0;
  padding: 20px 16px 32px;
  width: 100%;
  animation: slideUp 0.3s linear;
}
.filters .order .toolbar .title div {
  padding-bottom: 20px;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
}
.filters .order .toolbar .title div img {
  width: 20px;
  aspect-ratio: 1;
}
.filters .order .toolbar fieldset {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.filters .order .toolbar input {
  margin-top: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #918B9C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters .order .toolbar input::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.filters .order .toolbar input:checked {
  border-color: #CFFF40;
}
.filters .order .toolbar input:checked::before {
  background: #CFFF40;
}
.filters .order .toolbar button {
  border: 1px solid rgba(58, 51, 71, 0.2);
  border-radius: 10px;
  padding: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 12px;
  align-items: flex-start;
}
.filters .order .toolbar button.active {
  border-color: #CFFF40;
}
.filters .order .toolbar button span {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 145%;
  color: #C8CACC;
}
.filters .order .toolbar button span:first-child {
  font-weight: 600;
  color: #FFFFFF;
}

:root {
  --site-primary-color:#0D001A;
  --site-secondary-color:#CFFF40;
  --site-secondary-color-variant:#1F0A33;
  --site-secondary-color-variant-2:#1F0A33;
  --pop-up-credibility-bg-color:#0D001A;
  --pop-up-credibility-neutral-bg-color:#FFF;
  --pop-up-text-color:#FFFFFF;
  --pop-up-secondary-text-color:#918B9C;
  --pop-up-third-text-color:#FFFFFF;
  --pop-up-border-color:rgba(58, 51, 71, 0.2);
  --button-credibility-neutral-bg-color:#FFF;
  --button-credibility-text-color:#FFFFFF;
  --button-credibility-border-color:#1F0A33;
  --author-quote-border-color:rgba(58, 51, 71, 0.2);
  --author-quote-text-color:#918B9C;
  --highlight-large-success-border:#1FC16B;
  --highlight-large-success-color:#1FC16B;
  --highlight-large-success-bg:rgba(29, 187, 121, 0.1019607843);
  --highlight-large-error-border:#FA0401;
  --highlight-large-error-color:#FA0401;
  --highlight-large-error-bg:#320001;
  --highlight-large-maybe-border:#4E95FF;
  --highlight-large-maybe-color:#4E95FF;
  --highlight-large-maybe-bg:rgba(78, 149, 255, 0.1019607843);
  --highlight-mini-tip-border:#CFFF40;
  --highlight-mini-tip-color:#CFFF40;
  --highlight-mini-tip-bg:#241433;
  --highlight-mini-alert-border:#FA0401;
  --highlight-mini-alert-color:#FA0401;
  --highlight-mini-alert-bg:#320001;
  --highlight-mini-opinion-border:#CFFF40;
  --highlight-mini-opinion-color:#CFFF40;
  --highlight-mini-opinion-bg:#241433;
  --highlight-mini-note-border:#CFFF40;
  --highlight-mini-note-color:#CFFF40;
  --highlight-mini-note-bg:#241433;
  --highlight-mini-warning-border:#FFCC33;
  --highlight-mini-warning-color:#FFCC33;
  --highlight-mini-warning-bg:#FFCC331A;
  --accordion-item-border-color:rgba(58, 51, 71, 0.2);
  --accordion-item-bg-color:#0D001A;
  --accordion-question-text-color:#FFFFFF;
  --accordion-answer-text-color:#FFFFFF;
  --metadata-secondary-text-color:#918B9C ;
}

.author-quote.card.default {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 8px;
  width: 100%;
  gap: 24px;
  margin: 48px 0;
  background-color: var(--color-bg-back-lit);
  align-items: flex-start;
  border: 1px solid rgba(58, 51, 71, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .author-quote.card.default {
    padding: 16px;
  }
}

.author-quote.card.default .author-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: none;
  outline: none;
}

.author-quote.card.default .author-container .author {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.author-quote.card.default .author-container .author .avatar {
  width: 64px;
  height: 64px;
  border-radius: 80px;
  background-color: var(--color-bg-back-lit);
}
.author-quote.card.default .author-container .author .avatar .avatar-placeholder-dark.hide, .author-quote.card.default .author-container .author .avatar .avatar-placeholder-light.hide {
  display: none;
}
.author-quote.card.default .author-container .author .avatar .avatar-placeholder-dark svg, .author-quote.card.default .author-container .author .avatar .avatar-placeholder-light svg {
  width: 64px;
  height: 63px;
}

html[data-theme=dark] .author-quote.card.default .author-container .author .avatar .avatar-placeholder-dark {
  display: block;
}
@media screen and (max-width: 767px) {
  html[data-theme=dark] .author-quote.card.default .author-container .author .avatar .avatar-placeholder-dark svg {
    width: 56px;
    height: 56px;
  }
}

html[data-theme=light] .author-quote.card.default .author-container .author .avatar .avatar-placeholder-light {
  display: block;
}
@media screen and (max-width: 767px) {
  html[data-theme=light] .author-quote.card.default .author-container .author .avatar .avatar-placeholder-light svg {
    width: 56px;
    height: 56px;
  }
}

.author-quote.card.default .author-container .author .details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  align-self: stretch;
  gap: 0;
}
.author-quote.card.default .author-container .author .details .publish-count-container {
  display: flex;
  gap: 8px;
}

.author-quote.card.default .author-container .author .details .publish-count {
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-radius: 100px;
  color: var(--color-caption-text);
  border: 1px solid var(--color-border-number);
}
.author-quote.card.default .author-container .author .details .publish-count svg path {
  fill: var(--color-primary-color);
}

.author-quote.card.default .author-container .author .details:not(:has(.role)) {
  justify-content: center;
}

.author-quote.card.default .author-container .author .role {
  display: flex;
  padding: 2px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--color-caption-text);
  background-color: var(--color-bg-cards);
  border-radius: 100px;
}

.author-quote.card.default .author-container .author .name {
  color: var(--color-primary-color);
  font-size: 24px;
  line-height: 135%;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 700;
  font-family: "Saira Extra Condensed", sans-serif;
  text-transform: uppercase;
  color: #CFFF40;
}
.author-quote.card.default .author-container .author .name .approved {
  position: relative;
}
.author-quote.card.default .author-container .author .name .approved svg {
  position: absolute;
  top: 6px;
  left: 8px;
}
.author-quote.card.default .author-container .author .name .approved svg rect {
  fill: transparent;
}
@media (max-width: 767px) {
  .author-quote.card.default .author-container .author .name .approved svg {
    top: 0;
    left: 4px;
  }
}

html[data-theme=light] .author-quote.card.default .author-container .author .name .approved svg path {
  stroke: rgba(58, 51, 71, 0.2);
}

.author-quote.card.default .link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.author-quote.card.default .link a {
  color: var(--site-secondary-color);
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-decoration-line: underline;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-out;
}

.author-quote.card.default .link:hover a {
  color: var(--site-primary-color);
}

.author-quote.card.default .link:has(svg) a {
  text-decoration: none;
}

.author-quote.card.default .link svg path {
  stroke: var(--site-primary-color);
}

.author-quote.card.default .link.responsiveness {
  display: none;
}

.author-quote.card.default .bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .author-quote.card.default .bottom {
    align-items: flex-start;
  }
}

.author-quote.card.default .bottom .icon {
  width: 64px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.author-quote.card.default .bottom .icon > * {
  width: auto;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .author-quote.card.default .bottom .icon > * {
    margin-top: -5px;
  }
}

.author-quote.card.default .bottom .icon svg path {
  stroke: rgba(195, 195, 195, 0.63);
  fill: #918B9C;
}

.author-quote.card.default .bottom .quote {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-caption-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .author-quote.card.default .bottom .quote {
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .author-quote.card.default {
    margin: 40px 0;
  }
  .author-quote.card.default .link.responsiveness {
    display: flex;
  }
  .author-quote.card.default .link:not(.responsiveness) {
    display: none;
  }
  .author-quote.card.default {
    align-items: flex-start;
  }
  .author-quote.card.default .author-container .author {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .author-quote.card.default .author-container .author {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .author-quote.card.default .author-container .author .avatar {
    width: 48px !important;
    height: 48px !important;
  }
  .author-quote.card.default .author-container .author .avatar svg {
    width: 100% !important;
    height: 100% !important;
  }
  .author-quote.card.default .author-container .author .name {
    font-size: 18px;
  }
  .author-quote.card.default .author-container .author .role {
    font-size: 12px;
  }
  .author-quote.card.default .author-container .author .details {
    gap: 4px;
    position: relative;
  }
  .author-quote.card.default .bottom {
    gap: 12px;
  }
  .author-quote.card.default .bottom .icon, .author-quote.card.default .bottom .icon img {
    width: 16px;
    height: 16px;
  }
}
.highlight {
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 32px 0;
}

.highlight .title > * {
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0 !important;
}

.highlight.large > .icon, .highlight.large .item > div > img, .highlight.large .item svg {
  width: 18px;
  height: 18px;
  order: -1;
}

.highlight.large {
  padding: 16px;
}

.highlight.large:not(:has(.list)) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.highlight.large:has(.list) .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin: 8px 0;
}

.highlight.large.success {
  border-color: var(--highlight-large-success-border);
  color: var(--highlight-large-success-color);
  background-color: var(--highlight-large-success-bg);
}

.highlight.large.success .title > * {
  color: var(--highlight-large-success-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.highlight.large.success svg path {
  fill: var(--highlight-large-success-border);
}

.highlight.large.error {
  border-color: var(--highlight-large-error-border);
  color: var(--highlight-large-error-color);
  background-color: var(--highlight-large-error-bg);
}

.highlight.large.error .title > * {
  color: var(--highlight-large-error-color);
}

.highlight.large.error svg path {
  fill: var(--highlight-large-error-border);
}

.highlight.large.maybe {
  border-color: var(--highlight-large-maybe-border);
  color: var(--highlight-large-maybe-color);
  background-color: var(--highlight-large-maybe-bg);
}

.highlight.large.maybe .title > * {
  color: var(--highlight-large-maybe-color);
}

.highlight.large.maybe svg path {
  fill: var(--highlight-large-maybe-border);
}

.highlight.mini {
  padding: 4px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  display: flex;
  align-items: flex-start;
}

.highlight.mini > img, .highlight.mini > svg {
  width: 20px;
  height: 20px;
  order: -1;
}

.highlight.mini.tip {
  border-color: var(--highlight-mini-tip-border);
  color: var(--highlight-mini-tip-color);
  background-color: var(--highlight-mini-tip-bg);
}

.highlight.mini.tip svg path {
  stroke: var(--highlight-mini-tip-border);
}

.highlight.mini.opinion {
  border-color: var(--highlight-mini-opinion-border);
  color: var(--highlight-mini-opinion-color);
  background-color: var(--highlight-mini-opinion-bg);
}

.highlight.mini.opinion svg path {
  stroke: var(--highlight-mini-opinion-border);
}

.highlight.mini.note {
  border-color: var(--highlight-mini-note-border);
  color: var(--highlight-mini-note-color);
  background-color: var(--highlight-mini-note-bg);
}

.highlight.mini.note svg path {
  stroke: var(--highlight-mini-note-border);
}

.highlight.mini.warning {
  border-color: var(--highlight-mini-warning-border);
  color: var(--highlight-mini-warning-color);
  background-color: var(--highlight-mini-warning-bg);
}

.highlight.mini.warning svg path {
  fill: var(--highlight-mini-warning-border);
}

.highlight.mini.alert {
  border-color: var(--highlight-mini-alert-border);
  color: var(--highlight-mini-alert-color);
  background-color: var(--highlight-mini-alert-bg);
}

.highlight.mini.alert svg path {
  stroke: var(--highlight-mini-alert-border);
}

@media screen and (max-width: 767px) {
  .highlight.mini {
    margin: 16px 0;
  }
}
.accordion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 48px 0;
}

.accordion > .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 135%;
  letter-spacing: -0.02em;
  color: #FFF;
}

.accordion > .top > * {
  margin-bottom: 0px !important;
}

.accordion > .items-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.accordion.spaced > .items-container {
  gap: 16px;
}

.accordion > .items-container .item-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 1px solid var(--accordion-item-border-color);
  width: 100%;
  transition: all 0.2s ease-out;
  background-color: var(--accordion-item-bg-color);
}

.accordion > .items-container .item-card > div {
  width: 100%;
}

.accordion.spaced > .items-container .item-card {
  border-radius: 4px;
}

.accordion > .items-container .item-card:not(.open) .answer {
  visibility: hidden;
  height: 0;
  padding: 0;
  opacity: 0;
  line-height: 0%;
}

.accordion > .items-container .item-card:not(.open) .question {
  border: none;
}

.accordion > .items-container .item-card .question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 16px 12px;
  border-bottom: 1px solid var(--accordion-item-border-color);
}
.accordion > .items-container .item-card .question h1, .accordion > .items-container .item-card .question h2, .accordion > .items-container .item-card .question h3, .accordion > .items-container .item-card .question h4, .accordion > .items-container .item-card .question h5, .accordion > .items-container .item-card .question h6 {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  color: rgba(40, 40, 40, 0.85);
}

.accordion > .items-container .item-card .question > :first-child {
  margin-bottom: 0;
  padding: 0;
  color: var(--accordion-question-text-color);
}

.accordion > .items-container .item-card .toggle {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion > .items-container .item-card .toggle svg {
  transform: rotate(-90deg);
  transition: all 0.2s ease-out;
}
.accordion > .items-container .item-card .toggle svg path {
  stroke: #CFFF40;
}

.accordion > .items-container .item-card.open .toggle svg {
  width: 20px;
  height: 20px;
}

.accordion > .items-container .item-card.open .toggle svg {
  transform: rotate(0deg);
}

.accordion > .items-container .item-card .answer {
  padding: 24px;
  color: var(--accordion-answer-text-color);
  transition: all 0.2s ease-out;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .accordion > .items-container .item-card > div h1, .accordion > .items-container .item-card > div h2, .accordion > .items-container .item-card > div h3, .accordion > .items-container .item-card > div h4, .accordion > .items-container .item-card > div h5, .accordion > .items-container .item-card > div h6 {
    font-size: 18px;
  }
}
.button-credibility {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  height: 48px;
  border: 1px solid rgba(139, 136, 136, 0.2);
  border-radius: 4px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .button-credibility {
    justify-content: space-between;
  }
}
.button-credibility .title {
  margin: 0;
  padding: 0;
  color: #CFFF40;
}
.button-credibility .title span {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  text-transform: uppercase;
}
.button-credibility .icon {
  width: 20px;
  height: 20px;
}
.button-credibility .icon svg {
  margin-top: 2px;
  width: 20px;
  height: 20px;
}
.button-credibility .icon svg path {
  stroke: #CFFF40;
}
.button-credibility .icon::before {
  display: none;
}
.button-credibility:hover {
  transition: all;
  transition-duration: 0.2s;
  border: 1px solid #CFFF40;
}

.voting-manager > div {
  min-height: 328px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.voting-manager .error:empty {
  display: none !important;
}
.voting-manager .error:not(:empty) {
  display: block;
  margin: -4px 0 8px;
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid #E51C29;
  color: #E51C29;
  text-align: center;
  font-size: 12px;
  line-height: 135%;
}
.voting-manager .answers {
  flex: 1;
}
.voting-manager .hide {
  display: none !important;
}
.voting-manager .image img {
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 4px;
}
.voting-manager .image .caption {
  display: block;
  padding-bottom: 8px;
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  line-height: 140%;
}
.voting-manager .question {
  padding-bottom: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.voting-manager .question:has(+ .options) {
  padding-bottom: 24px;
}
.voting-manager .options {
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  gap: 16px 0;
}
.voting-manager .options .label {
  padding-bottom: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
.voting-manager .options .stat {
  display: flex;
  align-items: center;
  gap: 0 16px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.voting-manager .options .bar {
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(90deg, #4E95FF 0%, #4E95FF 100%);
}
.voting-manager .voting-back,
.voting-manager .voting-tips a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  transition: 0.3s;
  margin-top: 24px;
  cursor: pointer;
  color: #CFFF40;
  border: 1px solid #3A3347;
}
.voting-manager .voting-back:hover,
.voting-manager .voting-tips a:hover {
  border-color: #CFFF40;
}
@media (min-width: 1200px) {
  .voting-manager .voting-back,
  .voting-manager .voting-tips a {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.form.voting {
  height: 100%;
}
.form.voting form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.form.voting .answer {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding-bottom: 12px;
}
.form.voting .answer > div {
  height: 26px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8px;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 125%;
  transition: 0.3s;
  cursor: pointer;
}
.form.voting .answer > div:has(input:hover) {
  color: #CFFF40;
}
.form.voting .answer .label {
  flex: 1;
}
.form.voting input[type=radio] {
  width: 16px;
  aspect-ratio: 1;
  cursor: pointer;
  accent-color: #9C5D54;
}
.form.voting .buttons {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 8px;
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .form.voting .buttons {
    display: flex;
    align-items: center;
  }
}
.form.voting .submit,
.form.voting .show-results {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.form.voting .submit {
  background: #CFFF40;
  color: #0D001A;
}
.form.voting .submit:hover {
  color: #CFFF40;
  background: #1F0A33;
  border-color: #3A3347;
}
.form.voting .show-results {
  color: #CFFF40;
  border-color: #3A3347;
}
.form.voting .show-results:hover {
  border-color: #CFFF40;
}

@keyframes slideUp {
  from {
    translate: 0 100%;
  }
  to {
    translate: 0 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}