@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,500,500i,600,600i,700,700i&display=swap';
@import 'https://fonts.googleapis.com/css?family=Inter:400,400i,500,500i,600,600i,700,700i&display=swap';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,600,600i,700,700i&display=swap';

* {
  padding: 0;
  margin: 0;
  border: 0;
  background: center/cover
}

html {
  position: relative
}

body {
  font-family: 'Open Sans', 'Tahoma';
  font-size: 16px;
  line-height: 28px;
  color: #1a1a17
}

.area-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.card,
.horizontal,
.vertical {
  position: relative
}

.card.hide,
.horizontal.hide,
.vertical.hide {
  display: none !important
}

a {
  text-decoration: none;
  color: inherit;
  transition: .3s;
  position: relative
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  transition: .3s
}

iframe {
  display: block;
  width: 100%
}

/*  */

.h_iframe {
  position: relative;
  padding-bottom: 100%;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1rem);
  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;
  table-layout: auto
}

ul,
ol {
  list-style: none
}

input,
textarea,
select,
button {
  font-family: inherit;
  color: inherit;
  font-size: 1em;
  transition: .3s;
  display: block
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s
}

*:focus {
  outline: none
}

*::placeholder {
  color: inherit;
  opacity: .5
}

.button {
  transition: .3s;
  position: relative
}

input[type=button],
input[type=submit],
button,
.button,
.close {
  cursor: pointer
}

h1 {
  font-size: 34px;
  line-height: 46px
}

h2 {
  font-size: 28px;
  line-height: 38px
}

h3 {
  font-size: 19px;
  line-height: 26px
}

.content-block a {
  font-weight: 700;
  color: #d99816
}

.content-block a:hover {
  color: #808079;
  text-decoration: underline
}

main > section.hero a,
main > section.sportsbook a,
main section.post a,
main div.sportsbooks-info a {
  font-weight: 700;
  color: #d99816
}

main > section.sportsbook .sportsbook-name a {
  color: inherit;
}

main > section.hero a:hover,
main > section.sportsbook a:hover,
main section.post a:hover,
main div.sportsbooks-info *:not(.donation-link) > a:hover {
  color: #808079;
  text-decoration: underline
}

main .donation-link a:hover {
  box-shadow: 0 0 8px 0 #d99816;
}

main,
main > section:not(:last-child) {
  padding-bottom: 40px
}

.content > *:not(:last-child),
.content-block > *:not(:last-child):not(.h_iframe) {
  margin-bottom: 24px;
}

.content-block:not(:last-child) {
  padding-bottom: 33px
}

.col-xl-8 > *:not(:last-child) {
  padding-bottom: 40px
}

.col-xl-8 > * > .introduction:not(:last-child),
.col-xl-8 > * > .cards:not(:last-child),
.col-xl-8 > * > .title:not(:last-child) {
  padding-bottom: 26px
}

.col-xl-8 > * > .introduction .title:not(:last-child) {
  padding-bottom: 23px
}

div.content ol,
.content-block ol {
  padding-left: 24px;
  list-style: decimal
}

div.content ul li,
.content-block ul li {
  padding-left: 24px;
  position: relative
}

div.content ul li::before,
.content-block ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #555;
  border-radius: 50%
}

div.content li:not(:last-child),
.content-block li:not(:last-child) {
  padding-bottom: 8px
}

div.content li img,
.content-block li img,
.content-block p img {
  width: 100%
}

*:is(.content, .content-block) tr:nth-child(even) {
  background: #eee
}

*:is(.content, .content-block) th {
  text-align: left
}

*:is(.content, .content-block) th,
*:is(.content, .content-block) td {
  padding: 10px 1rem
}

@media (max-width: 767px) {
  *:is(.content, .content-block) table {
    display: block;
    overflow: auto;
  }
}

@media (min-width: 1250px) {
  .container {
    max-width: 1250px
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 24px;
    line-height: normal
  }

  h2 {
    font-size: 20px;
    line-height: normal
  }

  .content-block p {
    text-align: justify
  }
}

.hero {
  background: #f5f5f5;
  padding: 40px 0;
  margin-bottom: 40px
}

.hero h1 {
  padding-bottom: 10px
}

.hero .meta-data {
  font-size: 13px;
  line-height: 18px;
  color: #808079;
  text-transform: uppercase;
  padding-top: 23px;
  display: flex;
  gap: 0 10px
}

.hero .author > * {
  display: inline
}

.hero .name {
  color: #000;
  font-weight: 600
}

footer {
  background: #1a1a17;
  color: #808079;
  font-size: 13px;
  line-height: 20px
}

footer .bottom .right > .social-media {
  display: flex;
  gap: 0 2rem;
  justify-content: flex-end
}

footer .bottom .right img {
  filter: brightness(0) invert(1)
}

footer .left > .logo img {
  filter: brightness(0) invert(1)
}

footer .left > div:nth-child(n+2) {
  padding-top: 2rem
}

footer .container > div {
  padding: 40px 0
}

footer .top {
  border-bottom: 1px dashed #b2b2aa;
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 0 155px
}

footer .bottom {
  display: flex;
  align-items: center;
  gap: 0 5rem
}

.copyright {
  font-weight: 600;
  color: #ababab;
  flex: 1
}

.compliance {
  display: flex;
  gap: 0 24px
}

.compliance img {
  width: auto;
  height: 24px
}

footer .top .right {
  display: grid;
  grid-template-columns: repeat(2, 50%)
}

footer h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  padding-bottom: 25px
}

footer .privacy-policy,
footer ul {
  font-weight: 700;
  color: #fff
}

footer li:nth-child(n+2) {
  padding-top: 1rem
}

@media (max-width: 1199px) {
  footer .top {
    display: flex;
    flex-direction: column;
    gap: 4rem 0;
    margin: 0 -15px;
    padding: 40px 15px !important
  }

  footer .bottom {
    flex-direction: column-reverse;
    gap: 2rem 0
  }

  .compliance {
    order: 1
  }
}

.sponsor {
  display: flex;
  gap: 0 7px;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  color: #808079
}

.sponsor img {
  height: 1rem;
  width: auto
}

footer .sponsor img {
  filter: grayscale(1)
}

header .sponsor {
  font-weight: 600;
  gap: 0 9px;
  justify-content: center;
  padding: 1rem 0
}

header {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #fff
}

header > .top {
  background: #1a1a17;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #fff
}

header > .top img {
  filter: brightness(0) invert(1)
}

header .container {
  display: flex;
  align-items: center
}

header .container > .left,
header .container > .right {
  flex: 1
}

header > .top .icon img {
  margin-left: auto;
  cursor: pointer
}

header > .top .logo img {
  width: auto;
  height: 24px
}

@media (max-width: 1199px) {
  header .container {
    height: 50px
  }

  header .container .center {
    display: none
  }
}

.header.primary-menu > ul {
  display: flex;
  gap: 0 12px
}

.header.primary-menu a {
  display: flex;
  align-items: center;
  gap: 0 14px;
  height: 50px;
  padding: 0 8px
}

.header.primary-menu a:hover {
  background: rgba(128, 128, 121, .6)
}

.header.primary-menu img {
  transform: rotate(90deg)
}

.header.primary-menu li {
  position: relative
}

.header.primary-menu li ul {
  position: absolute;
  border: 1px solid #eef1f3;
  background: #fff;
  color: #808079;
  font-weight: 600;
  width: 240px;
  transition: .3s
}

.header.primary-menu li:not(:hover) ul {
  opacity: 0;
  visibility: hidden
}

.header.primary-menu li ul a {
  height: 40px;
  padding: 0 20px
}

.header.primary-menu li ul a:hover {
  background: #eef1f3;
  color: #1a1a17
}

.header.primary-menu li ul li:not(:last-child) {
  border-bottom: 1px solid #eef1f3
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000099;
  z-index: 1;
  transition: .3s
}

body:not(.responsiveness)::before {
  opacity: 0;
  visibility: hidden
}

.menu-sidebar.hide {
  right: -325px
}

.menu-sidebar {
  position: fixed;
  height: 100%;
  width: 325px;
  top: 0;
  right: 0;
  background: #1a1a17;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding: 40px 26px 0;
  z-index: 1;
  transition: .3s
}

.menu-sidebar .left img {
  cursor: pointer
}

.menu-body > ul > li:nth-child(n+2) {
  padding-top: 30px
}

