.page-resources-how-to-identify-reputable-bookmakers {
  background-color: #121212; /* Dark background from body */
  color: #f0f0f0; /* Light text for dark background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-resources-how-to-identify-reputable-bookmakers__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Fixed header spacing */
.page-resources-how-to-identify-reputable-bookmakers__hero-article-section {
  padding-top: 120px; /* Desktop: Adjust for fixed header */
  padding-bottom: 40px;
  background: linear-gradient(135deg, #007bff, #28a745); /* Brand colors */
  color: #ffffff;
  text-align: center;
}

.page-resources-how-to-identify-reputable-bookmakers__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-how-to-identify-reputable-bookmakers__intro-text {
  font-size: 1.15em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-image-wrapper {
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  max-width: 100%;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-resources-how-to-identify-reputable-bookmakers__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  color: #007bff; /* Brand primary color for titles */
}

.page-resources-how-to-identify-reputable-bookmakers__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px auto;
  color: #cccccc;
}

/* Criteria Section */
.page-resources-how-to-identify-reputable-bookmakers__criteria-section {
  padding: 60px 0;
  background-color: #1a1a1a; /* Slightly lighter dark background */
}

.page-resources-how-to-identify-reputable-bookmakers__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-identify-reputable-bookmakers__criterion-card {
  background: #2a2a2a; /* Darker card background */
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3a3a3a;
  color: #f0f0f0;
}

.page-resources-how-to-identify-reputable-bookmakers__criterion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.page-resources-how-to-identify-reputable-bookmakers__criterion-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #28a745; /* Brand secondary color */
}

.page-resources-how-to-identify-reputable-bookmakers__criterion-text {
  font-size: 1em;
  line-height: 1.7;
  color: #cccccc;
}

.page-resources-how-to-identify-reputable-bookmakers__criterion-image {
  width: 100%;
  height: auto;
  max-height: 250px; /* Limit height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
}

/* Recommendation Section */
.page-resources-how-to-identify-reputable-bookmakers__recommendation-section {
  padding: 60px 0;
  background-color: #007bff; /* Brand primary color as background */
  color: #ffffff;
}

.page-resources-how-to-identify-reputable-bookmakers__recommendation-section .page-resources-how-to-identify-reputable-bookmakers__section-title,
.page-resources-how-to-identify-reputable-bookmakers__recommendation-section .page-resources-how-to-identify-reputable-bookmakers__section-description {
  color: #ffffff;
}

.page-resources-how-to-identify-reputable-bookmakers__recommendation-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  max-width: 800px;
  text-align: center;
}

.page-resources-how-to-identify-reputable-bookmakers__recommendation-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-how-to-identify-reputable-bookmakers__recommendation-link {
  color: #ffff00; /* Yellow for highlight on blue background */
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.page-resources-how-to-identify-reputable-bookmakers__recommendation-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-resources-how-to-identify-reputable-bookmakers__cta-paragraph {
  text-align: center;
  margin-top: 40px;
  font-size: 1.2em;
}

.page-resources-how-to-identify-reputable-bookmakers__cta-link {
  display: inline-block;
  background: #28a745; /* Brand secondary color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-identify-reputable-bookmakers__cta-link:hover {
  background: #218838;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Tips Section */
.page-resources-how-to-identify-reputable-bookmakers__tips-section {
  padding: 60px 0;
  background-color: #1a1a1a;
}

.page-resources-how-to-identify-reputable-bookmakers__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-how-to-identify-reputable-bookmakers__tip-card {
  background: #2a2a2a;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #3a3a3a;
  color: #f0f0f0;
}

.page-resources-how-to-identify-reputable-bookmakers__tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6);
}

.page-resources-how-to-identify-reputable-bookmakers__tip-title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #28a745;
}

.page-resources-how-to-identify-reputable-bookmakers__tip-text {
  font-size: 1em;
  line-height: 1.7;
  color: #cccccc;
}

.page-resources-how-to-identify-reputable-bookmakers__tip-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  display: block;
}

/* FAQ Section */
.page-resources-how-to-identify-reputable-bookmakers__faq-section {
  padding: 60px 0;
  background-color: #121212; /* Body background */
}

