.page-resources-how-to-choose-reliable-ww8-betting-site {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Default text color for dark body background */
  background-color: var(--dark-bg-1); /* Inherit from shared.css */
}

.page-resources-how-to-choose-reliable-ww8-betting-site__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__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); /* Apply header offset */
  background-color: #26A9E0; /* Brand primary color for hero */
  color: #ffffff;
  overflow: hidden;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__hero-content {
  max-width: 800px;
  z-index: 1;
  position: relative;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2; /* Subtle background image */
  z-index: 0;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__btn-primary,
.page-resources-how-to-choose-reliable-ww8-betting-site__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__btn-primary {
  background-color: #EA7C07; /* Login color for primary CTA */
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__btn-primary:hover {
  background-color: #d16e06;
  border-color: #d16e06;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__btn-secondary:hover {
  background-color: #ffffff;
  color: #26A9E0;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__content-section {
  padding: 60px 0;
  background-color: var(--dark-bg-1);
}

.page-resources-how-to-choose-reliable-ww8-betting-site__dark-bg {
  background-color: var(--dark-bg-1);
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__text-block {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__criteria-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__card {
  background-color: rgba(255, 255, 255, 0.05); /* Semi-transparent white on dark bg */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-reliable-ww8-betting-site__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0; /* Brand primary color for card titles */
}

.page-resources-how-to-choose-reliable-ww8-betting-site__card-text {
  font-size: 1em;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__process-section,
.page-resources-how-to-choose-reliable-ww8-betting-site__payment-section,
.page-resources-how-to-choose-reliable-ww8-betting-site__experience-section,
.page-resources-how-to-choose-reliable-ww8-betting-site__responsible-gambling-section,
.page-resources-how-to-choose-reliable-ww8-betting-site__conclusion-section {
  padding: 60px 0;
  background-color: var(--dark-bg-1);
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__payment-section {
    background-color: #1a1a1a;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-section {
  padding: 60px 0;
  background-color: #26A9E0; /* Brand primary color for FAQ section */
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-list {
  max-width: 900px;
  margin: 0 auto 40px auto;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-question h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.2em;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #ffffff;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-item.active .page-resources-how-to-choose-reliable-ww8-betting-site__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-item.active .page-resources-how-to-choose-reliable-ww8-betting-site__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to contain content */
  padding: 15px 25px;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__faq-answer p {
  margin: 0;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-resources-how-to-choose-reliable-ww8-betting-site__image-faq {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  max-width: 800px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-reliable-ww8-betting-site__main-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__criteria-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-reliable-ww8-betting-site__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__main-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__btn-primary,
  .page-resources-how-to-choose-reliable-ww8-betting-site__btn-secondary {
    padding: 12px 20px;
    font-size: 0.95em;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__container {
    padding: 0 15px;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__text-block {
    font-size: 1em;
    line-height: 1.7;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__card {
    padding: 20px;
  }

  .page-resources-how-to-choose-reliable-ww8-betting-site__card-title {
    font-size: 1.3em;
  }

  /* Images responsive */
  .page-resources-how-to-choose-reliable-ww8-betting-site img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Image containers responsive */
  .page-resources-how-to-choose-reliable-ww8-betting-site__hero-image-wrapper,
  .page-resources-how-to-choose-reliable-ww8-betting-site__image-full-width,
  .page-resources-how-to-choose-reliable-ww8-betting-site__image-faq,
  .page-resources-how-to-choose-reliable-ww8-betting-site__card-image {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  /* General section/container padding adjustment for mobile */
  .page-resources-how-to-choose-reliable-ww8-betting-site__content-section,
  .page-resources-how-to-choose-reliable-ww8-betting-site__criteria-section,
  .page-resources-how-to-choose-reliable-ww8-betting-site__process-section,
  .page-resources-how-to-choose-reliable-ww8-betting-site__payment-section,
  .page-resources-how-to-choose-reliable-ww8-betting-site__experience-section,
  .page-resources-how-to-choose-reliable-ww8-betting-site__responsible-gambling-section,
  .page-resources-how-to-choose-reliable-ww8-betting-site__faq-section,
  .page-resources-how-to-choose-reliable-ww8-betting-site__conclusion-section {
    padding: 40px 0;
  }
}