.menu-body a {
  display: flex;
  align-items: center;
  gap: 0 14px
}

.menu-body img {
  transform: rotate(90deg)
}

.menu-body li ul {
  padding-top: 15px
}

.menu-body li ul a {
  display: block;
  padding: 10px 20px;
  font-weight: 600;
  border-bottom: 1px solid #fff
}

.menu-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  align-items: center;
  padding-bottom: 50px
}

.search-bar input {
  width: 100%;
  padding: 0 38px 0 12px;
  height: 40px;
  border: 1px solid #fff
}

.search-bar .top {
  position: relative
}

.search-bar .icon {
  position: absolute;
  top: 11px;
  right: 8px
}

section.content .row::before {
  content: '';
  display: block;
  padding-top: 40px;
  margin: 0 15px;
  border-top: 1px solid #eef1f3;
  flex: 0 0 calc(100% - 30px)
}

section.sportsbooks .cards:not(:last-child) {
  padding-bottom: 2rem
}

.sidebar {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.sidebar .widget-area {
  flex: 1
}

.sidebar h3 {
  padding-bottom: 22px
}

.sidebar .widget:not(:last-child) {
  margin-bottom: 34px
}

.widget-content-navigation {
  position: sticky;
  top: 80px
}

@media (max-width: 1199px) {
  .col-xl-4 > .sidebar {
    padding-top: 40px
  }

  .widget-content-navigation {
    display: none
  }
}

.featured-articles .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 20px
}

@media (max-width: 767px) {
  .featured-articles .cards {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }
}

.article.vertical {
  height: 320px;
  background-color: #eee;
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: inset 0 -144px 89px #1a1a17;
  background-size: auto 100%;
  transition: .3s
}

.article.vertical:hover {
  background-size: auto calc(100% + 30px)
}

.article.vertical .meta-data {
  font-size: 13px;
  line-height: 18px;
  color: #808079;
  text-transform: uppercase;
  padding-top: 38px;
  display: flex;
  gap: 0 10px
}

.article.vertical .author {
  display: flex;
  gap: 0 3px
}

.article.vertical .name {
  color: #fff;
  font-weight: 600
}

.article.vertical .title {
  font-weight: 700;
  font-size: 19px;
  line-height: 26px;
  color: #fff
}

@media (max-width: 1199px) {
  .article.vertical {
    height: 280px
  }
}

/*  */

.copy {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  width: fit-content;
}

.copy :is(.title, .success) {
  display: flex;
  height: 28px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  border: 1px dashed #D99816;
  color: #D99816;
  font-family: 'Open Sans', 'Tahoma';
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: #FFF;
  transition: .3s;
}

.copy .title {
  cursor: pointer;
}

.copy .title:hover {
  background: rgba(217, 152, 22, 0.16);
}

.copy .success {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copy .success:not(.active) {
  opacity: 0;
  visibility: hidden;
}

/*  */

/* .advertiser-geographical-area.horizontal.large:nth-child(n+2) {
  margin-top: 18px
}

.advertiser-geographical-area.horizontal.large {
  border: 1px solid #eef1f3;
  background: #fff
}

.advertiser-geographical-area.horizontal:not(.small) .toggle .icon {
  cursor: pointer;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 38px 48px -10px rgba(33, 37, 41, 0.06);
  border: 1px solid #EEF1F3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advertiser-geographical-area.horizontal.large .top {
  padding: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 270px 1fr auto;
  gap: 0 24px
}

.advertiser-geographical-area.horizontal.large .star img {
  width: 14px;
}

.advertiser-geographical-area.horizontal.large .left {
  display: flex;
  align-items: center;
  gap: 0 24px;
}

.advertiser-geographical-area.horizontal.large .logo {
  width: 56px;
  aspect-ratio: 1;
  background: #f60;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center
}

.advertiser-geographical-area.horizontal.large .logo img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 4px;
}

.advertiser-geographical-area.horizontal.large .bonus .title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #808079
}

.advertiser-geographical-area.horizontal.large .bonus .offer {
  font-size: 16px;
  line-height: 1.35;
}

.advertiser-geographical-area.horizontal.large .bonus .value {
  font-weight: 700
}

.advertiser-geographical-area.horizontal.large .button a {
  padding: 0 30px;
  background: #d99816;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  height: 45px;
  color: #fff
}

.advertiser-geographical-area.horizontal.large .button a:hover {
  box-shadow: 0 0 8px 0 #d99816
}

.advertiser-geographical-area.horizontal.large .sportsbooks-name {
  font-weight: 700;
  font-size: 1rem;
  line-height: 125%;
  padding-bottom: 4px;
}

.advertiser-geographical-area.horizontal.large .rating {
  display: flex;
  align-items: center;
  gap: 0 6px;
  color: #808079;
  font-size: 14px;
  line-height: 1.25;
}

.advertiser-geographical-area.horizontal.large .rating .bold {
  color: #1a1a17;
  font-weight: 700
}

.advertiser-geographical-area.horizontal.large .rank {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', 'Arial';
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  color: #8a9099
}

.advertiser-geographical-area.horizontal.large:first-child .rank {
  color: #d99816
}

.advertiser-geographical-area.horizontal.large .bottom span {
  border-top: 1px solid #eef1f3;
  background: rgba(238, 241, 243, .5);
  padding: 1rem 2rem;
  color: #808079;
  font-size: 12px;
  line-height: normal;
  display: block
}

.advertiser-geographical-area.horizontal.large .apps {
  display: grid;
  gap: 8px 0
}

.advertiser-geographical-area.horizontal.large .app {
  display: grid;
  grid-template-columns: 13px 1fr;
  gap: 0 12px;
  align-items: center;
  font-size: 12px;
  line-height: normal
}

.advertiser-geographical-area.horizontal.large .tag {
  margin-bottom: 4px;
  padding: 4px 8px;
  border-radius: 2px;
  background: rgba(217, 152, 22, 0.24);
  color: #855D0E;
  font-family: 'Open Sans', 'Tahoma';
  font-size: 10px;
  font-weight: 700;
  line-height: 100%;
  width: fit-content;
}

@media (min-width: 768px) {
  .advertiser-geographical-area.horizontal.large .bonus .title {
    display: none;
  }
}

@media (max-width: 767px) {
  .advertiser-geographical-area.horizontal.large .copy {
    width: auto;
  }

  .advertiser-geographical-area.horizontal.large .top {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem 0 !important;
    align-items: stretch
  }

  .advertiser-geographical-area.horizontal.large .bonus {
    text-align: center;
  }

  .advertiser-geographical-area.horizontal.large .bonus .title {
    display: none
  }

  .advertiser-geographical-area.horizontal.large .logo {
    width: 3rem
  }

  .advertiser-geographical-area.horizontal.large .left {
    position: relative;
    gap: 0 12px
  }

  .advertiser-geographical-area.horizontal.large .rank {
    position: absolute;
    bottom: -11px;
    left: -11px;
    font-size: 12px;
    line-height: 1;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #eef1f3;
    background: #fff
  }

  .advertiser-geographical-area.horizontal.large .rank img {
    height: 13px
  }

  .advertiser-geographical-area.horizontal.large .sportsbook-rating {
    flex: 1;
    position: relative;
    padding-right: 90px;
  }

  .advertiser-geographical-area.horizontal.large .rating {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .advertiser-geographical-area.horizontal.large .sportsbooks-name {
    padding-bottom: 0;
  }

  .advertiser-geographical-area.horizontal.large .bottom span {
    padding: 1rem 24px
  }

  .advertiser-geographical-area.horizontal.large .apps {
    display: flex;
    gap: 0 2rem
  }

  .advertiser-geographical-area.horizontal.large .right {
    display: flex;
    gap: 0 1rem;
  }

  .advertiser-geographical-area.horizontal.large .right > div {
    flex: 1;
  }

  .advertiser-geographical-area.horizontal.large .button a {
    padding: 0 1rem;
  }
}

@media (max-width: 575px) {
  .advertiser-geographical-area.horizontal.large:nth-child(n+2) {
    margin-top: 0
  }

  .advertiser-geographical-area.horizontal.large {
    border-width: 0 0 1px;
    margin: 0 -15px;
  }

  .advertiser-geographical-area.horizontal.large:first-child {
    border-width: 1px 0
  }
} */

/*  */

/* .advertiser-geographical-area.horizontal.large.apps .top {
  grid-template-columns: 200px 1fr auto auto;
  gap: 0 3rem
}

.introduction .advertiser-geographical-area.horizontal.large {
  margin-bottom: 2rem
}

.introduction .advertiser-geographical-area.horizontal.large .rank {
  display: none
} */

.show-more.hide,
.read-more.hide {
  display: none
}

.show-more > *,
.read-more > * {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  color: #808079;
  cursor: pointer
}

.advertiser-geographical-area.horizontal.small {
  border: 1px solid #eef1f3;
  display: grid;
  grid-template-columns: 85px 1fr auto;
  gap: 0 1rem;
  align-items: center;
  padding: 28px 20px 28px 14px
}

.advertiser-geographical-area.horizontal.small:nth-child(n+2) {
  margin-top: 14px
}

.advertiser-geographical-area.horizontal.small .bonus {
  font-size: 19px;
  line-height: 26px
}

.advertiser-geographical-area.horizontal.small .value {
  font-weight: 700
}

.advertiser-geographical-area.horizontal.small .button a {
  display: flex;
  width: 35px;
  height: 35px;
  background: #d99816;
  border-radius: 2px;
  align-items: center;
  justify-content: center
}

.advertiser-geographical-area.horizontal.small .button a:hover {
  box-shadow: 0 0 8px 0 #d99816
}

.advertiser-geographical-area.horizontal.small .button a:hover {
  box-shadow: 0 0 8px 0 #d99816
}

.advertiser-geographical-area.horizontal.small .rank {
  position: absolute;
  top: 3px;
  left: 9px;
  color: #808079;
  font-size: 15px;
  font-weight: 600;
  line-height: normal
}

.article.horizontal {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0 14px
}

.article.horizontal:not(:last-child) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #eee
}

