.page-top-betting-sites-comparison {
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-top-betting-sites-comparison__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 40px 0; /* Small top padding, more bottom padding for content */
  text-align: center;
  overflow: hidden;
}

.page-top-betting-sites-comparison__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.page-top-betting-sites-comparison__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 20px; /* Space below image */
  padding: 0 20px;
}

.page-top-betting-sites-comparison__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em); /* Responsive H1 font size */
  color: #FF8C1A;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.2;
}

.page-top-betting-sites-comparison__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-top-betting-sites-comparison__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-top-betting-sites-comparison__section {
  padding: 60px 0;
}

.page-top-betting-sites-comparison__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-top-betting-sites-comparison__section-title {
  font-size: 2.2em;
  color: #FF8C1A;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-top-betting-sites-comparison__text-block {
  font-size: 1em;
  margin-bottom: 20px;
  color: #FFF3E6;
}

.page-top-betting-sites-comparison__text-block strong {
  color: #FFA53A;
}

.page-top-betting-sites-comparison__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-top-betting-sites-comparison__list-item {
  background-color: #17191F;
  color: #FFF3E6;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  border-left: 5px solid #FF8C1A;
}

.page-top-betting-sites-comparison__list-item strong {
  color: #FFA53A;
}

.page-top-betting-sites-comparison__numbered-list {
  list-style-type: decimal;
  padding-left: 25px;
  margin: 20px 0;
}

.page-top-betting-sites-comparison__numbered-list .page-top-betting-sites-comparison__list-item {
  background-color: transparent;
  border-left: none;
  padding: 0;
  margin-bottom: 15px;
  counter-increment: list-counter;
}

.page-top-betting-sites-comparison__numbered-list .page-top-betting-sites-comparison__list-item::before {
  content: counter(list-counter) ". ";
  color: #FF8C1A;
  font-weight: bold;
  margin-right: 5px;
}

.page-top-betting-sites-comparison__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 800px;
}

.page-top-betting-sites-comparison__site-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-top-betting-sites-comparison__card-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  border-radius: 8px;
  object-fit: contain;
}

.page-top-betting-sites-comparison__card-title {
  font-size: 1.8em;
  color: #FFA53A;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-top-betting-sites-comparison__card-description {
  font-size: 1em;
  color: #FFF3E6;
  margin-bottom: 20px;
}

.page-top-betting-sites-comparison__card-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.page-top-betting-sites-comparison__card-features li {
  color: #FFF3E6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  background-color: transparent; /* Override list-item background */
  border-left: none; /* Override list-item border */
}

.page-top-betting-sites-comparison__card-features li::before {
  content: '✓';
  color: #32CD32; /* Green checkmark */
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}

.page-top-betting-sites-comparison__btn-primary {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-top-betting-sites-comparison__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
}

.page-top-betting-sites-comparison__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  background-color: transparent;
  color: #FF8C1A;
  text-decoration: none;
  border: 2px solid #FF8C1A;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-top-betting-sites-comparison__btn-secondary:hover {
  background-color: #FF8C1A;
  color: #ffffff;
}

.page-top-betting-sites-comparison__cta-buttons--center {
  text-align: center;
  margin-top: 40px;
}

.page-top-betting-sites-comparison__faq-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-top-betting-sites-comparison__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  color: #FFA53A;
  font-weight: bold;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-top-betting-sites-comparison__faq-question::-webkit-details-marker {
  display: none; /* For details/summary */
}

.page-top-betting-sites-comparison__faq-qtext {
  flex-grow: 1;
  margin-right: 15px;
}

.page-top-betting-sites-comparison__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-top-betting-sites-comparison__faq-item[open] .page-top-betting-sites-comparison__faq-toggle {
  transform: rotate(45deg);
}

.page-top-betting-sites-comparison__faq-answer {
  padding: 0 25px 20px 25px;
  color: #FFF3E6;
  font-size: 0.95em;
}

.page-top-betting-sites-comparison__faq-answer p {
  margin-bottom: 0;
  color: #FFF3E6;
}

.page-top-betting-sites-comparison__faq-answer a {
  color: #FF8C1A;
  text-decoration: underline;
}

.page-top-betting-sites-comparison__conclusion .page-top-betting-sites-comparison__text-block {
  text-align: center;
}

.page-top-betting-sites-comparison__floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.page-top-betting-sites-comparison__floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  transition: transform 0.2s ease;
  min-width: 120px;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-top-betting-sites-comparison__floating-btn:hover {
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-top-betting-sites-comparison__main-title {
    font-size: clamp(1.8em, 4vw, 2.5em);
  }
  .page-top-betting-sites-comparison__section-title {
    font-size: 2em;
  }
  .page-top-betting-sites-comparison__site-card {
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .page-top-betting-sites-comparison__hero-content {
    padding: 0 15px;
  }
  .page-top-betting-sites-comparison__main-title {
    font-size: clamp(1.5em, 6vw, 2.2em);
  }
  .page-top-betting-sites-comparison__hero-description {
    font-size: 1em;
  }
  .page-top-betting-sites-comparison__section {
    padding: 40px 0;
  }
  .page-top-betting-sites-comparison__container {
    padding: 0 15px;
  }
  .page-top-betting-sites-comparison__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-top-betting-sites-comparison__text-block {
    font-size: 0.95em;
  }
  .page-top-betting-sites-comparison__list-item,
  .page-top-betting-sites-comparison__numbered-list .page-top-betting-sites-comparison__list-item {
    padding: 12px 15px;
    font-size: 0.95em;
  }
  .page-top-betting-sites-comparison__site-card {
    padding: 20px;
  }
  .page-top-betting-sites-comparison__card-title {
    font-size: 1.5em;
  }
  .page-top-betting-sites-comparison__card-description {
    font-size: 0.9em;
  }
  .page-top-betting-sites-comparison__btn-primary,
  .page-top-betting-sites-comparison__btn-secondary,
  .page-top-betting-sites-comparison a[class*="button"],
  .page-top-betting-sites-comparison a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-top-betting-sites-comparison__hero-cta-buttons,
  .page-top-betting-sites-comparison__cta-buttons,
  .page-top-betting-sites-comparison__button-group,
  .page-top-betting-sites-comparison__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-direction: column !important;
    gap: 10px;
  }
  .page-top-betting-sites-comparison img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-top-betting-sites-comparison__section,
  .page-top-betting-sites-comparison__card,
  .page-top-betting-sites-comparison__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-top-betting-sites-comparison__floating-buttons {
    flex-direction: row;
    bottom: 10px;
    left: 10px;
    right: 10px;
    justify-content: space-around;
    gap: 5px;
  }
  .page-top-betting-sites-comparison__floating-btn {
    min-width: unset;
    flex: 1;
    font-size: 1em;
    padding: 8px 15px;
  }
}

@media (max-width: 480px) {
  .page-top-betting-sites-comparison__main-title {
    font-size: clamp(1.3em, 7vw, 1.8em);
  }
  .page-top-betting-sites-comparison__section-title {
    font-size: 1.5em;
  }
  .page-top-betting-sites-comparison__site-card {
    padding: 15px;
  }
  .page-top-betting-sites-comparison__card-title {
    font-size: 1.3em;
  }
}