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-claim-img {
  display: none;
}
.dark .how-to-claim-dark-img {
  display: block;
}

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

.h4-p-ul-section > h2,
.h4-p-ul-section > h3 {
  margin-top: 3.25rem;
  margin-bottom: 1.15rem;
  line-height: 2.0625rem;
}
.h4-p-ul-section > h4 {
  margin-bottom: 1.4rem;
}
.h4-p-ul-section > h4:first-of-type {
  margin-top: 1.35rem;
}
.h4-p-ul-section > p {
  margin-bottom: 1.5rem;
  line-height: 1.55rem;
}
.h4-p-ul-section > p:first-child {
  margin-top: 1.5;
}
.main-content {
  padding: 0;
}
.main-content .free-betting {
  margin-top: 3.3rem;
}
.main-content .free-betting > a {
  color: #149688;
}
.main-content .free-betting .compare-betting-table .green-btn {
  color: #fff;
}
.main-content .free-betting .compare-betting-table .green-btn:hover {
  color: #1b1c1e;
}
.main-content .free-betting .intro-content-left-text p {
  padding-bottom: 0;
}
.main-content .free-betting .about-author {
  margin-top: 2.5rem;
}

/* Uniform section spacing — single source of truth */
.main-content .free-betting > .static-page-content,
.main-content .free-betting .best-free-bet-offers,
.main-content .free-betting .best-free-bet-offer-by-category,
.main-content .free-betting .compare-betting-sites,
.main-content .free-betting .how-to-claim,
.main-content .free-betting .faq,
.main-content .free-betting #final-thoughts-on-premier-league-betting,
.main-content .free-betting #final-thoughts-on-free-bets {
  margin-top: 2.5rem !important;
  margin-bottom: 0 !important;
}
.main-content .free-betting .static-page-content > h2:first-child,
.main-content .free-betting .static-page-content > h3:first-child {
  margin-top: 0;
}
.main-content .free-betting .static-page-content > *:last-child {
  margin-bottom: 0;
}
.main-content .free-betting .static-page-content h2 {
  margin-top: 0;
}
.main-content .free-betting .table-of-content + * {
  margin-top: 0 !important;
}
.main-content .free-betting .table-of-content {
  margin-bottom: 4.2rem;
}
.main-content .free-betting .best-free-bet-offers h2,
.main-content .free-betting .best-free-bet-offers h3 {
  margin-bottom: 2.3rem;
}
.main-content .free-betting .best-free-bet-offers .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 .free-betting .best-free-bet-offers .btn-light-gray-border:hover {
  color: #149688;
  border: 0.0625rem solid #149688;
}
.main-content .free-betting .best-free-bet-offers .btn-light-gray-border.active {
  background-color: #149688;
  border: 0.0625rem solid #149688;
  color: white;
}
.main-content .free-betting .best-free-bet-offers .top-betting-sites-table {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main-content .free-betting .best-free-bet-offer-by-category {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main-content .free-betting .best-free-bet-offer-by-category h2,
.main-content .free-betting .best-free-bet-offer-by-category h3 {
  margin-bottom: 2.4rem;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container {
  margin: 2.4rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.8rem;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.16);
  padding-left: 0.8rem;
  background-color: var(--white-gray-light-bkg);
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card:has(> a:hover) {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-main {
  display: flex;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-main .number {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem 0.85rem 1rem;
  background-color: #149688;
  color: white;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-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 .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-main .logo {
  width: 16.8rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-main .logo img {
  height: 3.3rem;
  max-width: 80%;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer {
  font-family: "Poppins-Bold";
  padding: 0.6rem 0 0.5rem 0;
  position: relative;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer div, .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer p {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer div img, .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer div .flag-container, .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer p img, .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer p .flag-container {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer div::after, .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card > a .card-footer p::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 0.125rem;
  background: #149688;
  bottom: 0;
  left: 0;
}
.main-content .free-betting .best-free-bet-offer-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 .free-betting .best-free-bet-offer-by-category .best-bookmakers-by-category-table .header .col-6 {
  text-align: center;
  padding: 0.6rem;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-bookmakers-by-category-table .main {
  display: flex;
  flex-direction: column;
  border-bottom: 0.4rem solid #149688;
}
.main-content .free-betting .best-free-bet-offer-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 .free-betting .best-free-bet-offer-by-category .best-bookmakers-by-category-table .main .table-row:first-child .col-6 {
  padding-top: 0.9rem;
}
.main-content .free-betting .best-free-bet-offer-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.45rem 1rem;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-bookmakers-by-category-table .main .table-row .col-6 img {
  height: 1.3rem;
}
.main-content .free-betting .best-free-bet-offer-by-category .best-bookmakers-by-category-table .main .table-row .right {
  border-right: none;
}
.main-content .free-betting .best-free-bet-offer-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 .free-betting .best-free-bet-offer-by-category .best-bookmakers-by-category-table .main .table-row .right a:hover {
  color: #149688;
  text-decoration: none;
}
.main-content .free-betting .compare-betting-sites .h2-p-section {
  margin-bottom: 2rem;
}
.main-content .free-betting .compare-betting-sites .h2-p-section h2 {
  margin-bottom: 1.2rem;
}
.main-content .free-betting .compare-betting-sites .h2-p-section h3 {
  margin-top: 3.25rem;
  margin-bottom: 1.15rem;
  line-height: 2.0625rem;
}
.main-content .free-betting .compare-betting-sites .h2-p-section p {
  margin-bottom: 1.5rem;
  line-height: 1.55rem;
}
.main-content .free-betting .compare-betting-sites .compare-table {
  margin-top: 2rem;
}
.main-content .free-betting .compare-betting-sites .compare-table .compare-betting-table {
  min-width: 53rem;
}
.main-content .free-betting .example-card {
  justify-self: center;
  width: 51.6rem;
  display: flex;
  -webkit-box-shadow: 0 0 0.1875rem 0.125rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 0.1875rem 0.125rem rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0.1875rem 0.125rem rgba(0, 0, 0, 0.06);
  margin: 1.8rem auto 3.3rem auto;
  background: var(--white-gray-light-bkg);
}
.main-content .free-betting .example-card .example-card-img {
  background: #149688;
  padding: 0.9rem;
  display: flex;
  align-items: center;
}
.main-content .free-betting .example-card .example-card-img img {
  height: 2.5rem;
}
.main-content .free-betting .example-card .example-card-content {
  padding: 1.2rem 1.9rem 2.1rem 1.9rem;
  position: relative;
}
.main-content .free-betting .example-card .example-card-content h4 {
  font-family: "LeagueSpartan-SemiBold";
  font-size: 1.25rem;
}
.main-content .free-betting .example-card .example-card-content:after {
  content: "";
  position: absolute;
  width: 12.7rem;
  height: 0.125rem;
  background: #149688;
  bottom: 0;
  right: 0;
}
.main-content .free-betting .how-to-claim {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.main-content .free-betting .how-to-claim h2 {
  text-transform: none;
  margin-bottom: 0.9rem;
}
.main-content .free-betting .how-to-claim .how-to-claim-img, .main-content .free-betting .how-to-claim .how-to-claim-dark-img {
  height: 24rem;
  width: auto;
}
.main-content .free-betting .how-to-claim .footer-link {
  display: flex;
  align-items: center;
  margin-top: -1rem;
}
.main-content .free-betting .how-to-claim .footer-link img {
  height: 1.4rem;
  margin-right: 1.4rem;
  border-right: 0.125rem solid #149688;
  padding-right: 1.2rem;
}
.main-content .free-betting .how-to-claim .step-section .step-section-title-container {
  display: flex;
  align-items: center;
  margin-top: 1.3rem;
  margin-bottom: 0.9rem;
}
.main-content .free-betting .how-to-claim .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 .free-betting .how-to-claim .step-section .step-section-title-container img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 1rem;
}
.main-content .free-betting .how-to-claim .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 .free-betting .how-to-claim .step-section .step-section-text p {
  font-size: 0.875rem;
  font-family: "Poppins";
  line-height: 1.3125rem;
  margin-bottom: 1.3rem;
}
.main-content .free-betting .faq {
  margin-top: 2.5rem;
  margin-bottom: 3.1rem;
}
.main-content .free-betting .related-articles-3 {
  margin-top: 3.3rem;
  margin-bottom: 4.9rem;
}
.main-content .right-column {
  padding-top: 6.2rem;
}

@media (max-width: 1399px) {
  .main-content .free-betting .example-card {
    width: auto;
  }
  .main-content .free-betting .how-to-claim .how-to-claim-img, .main-content .free-betting .how-to-claim .how-to-claim-dark-img {
    width: 100%;
    height: auto;
  }
  .main-content .free-betting .how-to-claim .footer-link {
    margin-top: 0;
  }
  .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container {
    display: grid;
    grid-template-columns: auto auto;
  }
  .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card {
    width: fit-content;
  }
  .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container .best-free-bet-offer-by-category-card:first-child {
    grid-column: span 2;
    justify-self: center;
  }
}
@media (max-width: 767px) {
  .main-content .free-betting .best-free-bet-offer-by-category .best-free-bet-offer-by-category-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=free-betting.css.map */