.article.horizontal .featured-image {
  height: 90px;
  background-color: #eee
}

.article.horizontal .title {
  color: #4b4b4b;
  padding-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600
}

.article.horizontal .published {
  font-size: 13px;
  line-height: 18px;
  color: #808079
}

.article.horizontal .published > div {
  display: inline
}

@media (min-width: 1200px) {
  .article.horizontal:not(.small) .title {
    padding-bottom: 14px;
    font-size: 21px;
    line-height: normal;
    font-weight: 400
  }
}

.widget-content-navigation ul {
  padding-right: 42px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #a8a8aa
}

.widget-content-navigation li:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee
}

.widget-content-navigation li ul {
  display: none
}

.widget-content-navigation a {
  display: block;
  margin-right: -42px;
  border-right: 2px solid transparent
}

.widget-content-navigation .active a {
  border-color: #d99816;
  color: #d99816
}

section.authors .introduction {
  padding-bottom: 33px
}

section.authors .introduction .title {
  padding-bottom: 22px
}

section.authors .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px 68px
}

@media (max-width: 1199px) {
  section.authors .cards {
    display: flex;
    flex-direction: column;
    gap: 24px 0
  }
}

.card.author {
  display: flex;
  flex-direction: column
}

.card.author .title {
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  text-transform: uppercase;
  color: #4d4d49;
  padding-bottom: 20px
}

.card.author .title > div {
  display: inline
}

.card.author .card-body {
  padding: 24px;
  border: 1px solid #808079;
  font-size: 13px;
  line-height: 28px;
  color: #808079;
  flex: 1
}

.card.author .top {
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  color: #000
}

.card.author .author-name {
  font-weight: 600
}

.card.author .avatar {
  height: 90px;
  width: 90px;
  margin-right: 18px;
  border-radius: 50%
}

.widget-event {
  padding: 40px 33px;
  color: #fff;
  background: #1a1a17
}

.widget-event h3 {
  font-weight: 400
}

.event-card {
  border: solid #808079;
  border-width: 1px 0;
  padding: 15px 0 22px
}

.event-card .competition,
.event-card .event-info {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #808079
}

.event-card .event-info {
  padding-bottom: 27px
}

.event-card .event-info * {
  display: inline
}

.event-card .teams {
  padding-bottom: 26px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  font-size: 21px;
  line-height: 29px;
  align-items: center;
  color: #b2b2aa;
  text-transform: lowercase
}

.event-card .team {
  display: flex;
  align-items: center;
  gap: 0 11px;
  color: #fff;
  text-transform: uppercase
}

.event-card .team .logo {
  flex: 0 0 30px;
  width: 30px
}

.event-card .team.away {
  flex-direction: row-reverse
}

.event-card .odds-cards {
  padding-bottom: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8px
}

.event-card .odd-card {
  display: flex;
  height: 38px;
  align-items: center;
  border: 1px solid #808079;
  justify-content: center;
  gap: 0 10px;
  text-transform: lowercase;
  font-size: 15px;
  color: #808079;
  position: relative
}

.event-card .odd-card .odd {
  color: #fff;
  font-weight: 600
}

.event-card .bottom {
  display: flex;
  justify-content: space-between
}

.event-card .prefix {
  padding-bottom: 13px;
  font-size: 13px;
  line-height: 18px;
  color: #808079
}

.event-card .time {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #fff
}

.event-card .time * {
  display: inline
}

.event-card .advertiser .logo img {
  height: 30px
}

.event-card .bottom {
  display: flex;
  justify-content: space-between
}

.menu-navigation-items ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0
}

.menu-navigation-item li {
  position: relative
}

.menu-navigation-item .wrapper {
  border: 1px solid #eef1f3;
  padding: 25px 2rem;
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 0 26px;
  align-items: center;
  font-size: 17px;
  line-height: normal
}

.menu-navigation-item .right {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center
}

.menu-navigation-item .button img {
  width: 18px
}

section.post .featured-image {
  height: 448px;
  margin-bottom: 14px
}

section.post .social-sharing {
  display: flex;
  gap: 0 66px
}

section.post .social-sharing:not(:last-child) {
  padding-bottom: 40px
}

section.post .social-sharing > div:first-child {
  padding-right: 66px;
  border-right: 1px dashed #b2b2aa
}

section.post .social-sharing > div {
  display: flex;
  flex-direction: column;
  gap: 14px 0
}

section.post .social-sharing > div > span:first-child {
  font-size: 13px;
  line-height: normal
}

section.post .views div {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 18px;
  justify-content: flex-end
}

section.post .buttons > .social-media {
  display: flex;
  gap: 0 2rem
}

@media (max-width: 575px) {
  section.post .featured-image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 284px;
    margin-bottom: 24px
  }

  .betting-comparison-template section.post {
    margin-bottom: 40px;
    border-bottom: 1px solid #eef1f3;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: 15px;
    padding-right: 15px
  }
}

.sportsbooks-info table {
    tr {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    td {
        width: auto;
    }
}

.sportsbooks-info .sportsbook:not(:last-child) {
  margin-bottom: 44px
}

.sportsbooks-info .sportsbook > div:not(:last-child) {
  margin-bottom: 21px
}

.sportsbooks-info .banner {
  border-radius: 2px;
  overflow: hidden
}

.sportsbooks-info .banner a {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center
}

.sportsbooks-info .banner img {
  height: 80px;
  max-width: 250px
}

.sportsbooks-info h3 a {
  color: #d99816
}

.sportsbooks-info .button a {
  display: inline-flex;
  border-radius: 2px;
  background: #d99816;
  height: 45px;
  padding: 0 30px;
  align-items: center;
  gap: 0 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: normal
}

@media (max-width: 1199px) {
  .sportsbooks-info .banner a {
    height: 120px
  }

  .sportsbooks-info .banner img {
    height: 60px;
    max-width: 200px
  }

  .sportsbooks-info .button a {
    display: flex;
    justify-content: center
  }
}

.faq-card:not(:last-child) {
  margin-bottom: 28px
}

.faq-card {
  padding-left: 52px;
  position: relative;
  padding-bottom: 28px !important;
  border-bottom: 1px solid #f5f5f5
}

.faq-card .toggle {
  position: absolute;
  top: 0;
  left: 0
}

.faq-card .toggle .hide {
  display: none
}

.faq-card .question {
  cursor: pointer
}

.faq-card h3 {
  color: #1a1a17cc
}

.faq-card .answer {
  padding-top: 21px;
  transition: .3s
}

.faq-card.open h3 {
  color: #d99816
}

.faq-card.close .answer {
  padding-top: 0;
  height: 0;
  overflow: hidden
}

@media (max-width: 767px) {
  .faq-card .answer {
    padding-top: 7px;
    margin-left: -52px
  }
}

section.introduction .advertiser-geographical-area {
  margin-bottom: 36px
}

.information,
.pros-cons {
  border-top: 1px solid #eef1f3;
  padding-top: 40px
}

.information .title div,
.pros-cons .title div {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0 14px
}

.information h2,
.pros-cons h2 {
  font-size: 18px;
  line-height: normal
}

.pros-cons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px
}

