body {
  --light-gray-black: #efefef;
  --light-gray-border: #efefef;
  --gray-light-color:#292a2d;
  --white-gray-bkg:#fff;
  --text-white: #040504;
  --white-gray-light-bkg: #fff;
  --light-gray-bkg: #efefef;
  --light-gray-bkg-rgb: 239,239,239;
  --black-white: #fff;
  --white-black-rgb: 255,255,255;
  --black-white-rgb: 4,5,4;
  --light-white: #9a9999;
  --stars-border:#e1e1e1;
  --white-green:#fff;
  --green-white:#149688;
  --table-bg: 239,239,239;
  --dark-gray:#b9b8b8;
  --black-gray: #040504;
  --footer-gray-color: #b9b8b8;
}

body.dark {
  --light-gray-black: #040504;
  --light-gray-border: #2a2a2d;
  --gray-light-color: #efefef;
  --white-gray-bkg: #040504;
  --text-white: #dedada;
  --white-gray-light-bkg: #2a2a2d;
  --light-gray-bkg: #474545;
  --light-gray-bkg-rgb: 71,69,69;
  --black-white: #040504;
  --white-black-rgb: 4,5,4;
  --black-white-rgb: 255,255,255;
  --light-white: #fff;
  --stars-border:#f2f1f1;
  --white-green:#149688;
  --green-white:#fff;
  --table-bg: 20,20,20;
  --dark-gray:#474545;
  --black-gray: #4c4c4c;
  --footer-gray-color: #2a2a2d;
}

.dark .how-to-join-img {
  display: none;
}
.dark .how-to-join-dark-img {
  display: block;
}

.light .how-to-join-img {
  display: block;
}
.light .how-to-join-dark-img {
  display: none;
}

