.page-resources-how-to-choose-best-online-betting {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #ffffff;
}

.page-resources-how-to-choose-best-online-betting__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  color: #ffffff;
  overflow: hidden;
  min-height: 500px;
}

.page-resources-how-to-choose-best-online-betting__dark-bg {
  background-color: #0A0A0A;
  color: #ffffff;
}

.page-resources-how-to-choose-best-online-betting__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-how-to-choose-best-online-betting__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-resources-how-to-choose-best-online-betting__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Slightly dim the image for text readability */
  filter: brightness(0.7); /* Darken image slightly */
}

.page-resources-how-to-choose-best-online-betting__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-choose-best-online-betting__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-best-online-betting__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #f0f0f0;
}

.page-resources-how-to-choose-best-online-betting__btn-primary,
.page-resources-how-to-choose-best-online-betting__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-choose-best-online-betting__btn-primary {
  background-color: #FFD700;
  color: #0A0A0A;
  border: 2px solid #FFD700;
  margin-right: 15px;
}

.page-resources-how-to-choose-best-online-betting__btn-primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
}

.page-resources-how-to-choose-best-online-betting__btn-secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-resources-how-to-choose-best-online-betting__btn-secondary:hover {
  background-color: #FFD700;
  color: #0A0A0A;
}

.page-resources-how-to-choose-best-online-betting__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-resources-how-to-choose-best-online-betting__section-title {
  font-size: 2.5em;
  color: #0A0A0A;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-choose-best-online-betting__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-how-to-choose-best-online-betting__dark-bg .page-resources-how-to-choose-best-online-betting__section-title {
  color: #ffffff;
}

.page-resources-how-to-choose-best-online-betting__subsection-title {
  font-size: 1.8em;
  color: #0A0A0A;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-how-to-choose-best-online-betting__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-how-to-choose-best-online-betting__image-content {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-how-to-choose-best-online-betting__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-best-online-betting__faq-section {
  margin-top: 60px;
  background-color: #f9f9f9;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-resources-how-to-choose-best-online-betting__faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.page-resources-how-to-choose-best-online-betting__faq-item:last-child {
  border-bottom: none;
}

.page-resources-how-to-choose-best-online-betting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #0A0A0A;
  cursor: pointer;
  transition: color 0.3s ease;
}

.page-resources-how-to-choose-best-online-betting__faq-question:hover {
  color: #FFD700;
}

.page-resources-how-to-choose-best-online-betting__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-how-to-choose-best-online-betting__faq-item.active .page-resources-how-to-choose-best-online-betting__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-choose-best-online-betting__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-how-to-choose-best-online-betting__faq-item.active .page-resources-how-to-choose-best-online-betting__faq-answer {
  max-height: 1000px !important; /* Ensure it expands sufficiently */
  padding: 15px;
  background-color: #f0f0f0;
  border-radius: 5px;
  margin-bottom: 10px;
}

.page-resources-how-to-choose-best-online-betting__faq-answer p {
  margin-bottom: 0;
  color: #555555;
}

.page-resources-how-to-choose-best-online-betting__video-section {
  position: relative;
  width: 100%;
  padding: 60px 20px;
  text-align: center;
}

.page-resources-how-to-choose-best-online-betting__video-wrapper {
  max-width: 960px; /* Standard video width for content */
  margin: 0 auto 30px auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-best-online-betting__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.page-resources-how-to-choose-best-online-betting__video-description {
  font-size: 1.1em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-best-online-betting__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-choose-best-online-betting__hero-description {
    font-size: 1.2em;
  }
  .page-resources-how-to-choose-best-online-betting__section-title {
    font-size: 2em;
  }
  .page-resources-how-to-choose-best-online-betting__subsection-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-best-online-betting__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important; /* Apply header offset on mobile */
  }
  .page-resources-how-to-choose-best-online-betting__hero-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-choose-best-online-betting__hero-description {
    font-size: 1em;
  }
  .page-resources-how-to-choose-best-online-betting__btn-primary,
  .page-resources-how-to-choose-best-online-betting__btn-secondary {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-how-to-choose-best-online-betting__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
  .page-resources-how-to-choose-best-online-betting__content-area {
    padding: 40px 15px;
  }
  .page-resources-how-to-choose-best-online-betting__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-how-to-choose-best-online-betting__subsection-title {
    font-size: 1.4em;
    margin-top: 30px;
  }
  .page-resources-how-to-choose-best-online-betting__paragraph {
    font-size: 0.95em;
  }
  
  /* Mobile image responsiveness */
  .page-resources-how-to-choose-best-online-betting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Ensure content area images are not smaller than 200px */
  .page-resources-how-to-choose-best-online-betting__image-content {
    min-width: 200px;
    min-height: 200px;
  }

  .page-resources-how-to-choose-best-online-betting__faq-section {
    padding: 30px 15px;
  }
  .page-resources-how-to-choose-best-online-betting__faq-question {
    font-size: 1.1em;
    padding: 12px 0;
  }
  .page-resources-how-to-choose-best-online-betting__faq-answer {
    padding: 0 10px;
  }
  .page-resources-how-to-choose-best-online-betting__faq-item.active .page-resources-how-to-choose-best-online-betting__faq-answer {
    padding: 10px;
  }

  /* Mobile video responsiveness */
  .page-resources-how-to-choose-best-online-betting__video-section {
    padding: 40px 15px;
  }
  .page-resources-how-to-choose-best-online-betting__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-how-to-choose-best-online-betting__video {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important; /* height auto will be applied by the wrapper's padding-bottom trick */
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-best-online-betting__hero-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-choose-best-online-betting__section-title {
    font-size: 1.5em;
  }
  .page-resources-how-to-choose-best-online-betting__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-how-to-choose-best-online-betting__hero-description {
    font-size: 0.9em;
  }
}