.pros-cons .items {
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px 0
}

.pros-cons .item {
  padding-left: 24px;
  position: relative
}

.pros-cons .item::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 10px;
  width: 4px;
  height: 4px;
  background: #555;
  border-radius: 50%
}

@media (max-width: 1199px) {
  .pros-cons {
    grid-template-columns: repeat(1, 1fr)
  }
}

.info-table {
  display: grid;
  gap: 26px;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column
}

.info-table a {
  text-decoration: underline
}

.info-table .label {
  color: #555;
  font-size: 13px;
  line-height: normal
}

.info-table .content {
  color: #303030;
  font-size: 16px;
  font-weight: 600;
  line-height: normal
}

.info-table .content > div {
  padding-bottom: 0
}

.info-table .content .payment-methods {
  padding-top: 4px
}

.info-table .content .payment-methods,
.info-table .sports .content {
  display: flex;
  gap: 0 12px;
  align-items: center
}

.info-table .content .payment-methods,
.info-table .content .more {
  color: #555;
  font-size: 12px;
  font-weight: 600;
  line-height: normal
}

.info-table .payment-methods img {
  height: 24px;
  width: auto;
}

.info-table .operational-systems .content {
  display: flex;
  gap: 0 6px
}

.info-table .operational-systems .content > div {
  padding-bottom: 0
}

.info-table .operational-systems img {
  height: 24px;
  width: auto
}

@media (max-width: 1199px) {
  .info-table {
    grid-auto-flow: row;
    gap: 24px 0;
    grid-template-rows: none
  }
}

.payment-method.card {
  padding: 2rem;
  border: 1px solid #eef1f3;
  display: grid;
  align-items: center;
  grid-template-columns: 260px 1fr auto;
  gap: 0 24px
}

.payment-method.card:not(:last-child) {
  margin-bottom: 13px
}

.payment-method.card .left {
  display: grid;
  grid-template-columns: 40px auto 1fr;
  align-items: center
}

.payment-method.card .logo {
  border-radius: 4px;
  overflow: hidden;
  width: 60px;
  aspect-ratio: 1;
  margin-right: 22px
}

.payment-method.card .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%
}

.payment-method.card .logo img {
  width: 36px;
  aspect-ratio: 1
}

.payment-method.card .rank {
  color: #8a9099;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%
}

.payment-method.card .name {
  color: #1a1a17;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%
}

.payment-method.card .label {
  color: #1a1a17;
  font-size: 13px;
  line-height: 150%
}

.payment-method.card .sportsbooks {
  display: flex;
  justify-content: center;
  padding-bottom: 8px
}

.payment-method.card .sportsbooks+.label {
  text-align: center
}

.payment-method.card .icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -6px;
  z-index: 5
}

.payment-method.card .icon:nth-child(2) {
  z-index: 4
}

.payment-method.card .icon:nth-child(3) {
  z-index: 3
}

.payment-method.card .icon:nth-child(4) {
  z-index: 2
}

.payment-method.card .icon img {
  width: 20px;
  aspect-ratio: 1
}

.payment-method.card .icon.more {
  background: #333;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  line-height: normal;
  z-index: 1
}

.payment-method.card .icon.more~div {
  display: none
}

.payment-method.card .button a {
  padding: 0 30px;
  background: #d99816;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  height: 45px;
  color: #fff
}

.payment-method.card .button a:hover {
  box-shadow: 0 0 8px 0 #d99816
}

@media (max-width: 1199px) {
  .payment-method.card {
    padding: 18px
  }
}

@media (max-width: 767px) {
  .payment-method.card {
    border-width: 0 0 1px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0
  }

  .payment-method.card:first-child {
    border-width: 1px 0
  }

  .payment-method.card .sportsbooks {
    justify-content: flex-start
  }

  .payment-method.card .sportsbooks+.label {
    text-align: left
  }

  .payment-method.card .left {
    position: relative;
    grid-template-columns: auto 1fr
  }

  .payment-method.card .info {
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .payment-method.card .logo {
    margin-right: 12px;
    width: 3rem
  }

  .payment-method.card .rank {
    position: absolute;
    bottom: -11px;
    left: -11px;
    font-size: 12px;
    line-height: 1;
    width: 24px;
    height: 24px;
    border-radius: 50px;
    border: 1px solid #eef1f3;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
  }
}

table.payment-method tr {
  border-bottom: 1px solid #eef1f3
}

table.payment-method th {
  color: #808079;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase
}

table.payment-method th:first-child {
  text-align: left
}

table.payment-method th,
table.payment-method td {
  padding: 14px
}

table.payment-method td {
  color: #333;
  font-family: 'Roboto', 'Arial';
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-align: center
}

table.payment-method .advertiser-geographical-area {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 0 23px
}

table.payment-method .logo {
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center
}

table.payment-method .logo img {
  width: 20px;
  aspect-ratio: 1
}

@media (max-width: 1199px) {
  table.payment-method {
    display: block;
    overflow: auto
  }
}

.posts.navigation .cards,
.betting-tips.navigation .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px
}

@media (max-width: 767px) {
  .posts.navigation .cards,
  .betting-tips.navigation .cards {
    display: flex;
    flex-direction: column;
    padding: 0 20px
  }
}

.wp-post.navigation {
  border: 1px solid #eef1f3;
  background: #fff;
  padding: 14px 14px 14px 41px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.wp-post.navigation .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%)
}

.wp-post.navigation .icon a {
  width: 35px;
  aspect-ratio: 1;
  background: #d99816;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center
}

.wp-post.navigation .icon a:hover {
  box-shadow: 0 0 8px 0 #d99816
}

.wp-post.navigation .meta-data {
  font-size: 13px;
  line-height: 18px;
  color: #808079;
  text-transform: uppercase;
  display: flex;
  gap: 0 10px
}

.wp-post.navigation .author > * {
  display: inline
}

.wp-post.navigation .name {
  color: #000;
  font-weight: 600
}

.wp-post.navigation .title {
  color: #1a1a17;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 1rem
}

.wp-post.navigation.previous .icon img {
  transform: rotate(180deg)
}

.wp-post.navigation.next {
  padding: 14px 41px 14px 14px;
  grid-column-start: 2
}

.wp-post.navigation.next .icon {
  left: auto;
  right: 0;
  transform: translateX(50%) translateY(-50%)
}

.hero.author h1 {
  padding-bottom: 0
}

.hero.author .container {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2rem;
  align-items: center
}

.hero.author .avatar {
  width: 80px;
  aspect-ratio: 1;
  border-radius: 50%
}

@media (min-width: 768px) {
  .hero.author h1 {
    font-size: 28px;
    line-height: 1
  }
}

@media (max-width: 767px) {
  .hero.author .avatar {
    width: 60px
  }
}

.pagination-layout {
  max-width: 320px;
  margin: 0 auto;
  border: 1px solid #808079;
  padding: 8px;
  color: #b2b2aa;
  font-size: 13px;
  line-height: 21px
}

.pagination-layout .navigation {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #b2b2aa
}

.pagination-layout .previous,
.pagination-layout .next {
  color: #4d4d49;
  font-weight: 700
}

.pagination-layout .next {
  text-align: right
}

.pagination-layout .pagination .pages {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 8px;
  text-align: center;
  font-weight: 700;
  color: #4d4d49
}

.pagination-layout .page {
  flex: 0 0 20px;
  width: 20px
}

.pagination-layout .page:not(.dots):hover,
.pagination-layout .previous:hover,
.pagination-layout .next:hover {
  color: #808079;
  cursor: pointer
}

.pagination-layout .current {
  color: #b2b2aa
}

.search-archive-template .hero {
  padding: 60px 0
}

.search-archive-template .hero .title {
  color: #1a1a17;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 24px
}

.search-bar.archive {
  position: relative
}

.search-bar.archive input {
  border-color: #808079;
  border-radius: 4px
}

.results .introduction .results-label * {
  display: inline;
  color: #808079
}

.results .introduction .title {
  padding-bottom: 12px !important
}

.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
  }
}