.main-content {
  padding: 0;
}
.main-content .bookmaker-reviews {
  margin-top: 3.3rem;
}
.main-content .bookmaker-reviews > a {
  color: #149688;
}
.main-content .bookmaker-reviews .h3-p-section p {
  line-height: 1.5625rem;
  margin-bottom: 1.5rem;
}
.main-content .bookmaker-reviews .h3-p-section h2,
.main-content .bookmaker-reviews .h3-p-section h3 {
  margin-bottom: 1.2rem;
}
.main-content .bookmaker-reviews .table-of-content {
  margin-bottom: 4.2rem;
}
.main-content .bookmaker-reviews .best-betting-sites-and-bookmakers h2,
.main-content .bookmaker-reviews .best-betting-sites-and-bookmakers h3 {
  margin-bottom: 2.3rem;
}
.main-content .bookmaker-reviews .best-betting-sites-and-bookmakers .btn-light-gray-border {
  border: 0.0625rem solid #7d7d7d;
  color: var(--text-white);
  border-radius: 0.5rem;
  padding: 0.45rem 0.9rem;
  display: flex;
  font-family: "Poppins-Regular";
  font-size: 0.875rem;
}
.main-content .bookmaker-reviews .best-betting-sites-and-bookmakers .btn-light-gray-border.active {
  background-color: #149688;
  border: 0.0625rem solid #149688;
  color: white;
}
.main-content .bookmaker-reviews .best-betting-sites-and-bookmakers .btn-light-gray-border:hover {
  color: #149688;
  border: 0.0625rem solid #149688;
}
.main-content .bookmaker-reviews .best-betting-sites-and-bookmakers .top-betting-sites-table {
  margin-top: 3.9rem;
  margin-bottom: 4.4rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category {
  margin-top: 4.4rem;
  margin-bottom: 3.6rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container {
  margin-top: 2.2rem;
  margin-bottom: 3.6rem;
  display: flex;
  justify-content: space-between;
  gap: 1.1rem;
  flex-wrap: wrap;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card {
  display: flex;
  flex-direction: column;
  width: 12.9rem;
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.16);
  padding-left: 0.5rem;
  background-color: var(--white-gray-light-bkg);
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card:has(> a:hover) {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-main {
  display: flex;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-main .number {
  width: 1.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #149688;
  color: white;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-main .number p {
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  padding-top: 0.8rem;
  padding-bottom: 1.3rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-main .logo {
  width: 10.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-main .logo img {
  height: 2.4375rem;
  max-width: 7rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer {
  font-family: "Poppins-Bold";
  padding-top: 0.5rem;
  position: relative;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer p, .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer div {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer p img, .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer p .flag-container, .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer div img, .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer div .flag-container {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer p::after, .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card > a .card-footer div::after {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 0.125rem;
  background: #149688;
  bottom: 0;
  left: 0;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #149688;
  color: #fff;
  font-family: "Poppins-Bold";
  line-height: 1.5625rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .header .col-6 {
  text-align: center;
  padding: 0.6rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main {
  display: flex;
  flex-direction: column;
  border-bottom: 0.4rem solid #149688;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0.0625rem solid #7d7d7d;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .col-6 {
  border-right: 0.0625rem solid #7d7d7d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.7rem;
  padding: 0.4rem 1rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .col-6 img {
  height: 1.8rem;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .right {
  border-right: none;
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .right a {
  font-family: "Poppins-SemiBold";
  text-decoration: underline;
  color: var(--text-white);
}
.main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .right a:hover {
  color: #149688;
  text-decoration: none;
}
.main-content .bookmaker-reviews .compare-betting-sites .h3-p-section {
  margin-bottom: 4.5rem;
}
.main-content .bookmaker-reviews .how-to-join h1,
.main-content .bookmaker-reviews .how-to-join h2 {
  text-transform: none;
  margin-bottom: 1.3rem;
}
.main-content .bookmaker-reviews .how-to-join .how-to-join-img, .main-content .bookmaker-reviews .how-to-join .how-to-join-dark-img {
  height: 25.625rem;
  width: 69rem;
}
.main-content .bookmaker-reviews .how-to-join .footer-link {
  display: flex;
  align-items: center;
  margin-bottom: 3.6rem;
  margin-top: -2.4rem;
}
.main-content .bookmaker-reviews .how-to-join .footer-link img {
  height: 1.4rem;
  margin-right: 1.4rem;
  border-right: 0.125rem solid #149688;
  padding-right: 1.2rem;
}
.main-content .bookmaker-reviews .how-to-join .step-section .step-section-title-container {
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
  margin-bottom: 0.9rem;
}
.main-content .bookmaker-reviews .how-to-join .step-section .step-section-title-container p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-family: "Poppins-SemiBold";
  color: #149688;
  text-transform: uppercase;
}
.main-content .bookmaker-reviews .how-to-join .step-section .step-section-title-container img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1rem;
}
.main-content .bookmaker-reviews .how-to-join .step-section .step-section-subtitle {
  margin-bottom: 1.3rem;
  font-size: 0.875rem;
  font-family: "Poppins-SemiBold";
  line-height: 1.3125rem;
  text-transform: uppercase;
}
.main-content .bookmaker-reviews .how-to-join .step-section .step-section-text p {
  font-size: 0.875rem;
  font-family: "Poppins";
  line-height: 1.3125rem;
  margin-bottom: 1.3rem;
}
.main-content .bookmaker-reviews .what-we-check {
  margin-bottom: 6rem;
}
.main-content .bookmaker-reviews .what-we-check h1,
.main-content .bookmaker-reviews .what-we-check h2 {
  display: flex;
  align-items: center;
  text-wrap: wrap;
  margin-bottom: 2.1rem;
}
.main-content .bookmaker-reviews .what-we-check h1 img,
.main-content .bookmaker-reviews .what-we-check h2 img {
  height: 3.125rem;
  margin-right: 1.3rem;
  border-right: 0.125rem solid #149688;
  padding-right: 1.35rem;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container {
  margin-top: 1.3rem;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .row.first-row {
  margin-bottom: 1.7rem;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .row .col-md-4:nth-child(2) .what-we-check-card .what-we-check-card-body {
  width: 100%;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .row .col-md-4:nth-child(2) .what-we-check-card .what-we-check-card-body div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 0.125rem solid #149688;
  border-right: 0.125rem solid #149688;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .what-we-check-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2.1rem;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .what-we-check-card .what-we-check-card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins-Bold";
  line-height: 1.375rem;
  padding-bottom: 0.4rem;
  margin-bottom: 1.3rem;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .what-we-check-card .what-we-check-card-body > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .what-we-check-card .what-we-check-card-body > div img {
  margin-bottom: 2rem;
  height: 5rem;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .what-we-check-card .what-we-check-card-body > div p {
  text-align: center;
  padding: 0 1rem;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .what-we-check-card .what-we-check-card-body::after {
  content: "";
  position: absolute;
  width: 2.3rem;
  height: 0.125rem;
  background: #149688;
  bottom: 0;
}
.main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .what-we-check-card .what-we-check-card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 0.9rem;
}
.main-content .bookmaker-reviews .faq {
  margin-top: 6rem;
  margin-bottom: 3.1rem;
}
.main-content .bookmaker-reviews .bottom-line-how-to {
  margin-top: 3.1rem;
}
.main-content .bookmaker-reviews .related-articles-3 {
  margin-top: 4.8rem;
  margin-bottom: 5.6rem;
}
.main-content .right-column {
  padding-top: 1.3rem;
}

@media (max-width: 1399px) {
  .main-content .bookmaker-reviews .how-to-join .how-to-join-img, .main-content .bookmaker-reviews .how-to-join .how-to-join-dark-img {
    width: 100%;
    height: auto;
  }
  .main-content .bookmaker-reviews .how-to-join .footer-link {
    margin-top: 0;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card {
    justify-self: center;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card:nth-child(1) {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .last-update-date {
    margin-left: 0;
  }
  .main-content .bookmaker-reviews .what-we-check .what-we-check-card-container .row .col-md-4:nth-child(2) .what-we-check-card .what-we-check-card-body div {
    border-left: none;
    border-right: none;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .col-6 {
    justify-content: space-between;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .col-6 p {
    text-align: start;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-table .main .table-row .right {
    justify-content: center;
  }
  .compare-betting-tabs {
    flex-direction: column;
  }
  .compare-betting-tabs li button {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card {
    width: 100%;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card a .card-main .logo {
    width: 100%;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card a .card-main .logo img {
    height: 2.5rem;
    max-width: 10rem;
  }
  .main-content .bookmaker-reviews .best-bookmakers-by-category .best-bookmakers-by-category-card-container .best-bookmakers-by-category-card a .card-footer {
    padding-top: 1rem;
  }
}

/* Content bullet lists */
.more-content ul {
  list-style: disc;
  list-style-image: url("../../img/green-hook-icon.svg");
  padding-left: 2rem;
}
.more-content ul li {
  margin-bottom: 0.3rem;
}
.more-content ul li::marker {
  color: #149688;
}

/*# sourceMappingURL=bookmakers-review-main.css.map */