.page-resources-how-to-identify-reputable-bookmakers__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
  padding: 0 15px;
  opacity: 0;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-item.active .page-resources-how-to-identify-reputable-bookmakers__faq-answer {
  max-height: 2000px !important;
  padding: 20px 15px !important;
  opacity: 1;
  background: #2a2a2a; /* Darker background for answer */
  border-radius: 0 0 5px 5px;
  color: #cccccc;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  background: #2a2a2a; /* Darker background for question */
  border: 1px solid #3a3a3a;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  position: relative;
  color: #f0f0f0;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-question:hover {
  background: #3a3a3a;
  border-color: #4a4a4a;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-question:active {
  background: #4a4a4a;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-question h3 {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  pointer-events: none;
  color: #f0f0f0;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #28a745; /* Brand secondary color for toggle */
  transition: transform 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-item.active .page-resources-how-to-identify-reputable-bookmakers__faq-toggle {
  color: #007bff; /* Brand primary color when active */
  transform: rotate(45deg); /* Rotate to form an 'X' or similar for minus sign */
}

/* Conclusion Section */
.page-resources-how-to-identify-reputable-bookmakers__conclusion-section {
  padding: 60px 0;
  background-color: #1a1a1a;
  text-align: center;
}

.page-resources-how-to-identify-reputable-bookmakers__conclusion-text {
  font-size: 1.1em;
  max-width: 900px;
  margin: 0 auto 30px auto;
  color: #cccccc;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-identify-reputable-bookmakers__main-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__section-title {
    font-size: 2.2em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__criterion-title,
  .page-resources-how-to-identify-reputable-bookmakers__tip-title {
    font-size: 1.4em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__faq-question h3 {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-identify-reputable-bookmakers__hero-article-section {
    padding-top: 100px !important; /* Mobile: Adjust for fixed header */
    padding-bottom: 30px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__container {
    padding: 0 15px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__main-title {
    font-size: 2.2em;
    margin-bottom: 15px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__section-description {
    font-size: 0.95em;
    margin-bottom: 30px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__criteria-section,
  .page-resources-how-to-identify-reputable-bookmakers__recommendation-section,
  .page-resources-how-to-identify-reputable-bookmakers__tips-section,
  .page-resources-how-to-identify-reputable-bookmakers__faq-section,
  .page-resources-how-to-identify-reputable-bookmakers__conclusion-section {
    padding: 40px 0;
  }
  .page-resources-how-to-identify-reputable-bookmakers__criterion-card,
  .page-resources-how-to-identify-reputable-bookmakers__tip-card {
    padding: 20px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__criterion-title,
  .page-resources-how-to-identify-reputable-bookmakers__tip-title {
    font-size: 1.3em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__criterion-text,
  .page-resources-how-to-identify-reputable-bookmakers__tip-text {
    font-size: 0.95em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__recommendation-list li {
    font-size: 1em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__cta-paragraph {
    font-size: 1.1em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__cta-link {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__faq-question {
    padding: 15px;
    flex-wrap: wrap;
  }
  .page-resources-how-to-identify-reputable-bookmakers__faq-question h3 {
    font-size: 0.95em;
    width: calc(100% - 40px);
  }
  .page-resources-how-to-identify-reputable-bookmakers__faq-toggle {
    margin-left: 10px;
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__faq-answer {
    padding: 0 15px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__faq-item.active .page-resources-how-to-identify-reputable-bookmakers__faq-answer {
    padding: 15px !important;
  }
  .page-resources-how-to-identify-reputable-bookmakers__conclusion-text {
    font-size: 1em;
  }

  /* Mobile image responsiveness */
  .page-resources-how-to-identify-reputable-bookmakers img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-how-to-identify-reputable-bookmakers__hero-image-wrapper,
  .page-resources-how-to-identify-reputable-bookmakers__criterion-card,
  .page-resources-how-to-identify-reputable-bookmakers__tip-card,
  .page-resources-how-to-identify-reputable-bookmakers__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-how-to-identify-reputable-bookmakers__recommendation-list {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-identify-reputable-bookmakers__main-title {
    font-size: 1.8em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__section-title {
    font-size: 1.6em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__criterion-title,
  .page-resources-how-to-identify-reputable-bookmakers__tip-title {
    font-size: 1.2em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__intro-text,
  .page-resources-how-to-identify-reputable-bookmakers__section-description,
  .page-resources-how-to-identify-reputable-bookmakers__criterion-text,
  .page-resources-how-to-identify-reputable-bookmakers__tip-text,
  .page-resources-how-to-identify-reputable-bookmakers__recommendation-list li,
  .page-resources-how-to-identify-reputable-bookmakers__cta-paragraph,
  .page-resources-how-to-identify-reputable-bookmakers__conclusion-text {
    font-size: 0.9em;
  }
  .page-resources-how-to-identify-reputable-bookmakers__cta-link {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}