.betting-tip.cta .top {
  border: 1px solid #eef1f3;
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 2rem 24px;
  gap: 0 40px
}

.betting-tip.cta .label {
  color: #808079;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px
}

.betting-tip.cta .title {
  font-size: 17px;
  font-weight: 700;
  line-height: normal
}

.betting-tip.cta .middle {
  display: flex
}

.betting-tip.cta .button a {
  display: flex;
  align-items: center;
  gap: 0 7px;
  height: 45px;
  border-radius: 2px;
  background: #d99816;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  padding: 0 30px;
  justify-content: center
}

.betting-tip.cta .left {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 24px;
  align-items: center
}

.betting-tip.cta .logo {
  width: 56px;
  aspect-ratio: 1;
  border-radius: 4px;
  overflow: hidden
}

.betting-tip.cta .sportsbooks-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 135%
}

.betting-tip.cta .rating img {
  width: 14px
}

.betting-tip.cta .rating {
  color: #808079;
  display: flex;
  align-items: center;
  gap: 0 8px
}

.betting-tip.cta .bold {
  color: #1a1a17;
  font-weight: 700
}

@media (min-width: 768px) {
  .betting-tip.cta .tip {
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #eef1f3
  }
}

@media (max-width: 767px) {
  .betting-tip.cta .top {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
    align-items: stretch
  }

  .betting-tip.cta .middle {
    justify-content: space-between
  }

  .betting-tip.cta .left {
    gap: 0 12px
  }

  .betting-tip.cta .logo {
    width: 48px
  }

  .betting-tip.cta .sportsbook-rating {
    display: flex;
    align-items: center;
    justify-content: space-between
  }
}

@media (max-width: 575px) {
  .betting-tip.cta .top {
    border-width: 1px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw)
  }
}

/*  */

.after-footer {
  position: sticky;
  bottom: 0;
  z-index: 3;
}

/*  */

/* :is(.after-footer, .content) .advertiser-geographical-area.horizontal.large .rank {
  display: none;
}

@media (min-width: 768px) {
  .after-footer .advertiser-geographical-area.horizontal.large {
    .bonus {
      text-align: center;
  
      .title {
        display: block;
        padding-bottom: 4px;
      }
    }

    .copy {
      width: 200px;
      margin: 4px auto 0;
    }
  }
} */

/*  */

.not-recommended-pop-up {
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(2.5px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;

  .container {
    padding: 0 2rem 2rem;
    background: #FFF;
    max-width: 940px;
    position: relative;
  }

  .close {
    position: absolute;
    top: 8px;
    right: 8px;

    img {
      width: 24px;
    }
  }

  .icon {
    width: 61px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 5px solid #FFF;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -29px auto 19px;
  }

  .title h1 {
    font-size: 28px;
    line-height: 1.2;
    padding-bottom: 8px;
  }

  .subtitle h1 {
    color: #808079;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }

  .introduction {
    text-align: center;
    padding-bottom: 2rem;
  }

  .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 24px;
    padding-bottom: 2rem;
  }

  .bottom a {
    width: fit-content;
    margin: 0 auto;
    height: 45px;
    padding: 0 1rem;
    border-radius: 2px;
    background: #D99816;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    display: flex;
    gap: 0 6px;
    align-items: center;

    &:hover {
      box-shadow: 0px 8px 24px 0px rgba(217, 152, 22, 0.40);
    }
  }

  @media (max-width: 991px) {
    align-items: flex-end;

    .container {
      padding: 0 1rem 1rem;
      max-height: 100%;
    }

    .icon {
      width: 44px;
      border-width: 4px;
      margin-top: -20px;
      margin-bottom: 1rem;

      img {
        width: 24px;
      }
    }

    .title h1 {
      font-size: 24px;
    }

    .bottom a {
      width: auto;
      justify-content: center;
    }

    .cards {
      display: flex;
      flex-direction: column;
      gap: 8px 0;
    }
  }
}

/*  */

.advertiser-geographical-area.vertical.small {
  border: 1px solid #F5F5F5;
  padding: 24px 1rem;

  .rank {
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #808079;
    font-size: 15px;
    font-weight: 700;
    line-height: 135%;
  }

  .middle {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0 8px;
    align-items: center;
  }

  .bonus-string {
    line-height: 1.35;

    .value {
      font-weight: bold;
    }
  }

  .logo {
    width: 40px;
    aspect-ratio: 1;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
      width: 32px;
      aspect-ratio: 1;
    }
  }

  .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    aspect-ratio: 1;
    border-radius: 2px;
    background: #D99816;

    &:hover {
      box-shadow: 0px 8px 24px 0px rgba(217, 152, 22, 0.40);
    }
  }
}

/*  */

.advertiser-geographical-area:is(.not-recommended, .not-available) {
  pointer-events: none;

  .button a {
    background: #E9E9E9 !important;
    color: #A8A8A8 !important;
  }

  .tag {
    background: #EFDEDE !important;
    color: #840000 !important;
  }
}

/*  */

.cards > .introduction {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #EEE;
  background: #FFF;
  color: #68707A;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 24px;
}

.cards > .introduction h4 {
  color: #444;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 0;
}

.cards > .introduction .title {
  padding-bottom: 0;
}

.cards > .introduction .title div {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

@media (max-width: 1199px) {
  .cards > .introduction {
    text-align: left;
  }

  .cards > .introduction .title div {
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .cards > .introduction .title div {
    justify-content: center;
  }
}

/* */

table.payment-methods, table {
  border: solid #DFE2E680;
  border-width: 1px 0;
  color: #333;
  font-size: 14px;
  line-height: 140%;

  &:not(:last-child) {
    margin-bottom: 24px;
  }
}
table.payment-methods th, table th {
  text-align: left;
}
table.payment-methods th, table th, table.payment-methods td, table td {
  padding: 10px 10px;
}
table.payment-methods tbody tr, table tbody tr {
  border-top: 1px solid #DFE2E680;
}
table.payment-methods .wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 600;
  gap: 0 8px;
  align-items: center;
}
table.payment-methods .logo {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.payment-methods .logo img {
  width: 12px;
  aspect-ratio: 1;
}
@media (max-width: 1199px) {
  table.payment-methods {
    font-size: 14px;
    display: block;
    overflow: auto;
    white-space: nowrap;
 }
  table.payment-methods th, table.payment-methods td {
    padding: 10px;
 }
  table.payment-methods th:first-child, table.payment-methods td:first-child {
    position: sticky;
    left: 0;
    background: linear-gradient(to right, #fff 99%, #DFE2E680);
    width: 100px;
    white-space: wrap;
 }
  table.payment-methods .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
 }
  table.payment-methods .wrapper .title {
    display: none;
 }
  table.payment-methods .logo {
    width: 32px;
 }
  table.payment-methods .logo img {
    width: 24px;
 }
}

/*  */

section.not-recommended {
  a:hover {
    text-decoration: none !important;
  }

  .container {
    padding: 0;
    border-radius: 8px;
    border: 1px solid #E8E7E7;
    max-width: 1024px;
    overflow: hidden;

    > .bottom {
      padding: 24px 32px;
      display: flex;
      align-items: center;
      justify-content: center;
  
      .button a {
        display: flex;
        height: 44px;
        justify-content: center;
        padding: 0 24px;
        align-items: center;
        border-radius: 2px;
        background: #D99816;
        color: #FFF;
        font-size: 15px;
        font-weight: 700;
        line-height: 130%;
    
        &:hover {
          box-shadow: 0px 0px 7.3px 0px #D99816;
        }
      }
    }
  }

  .introduction {
    background: #FCEAE8;
    padding: 24px 32px;
    display: flex;
    gap: 0 24px;
    align-items: center;
    
    color: #840000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;

    .column {
      flex: 1;

      .title span {
        color: #840000;
        font-size: 20px;
        font-weight: 700;
        line-height: 160%;
      }
    }

    .icon img {
      width: 56px;
      aspect-ratio: 1;
      border-radius: 50%;
      background: #FFF;
      padding: 0 15px;
      object-fit: contain;
    }
  }

  .cards {
    padding: 32px;
    display: flex;
    gap: 0 24px;
    border-bottom: 1px solid #E8E7E7;

    > div {
      flex: 1;
    }
  }

  @media (max-width: 1199px) {
    & {
      margin: 0 -15px;
    }

    .container {
      border-radius: 0;
      border-width: 1px 0;

      > .bottom {
        padding: 24px;
        flex-direction: column;
        gap: 16px 0;
        align-items: stretch;
        text-align: center;
      }
    }

    .introduction {
      padding: 24px;
      gap: 0 16px;
      align-items: flex-start;

      .icon img {
        width: 48px;
        padding: 0 14px;
      }

      .column .title span {
        font-size: 18px;
      }
    }

    .cards {
      padding: 32px 24px;
      flex-direction: column;
      gap: 16px 0;
    }
  }
}

/*  */

.advertiser-geographical-area.vertical.medium {
  border: 1px solid #EEF1F3;
  background: #FFF;
  padding: 16px;
  display: flex;
  flex-direction: column;

  .buttons {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
  }

  > .bottom + .bottom {
    margin-top: auto;
  }

  .review a {
    display: flex;
    gap: 0 12px;
    align-items: center;
    justify-content: center;
    height: 44px;
    color: #D99816;
    font-size: 15px;
    font-weight: 700;
    line-height: 135%;

    &:hover {
      color: #855D0E;
    }
  }

  .tc-excerpt {
    margin: 0 -16px -16px;
    padding: 12px 16px;
    background: #EEF1F3;
    color: #7F7F7F;
    font-size: 12px;
    line-height: 135%;
  }

  .top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;

    .right {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 8px 0;
      color: #212121;
      font-size: 14px;
      font-weight: 600;
      line-height: 145%;

      img {
        width: 16px;
        aspect-ratio: 1;
      }
    }
  }

  .left {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 16px;
  }

  .sportsbook-name {
    color: #1A1A17;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
  }

  .tag {
    margin-bottom: 3px;
    width: fit-content;
    color: #855D0E;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 2px;
    background: #F6E6C7;
  }

  .logo {
    width: 48px;
    aspect-ratio: 1;
    border-radius: 3px;
    overflow: hidden;

    img {
      width: 100%;
      aspect-ratio: 1;
    }
  }

  .donation-link a {
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    background: #D99816;
    gap: 0 12px;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 135%;
  
    img {
      filter: brightness(0) invert(1);
    }

    &:hover {
      box-shadow: 0px 0px 7.3px 0px #D99816;
    }
  }

  .bottom {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
  }

  .bonus-string {
    padding: 12px;
    text-align: center;
    border-radius: 6px;
    background: #F6F8F9;
    color: #1A1A17;
    font-size: 16px;
    line-height: 135%;

    span {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      line-clamp: 2;
      -webkit-line-clamp: 2;
      overflow: hidden;
    }
  }
}

.article-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.article-cards-title {
  padding-bottom: 12px;
}
.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;

  .area-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  @media (min-width: 1200px) {
    &: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%;
  object-fit: cover;
  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: #D99816;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 115%;
  padding-bottom: 4px;
  font-family: 'Roboto';
}
.article-card-title {
  font-size: 20px;
  line-height: 120%;
  display: flex;
  gap: 0 25px;
  align-items: center;
  color: #333 !important;
  font-weight: 400 !important;
  text-decoration: none !important;

  &:hover {
    text-decoration: underline 1px !important;
  }
}
.article-card-title > div {
 width:100%;
}
.article-card-title img {
  width: 24px;
  height: 24px;
}
@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;

    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;
  }
}

/*  */

.form.email-subscription {
    margin-bottom: 16px;
    border: 1px solid #EEF1F3;
    border-radius: 4px;
    padding: 32px !important;

    .introduction {
        padding-bottom: 40px;

        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0 16px;
    }

    .subtitle {
        font-weight: 600;
        font-size: 14px;
        line-height: 115%;
        color: #808079;
    }

    h2 {
        font-size: 24px;
        line-height: 135%;
    }

    .inputs {
        padding-bottom: 24px;

        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 16px;
    }

    .check-submit .buttons {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0 16px;
        align-items: center;
    }

    .check-submit .buttons.hide {
        display: none;
    }

    .field.submit {
        padding: 0 30px;
        height: 45px;
        background: #d99816;
        border-radius: 2px;
        cursor: pointer;
        transition: .3s;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 12px;

        &:hover {
            box-shadow: 0 0 8px 0 #d99816
        }

        input {
            font-weight: 700;
            font-size: 15px;
            line-height: 20px;
            color: #fff;
        }
    }

    .success-message {
        display: flex;
    }

    .success-message.hide {
        display: none;
    }

    .success-message > div {
        display: flex;
        flex-direction: row-reverse;
        gap: 16px;
        font-size: 14px;
        line-height: 1.35;
    }

    .terms {
        font-size: 14px;
        line-height: 1.35;

        a {
            color: #D99816;
            text-decoration: underline;
            font-weight: 400;
        }
    }

    input[type=checkbox] {
        appearance: none;
        border: 1px solid #D99816;
        border-radius: 1px;
        width: 16px;
        aspect-ratio: 1;
        background: #FFF;
        transition: none;
        cursor: pointer;

        display: flex;
        align-items: center;
        justify-content: center;

        &::before {
            content: '';
            display: block;
            width: 8px;
            height: 5px;
            border: solid #FFF;
            border-width: 0 0 2px 2px;
            rotate: -45deg;
            margin-top: -1.5px;
        }

        &:checked {
            background: #D99816;
        }
    }

    .field.checkbox .input div {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0 16px;
        align-items: center;
    }

    .field .title {
        padding-bottom: 8px;

        font-size: 14px;
        line-height: 1.15;
    }

    .field div.error {
        font-family: 'Inter';
        font-size: 14px;
        color: #681219;
        font-weight: 500;
        line-height: 1.45;
        margin-top: 8px;
    }

    input[type=text], input[type=email] {
        width: 100%;
        height: 48px;
        border: 1px solid #EEF1F3;
        border-radius: 2px;
        padding: 0 16px;

        font-size: 14px;
        line-height: 1.15;
    }

    input[type=text].error, input[type=email].error {
        border: 1px solid #FB3748;
        border-radius: 2px;
    }

    @media (max-width: 575px) {
        & {
            padding: 32px 24px !important;
        }

        .introduction {
            display: flex;
            flex-direction: column;
            gap: 16px 0;

            padding-bottom: 24px;

            img {
                width: 40px;
                aspect-ratio: 1;
            }
        }

        h2 {
            font-size: 20px;
        }

        .inputs {
            display: flex;
            flex-direction: column;
            gap: 16px 0;
        }

        .check-submit {
            display: flex;
            flex-direction: column;
            gap: 24px 0;
            align-items: stretch;
        }

        .field.checkbox {
            align-items: flex-start;

            input {
                margin-top: 2px;
            }
        }
    }

    @media (max-width: 767px) {
        .check-submit .buttons {
            grid-template-columns: auto;
            grid-template-rows: 1fr auto;
            gap: 16px;
        }
    }
}

/*  */

.pop-up {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(2.5px);

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;

    display: flex;
    align-items: center;
    justify-content: center;

    .container {
        max-width: 500px;
        padding: 48px 32px 32px;
        margin: 0 15px;

        border-radius: 4px;
        background: #FFF;
    }

    .icon img {
        margin: 0 auto 24px;
        width: 64px;
        aspect-ratio: 1;
        border-radius: 2px;
        border: 1px solid #EEF1F3;
        padding: 0 12px;
        object-fit: contain;
    }

    h2, .content {
        text-align: center;
    }

    h2 {
        padding-bottom: 4px;

        font-size: 24px;
        line-height: 1.35;
    }

    .content {
        line-height: 1.5;

        padding-bottom: 48px;
    }

    .button {
        transition: none;
        cursor: auto;

        div {
            padding: 0 30px;
            height: 45px;
            background: #d99816;
            border-radius: 2px;
            cursor: pointer;
            transition: .3s;
            width: fit-content;
            margin: 0 auto;

            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0 12px;
            
            font-weight: 700;
            font-size: 15px;
            line-height: 20px;
            color: #fff;

            &:hover {
                box-shadow: 0 0 8px 0 #d99816
            }
        }
    }
}

.info-table .sports .more {
  position: relative;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .info-table .sports .more:not(:hover) .tooltip {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1199px) {
  .info-table .sports .more.close .tooltip {
    opacity: 0;
    visibility: hidden;
  }
}

.info-table .sports .more .tooltip {
  position: absolute;
  width: 186px;
  padding: 6px 12px;
  box-shadow: 0px 8.5px 17px -8.5px rgba(19, 22, 25, 0.08);
  background: #FFFFFF;
  border-radius: 6px;
  bottom: calc(100% + 5px);
  left: calc(50% - 93px);
  transition: .3s;
  font-weight: 600;
  font-size: 14px;
  line-height: 145%;
  color: #13161A;
}

.info-table .sports .more .tooltip::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #FFF;
  transform: rotate(45deg);
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
}

.info-table .sports .more .tooltip span {
  display: block;
}

.info-table .sports .more .tooltip span:last-child {
  opacity: 0.7;
  padding-top: 4px;
}

/*  */

.sportsbooks > .cards {
    display: flex;
    flex-direction: column;
    gap: 24px 0;

    @media (max-width: 1199px) {
        gap: 16px 0;
    }
}

.advertiser-geographical-area.horizontal.large {
    border: 1px solid #8B888833;
    border-radius: 8px;
    overflow: hidden;

    &.hide, .logo .rank {
        display: none;
    }

    .wrapper > .bottom {
        background: #F4F7F8;
        padding: 12px 16px;

        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0 12px;
        align-items: center;

        font-weight: 600;
        font-size: 12px;
        line-height: 135%;
        color: #8B8888;

        .left {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 0 12px;
        }
    }

    .license {
        color: #444444;
    }

    .rank {
        width: 32px;
        aspect-ratio: 1;
        border-radius: 50%;
        border: 1px solid #EBEDED;

        display: flex;
        align-items: center;
        justify-content: center;

        color: #444;
        font-weight: 700;
        font-size: 14px;
        line-height: 145%;
    }

    .logo {
        width: fit-content;
        border-radius: 50%;
        overflow: hidden;

        img {
            width: 48px;
            aspect-ratio: 1;
        }
    }

    .sportsbook-name {
        color: #202020;
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
    }

    .rating {
        display: flex;
        gap: 4px;
        font-weight: 600;

        img {
            width: 14px;
            aspect-ratio: 1;
        }
    }

    .stars {
        display: flex;
        gap: 0 2px;
    }

    .features {
        display: grid;
        grid-template-columns: auto 1fr auto;
        align-items: center;
        gap: 0 14px;

        color: #7F7F7F;
        font-weight: 600;
        font-size: 12px;
        line-height: 135%;

        &.responsiveness {
            display: none;
        }

        > div {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 0 6px;
            align-items: center;
        }

        .minimum-deposit .content {
            color: #202020;
        }

        .payment-methods .content {
            display: flex;
            align-items: center;

            .icon {
                border-radius: 50%;
                border: 1.5px solid #FFF;
                position: relative;
                margin: 0 -6px 0 0;

                &:last-child {
                    margin-right: 0;
                }

                &:nth-child(1) {
                    z-index: 3;
                }

                &:nth-child(2) {
                    z-index: 2;
                }

                &:nth-child(3) {
                    z-index: 1;
                }

                &:hover span {
                    display: block;
                }
            }

            span {
                position: absolute;
                bottom: calc(100% + 8px);
                left: 50%;
                translate: -50% 0;

                background: #000;
                display: none;
                border-radius: 4px;
                padding: 3px 8px;

                font-family: Inter;
                font-weight: 500;
                font-size: 10px;
                line-height: 135%;
                color: #FFF;
                white-space: nowrap;

                &::after {
                    content: '';
                    position: absolute;
                    width: 6px;
                    aspect-ratio: 1;
                    background: #000;
                    bottom: -3px;
                    left: calc(50% - 3px);
                    rotate: 45deg;
                }
            }

            img {
                width: 21px;
                aspect-ratio: 1;
                padding: 0 4px;
                object-fit: contain;
            }
        }

        .apps .content {
            display: flex;

            .icon {
                margin-bottom: 0;
            }
        }
    }

    .middle {
        background: #F5F6F7;
        padding: 16px;
        border-radius: 8px;
        min-height: 96px;

        display: flex;
        align-items: center;

        .top {
            display: none;
        }

        .bottom > span {
            display: block;
            color: #202020;
            font-weight: 600;
            font-size: 14px;
            line-height: 145%;
        }
    }

    .copy :is(.title, .success):not(:hover) {
        background: inherit;
    }

    .buttons {
        display: flex;
        flex-direction: column;
        gap: 8px 0;
    }

    .donation-link a {
        display: flex;
        height: 40px;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
        gap: 0 12px;
        border-radius: 4px;
        background: #D99816;
        color: #FFF;
        font-size: 14px;
        line-height: 150%;
        font-weight: 700;
    }

    .tag {
        padding: 2px 8px;
        width: fit-content;
        background: #D998161A;
        border-radius: 4px;
        margin-top: 4px;

        color: #D99816;
        font-size: 12px;
        line-height: 135%;
        text-transform: uppercase;
    }

    .review a {
        border: 1px solid #D99816;
        height: 40px;
        border-radius: 4px;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 4px;

        color: #D99816;
        font-weight: 700;
        font-size: 14px;
        line-height: 135%;

        &:hover {
            box-shadow: 0 0 8px 0 #d99816;
        }
    }

    .wrapper > .top {
        padding: 16px;

        display: grid;
        grid-template-columns: 1fr 225px 160px;
        gap: 0 24px;
        align-items: center;
    }

    .left > .top {
        padding-bottom: 16px;
        margin-bottom: 12px;
        border-bottom: 1px solid #EBEDED;

        display: grid;
        align-items: center;
        gap: 0 12px;
        grid-template-columns: auto auto 1fr auto;
    }

    @media (max-width: 1199px) {
        .wrapper > .top {
            display: flex;
            flex-direction: column;
            gap: 16px 0;
            align-items: stretch;
        }

        .left > .top {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }

        .features {
            padding-top: 16px;
            gap: 8px 0;
            flex-direction: column;
            align-items: stretch;

            &.responsiveness {
                display: flex;
            }

            &:not(.responsiveness) {
                display: none;
            }

            > div {
                grid-template-columns: 1fr auto;
            }
        }

        .middle {
            display: block;
            min-height: 0;

            .bottom > span {
                text-align: center;
            }
        }

        .copy {
            margin-left: auto;
            margin-right: auto;
        }

        .buttons {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 0 8px;
        }

        .wrapper > .bottom {
            align-items: flex-start;
            padding: 12px;

            .left {
                display: block;
            }
        }
    }
}

/*  */

.filters {
    padding-bottom: 24px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 24px;

    > .left {
        padding: 4px;
        border-radius: 8px;
        background: #F5F6F7;

        display: flex;

        font-family: Inter;
        font-size: 14px;
        line-height: 145%;
        color: #444;
    }

    > .left .filter {
        line-height: 36px;
        padding: 0 12px;
        border-radius: 6px;
        white-space: nowrap;
        cursor: pointer;
        font-weight: 600;

        &:hover {
            color: #D99816;
        }

        &.active {
            background: #FFF;
            color: #D99816;
        }
    }

    > .right {
        display: flex;
        gap: 0 8px;
        align-items: center;
    }

    .search .input {
        width: 220px;
        height: 44px;
        padding: 0 12px;
        border-radius: 8px;
        border: 1px solid #EBEDED;
        transition: .3s;

        display: grid;
        grid-template-columns: 20px 1fr;
        align-items: center;
        gap: 0 8px;

        input {
            align-self: stretch;

            font-family: Inter;
            font-weight: 500;
            font-size: 14px;
            line-height: 145%;
        }

        &:has(input:focus, input:hover) {
            border-color: #D99816;
            box-shadow: 0 0 2px #E5F7F7;

            input::placeholder {
                opacity: 1;
            }
        }
    }

    .order .toggle > div {
        padding: 0 12px 0 12px !important;
    }

    .toggle > div {
        height: 44px;
        padding: 0 16px 0 12px;
        border-radius: 8px;
        border: 1px solid #EBEDED;
        cursor: pointer;
        transition: .3s;

        display: flex;
        align-items: center;
        gap: 0 8px;
        flex-direction: row-reverse;

        color: #202020;
        font-family: Inter;
        font-weight: 600;
        font-size: 14px;
        line-height: 1;

        img {
            transition: none;
        }

        &:hover {
            border-color: #D99816;
            color: #D99816;

            img {
                filter: invert(64%) sepia(65%) saturate(1521%) hue-rotate(1deg) brightness(94%) contrast(83%);
            }
        }

        &.active {
            display: none;
            flex-direction: row;
            color: #D99816;
            border-color: #D99816;
            background: #D998161A;
            padding: 0 12px;

            .title div {
                display: flex;
                flex-direction: row-reverse;
                gap: 0 8px;
                align-items: center;

                img {
                    filter: invert(64%) sepia(65%) saturate(1521%) hue-rotate(1deg) brightness(94%) contrast(83%);
                }
            }

            .number {
                display: none;
            }
        }
    }

    .toggle.active {
        > div:not(.active) {
            display: none;
        }

        > div.active {
            display: flex;
        }
    }

    @media (min-width: 1200px) {
        .order.responsiveness {
            display: none;
        }
    }

    @media (max-width: 1199px) {
        & {
            display: block;
            padding-bottom: 16px;
        }

        > .left {
            display: none;
        }

        > .right {
            display: grid;
            grid-template-columns: 1fr auto auto;
        }

        .search .input {
            width: auto;
        }

        .toggle > div {
            width: 44px;
            padding: 0;
            justify-content: center;

            > span, .title span {
                display: none;
            }

            &.active {
                position: relative;
                padding: 0;

                .close {
                    display: none;
                }

                .number {
                    position: absolute;
                    top: 7px;
                    right: 4px;

                    display: block;
                    width: 14px;
                    aspect-ratio: 1;
                    border-radius: 50%;
                    border: 2px solid #D998161A;
                    background: #D99816;

                    color: #FFF;
                    font-family: Inter;
                    font-weight: 500;
                    font-size: 9px;
                    line-height: 100%;
                }
            }
        }
    }
}

body:has(.advanced-filters.opened, .order.opened) {
    @media (max-width: 575px) {
        overflow: hidden;
    }

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000080;
        z-index: 5;
        opacity: 1;
        visibility: visible;
    }
}

.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: 5;
    box-shadow: 0px 12px 40px -8px #00000014;
    border-radius: 8px;
    background: #FFF;
    width: 375px;
    height: calc(100vh - 40px);
    overflow: auto;

    @media (max-width: 575px) {
        & {
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            border-radius: 0;
        }
    }

    > .top, .middle > div {
        border-bottom: 1px solid #8B888833;
    }

    > .top, .middle > div:not(.opened) .items,
    > .top, .middle > div:not(.opened) .bottom {
        display: none;
    }

    .close, .toggle {
        cursor: pointer;

        img {
            width: 20px;
            aspect-ratio: 1;
        }
    }

    > .top, .middle > div.opened {
        .handle {
          position: relative;
          width: 100%;
          height: 20px;

          .overlay {
            position: absolute;
            bottom: 2px;
            left: 7px;
            width: calc(100% - 14px);
            height: 6px;
            background-color: #D99816;
          }

          input[type='range'] {
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            /*overflow: hidden;*/
            cursor: pointer;
            outline: none;
          }

          input[type='range'],
          input[type='range']::-webkit-slider-runnable-track,
          input[type='range']::-webkit-slider-thumb {
            -webkit-appearance: none;
            background: none;
          }

          input[type='range']::-webkit-slider-runnable-track {
            height: 6px;
            background: #EBEDED;
          }

          input[type='range']:nth-child(1)::-webkit-slider-runnable-track{
            background: none;
          }

          input[type='range']::-webkit-slider-thumb {
            position: relative;
            height: 14px;
            width: 14px;
            margin-top: -6px;
            border: 2px solid #D99816;
            background-color: #fff;
            border-radius: 25px;
            z-index: 1;
          }

          input[type='range']:nth-child(1)::-webkit-slider-thumb{
            z-index: 2;
          }
        }

        .toggle {
            img {
                transform: rotate(180deg);
            }
        }
    }

    > .top, .introduction {
        height: 64px;
        padding: 0 16px;

        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;

        .title {
            padding-bottom: 0;

            div {
                display: flex;
                flex-direction: row-reverse;
                align-items: center;
                gap: 0 8px;
            }

            img {
                width: 16px;
                aspect-ratio: 1;
            }
        }

        span {
            flex: 1;
            color: #202020;
            font-weight: 600;
            font-size: 14px;
            line-height: 145%;
        }
    }

    .introduction {
      cursor: pointer;
    }

    .introduction + .bottom {
        padding: 0 16px 18px;

        .title {
            display: flex;
            justify-content: space-between;

            padding-bottom: 8px;

            font-weight: 600;
            font-size: 14px;
            line-height: 145%;
        }

        .value {
            color: #8B8888;
        }
    }

    .items {
        padding: 0 16px 18px;

        display: flex;
        flex-direction: column;
        gap: 12px 0;

        color: #444;
        font-size: 14px;
        line-height: 1.45;
    }

    .item {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 0 10px;
    }

    label, input[type=checkbox] {
        cursor: pointer;
    }

    input[type=checkbox] {
        appearance: none;
        width: 14px;
        aspect-ratio: 1;
        border: 1px solid #8B8888;
        border-radius: 4px;

        display: flex;
        align-items: center;
        justify-content: center;

        &:checked {
            background: #D99816;
            border-color: transparent;
        }

        &::before {
            content: '';
            display: block;
            width: 7px;
            height: 4px;
            border: solid #FFF;
            border-width: 0 0 1px 1px;
            rotate: -45deg;
            margin-top: -2px;
        }
    }

    .buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 8px;

        padding: 22px 16px;

        button {
            cursor: pointer;
        }
    }

    .submit {
        display: flex;
        height: 40px;
        padding: 0 20px;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background: #D99816;
        color: #FFF;
        font-size: 14px;
        line-height: 150%;
        font-weight: 700;
    }

    .clear {
        border: 1px solid #FF2F54;
        height: 40px;
        border-radius: 4px;
        transition: .3s;

        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 4px;

        color: #FF2F54;
        font-weight: 700;
        font-size: 14px;
        line-height: 150%;
    }
}

@keyframes slideUp {
    from {
        translate: 0 100%;
    }

    to {
        translate: 0 0;
    }
}

.filters .order .toolbar {
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    background: #FFF;
    border-radius: 16px 16px 0 0;
    padding: 20px 16px 32px;
    width: 100%;
    animation: slideUp .3s linear;

    .title div {
        padding-bottom: 20px;

        display: flex;
        flex-direction: row-reverse;
        gap: 0 8px;
        align-items: center;
        justify-content: center;

        color: #202020;
        font-weight: 700;
        font-size: 16px;
        line-height: 125%;

        img {
            width: 20px;
            aspect-ratio: 1;
        }
    }

    fieldset {
        display: flex;
        flex-direction: column;
        gap: 12px 0;
    }

    input {
        margin-top: 3px;
        appearance: none;
        width: 16px;
        aspect-ratio: 1;
        border-radius: 50%;
        border: 1px solid #8B8888;

        display: flex;
        align-items: center;
        justify-content: center;

        &::before {
            content: '';
            display: block;
            width: 8px;
            aspect-ratio: 1;
            border-radius: 50%;
        }

        &:checked {
            border-color: #D99816;

            &::before {
                background: #D99816;
            }
        }
    }

    button {
        border: 1px solid #8B888833;
        border-radius: 10px;
        padding: 16px;

        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0 12px;
        align-items: flex-start;

        &.active {
            border-color: #D99816;
        }

        span {
            display: block;

            text-align: left;
            font-size: 14px;
            line-height: 145%;
            color: #444;

            &:first-child {
                font-weight: 600;
                color: #202020;
            }
        }
    }
}

.sportsbooks .no-results {
  
    .options-cards {
        display: flex;
        flex-direction: column;
        gap: 16px 0;

        h2 {
            font-family: 'Open Sans';
            font-weight: 700;
            font-size: 20px;
            line-height: 120%;
        }
    }

    > .introduction {
        margin-bottom: 32px;
        padding: 20px;
        border-radius: 4px;
        background: #FFF4F2;
        text-align: center;

        .icon img {
            margin: 0 auto 16px;
            padding: 0 12px;
            width: 48px;
            aspect-ratio: 1;
            border-radius: 50%;
            background: #FFF;
            object-fit: contain;
        }

        .title {
            padding-bottom: 4px;
             font-family: 'Open Sans';
            font-weight: 700;
            font-size: 17px;
            line-height: 120%;
            color: #DD2D12;
        }

        
        .content {
            color: #666;
            font-size: 14px;
            line-height: 135%;
        }
    }
    
    &.hide{
        display:none;
    }
}