.page-resources-how-to-choose-a-reliable-bookmaker {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark (#121212), so use light text */
  background-color: #121212;
}

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

.page-resources-how-to-choose-a-reliable-bookmaker__hero-section {
  position: relative;
  width: 100%;
  padding: 100px 20px 60px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #1a1a1a; /* Slightly lighter dark background for hero */
  color: #ffffff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 5px solid #26A9E0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.3;
}

.page-resources-how-to-choose-a-reliable-bookmaker__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for main title */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-choose-a-reliable-bookmaker__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  color: #f0f0f0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__hero-cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-how-to-choose-a-reliable-bookmaker__btn-primary,
.page-resources-how-to-choose-a-reliable-bookmaker__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-how-to-choose-a-reliable-bookmaker__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

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

.page-resources-how-to-choose-a-reliable-bookmaker__section-title {
  font-size: 2.5em;
  margin-bottom: 30px;
  color: #26A9E0;
  text-align: center;
}

.page-resources-how-to-choose-a-reliable-bookmaker__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__text-block strong {
  color: #26A9E0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__text-center {
  text-align: center;
}

.page-resources-how-to-choose-a-reliable-bookmaker__content-section,
.page-resources-how-to-choose-a-reliable-bookmaker__criteria-section,
.page-resources-how-to-choose-a-reliable-bookmaker__video-section,
.page-resources-how-to-choose-a-reliable-bookmaker__guide-section,
.page-resources-how-to-choose-a-reliable-bookmaker__cta-section,
.page-resources-how-to-choose-a-reliable-bookmaker__faq-section,
.page-resources-how-to-choose-a-reliable-bookmaker__responsible-gambling-section {
  padding: 60px 0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__dark-bg {
  background-color: #1a1a1a;
  color: #ffffff;
}

.page-resources-how-to-choose-a-reliable-bookmaker__light-bg {
  background-color: #242424; /* Slightly lighter dark background for contrast */
  color: #ffffff;
}

.page-resources-how-to-choose-a-reliable-bookmaker__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 30px;
  border-radius: 8px;
  object-fit: cover;
}

.page-resources-how-to-choose-a-reliable-bookmaker__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-choose-a-reliable-bookmaker__card {
  background-color: rgba(255, 255, 255, 0.08); /* Semi-transparent white on dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  color: #ffffff; /* Light text on dark card background */
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-choose-a-reliable-bookmaker__card-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__card-text {
  font-size: 1em;
  color: #e0e0e0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__btn-full-width {
  width: fit-content;
  margin: 40px auto 0;
  display: block;
  text-align: center;
}

.page-resources-how-to-choose-a-reliable-bookmaker__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-choose-a-reliable-bookmaker__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block; /* Ensure it behaves as a block element */
  cursor: pointer;
}

.page-resources-how-to-choose-a-reliable-bookmaker__ordered-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-how-to-choose-a-reliable-bookmaker__ordered-list li {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  font-size: 1.1em;
  color: #ffffff;
  counter-increment: list-item;
  position: relative;
  padding-left: 50px;
  border-left: 5px solid #26A9E0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__ordered-list li::before {
  content: counter(list-item);
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #26A9E0;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9em;
}

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

.page-resources-how-to-choose-a-reliable-bookmaker__faq-list {
  margin-top: 40px;
}

.page-resources-how-to-choose-a-reliable-bookmaker__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-choose-a-reliable-bookmaker__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #26A9E0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  user-select: none;
}

.page-resources-how-to-choose-a-reliable-bookmaker__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-how-to-choose-a-reliable-bookmaker__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #ffffff;
}

.page-resources-how-to-choose-a-reliable-bookmaker__faq-item[open] .page-resources-how-to-choose-a-reliable-bookmaker__faq-question .page-resources-how-to-choose-a-reliable-bookmaker__faq-toggle {
  content: '−';
}

.page-resources-how-to-choose-a-reliable-bookmaker__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.1em;
  color: #e0e0e0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__faq-answer p {
  margin-top: 10px;
  color: #e0e0e0;
}

.page-resources-how-to-choose-a-reliable-bookmaker__responsible-gambling-section .page-resources-how-to-choose-a-reliable-bookmaker__btn-secondary {
  margin: 30px auto 0;
  display: block;
  width: fit-content;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-resources-how-to-choose-a-reliable-bookmaker__hero-title {
    font-size: 2.8em;
  }
  .page-resources-how-to-choose-a-reliable-bookmaker__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-choose-a-reliable-bookmaker__hero-section {
    padding-top: var(--header-offset, 120px) !important;
    padding: 80px 15px 40px;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__container,
  .page-resources-how-to-choose-a-reliable-bookmaker__content-section,
  .page-resources-how-to-choose-a-reliable-bookmaker__criteria-section,
  .page-resources-how-to-choose-a-reliable-bookmaker__video-section,
  .page-resources-how-to-choose-a-reliable-bookmaker__guide-section,
  .page-resources-how-to-choose-a-reliable-bookmaker__cta-section,
  .page-resources-how-to-choose-a-reliable-bookmaker__faq-section,
  .page-resources-how-to-choose-a-reliable-bookmaker__responsible-gambling-section {
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__text-block,
  .page-resources-how-to-choose-a-reliable-bookmaker__card-text,
  .page-resources-how-to-choose-a-reliable-bookmaker__ordered-list li,
  .page-resources-how-to-choose-a-reliable-bookmaker__faq-answer p {
    font-size: 0.95em;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__hero-cta-buttons,
  .page-resources-how-to-choose-a-reliable-bookmaker__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__btn-primary,
  .page-resources-how-to-choose-a-reliable-bookmaker__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    text-align: center;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__image-full-width,
  .page-resources-how-to-choose-a-reliable-bookmaker__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 0; /* No extra padding for video wrapper itself */
    padding-right: 0;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__ordered-list li {
    padding-left: 45px;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__ordered-list li::before {
    width: 25px;
    height: 25px;
    font-size: 0.8em;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__faq-answer {
    padding: 0 15px 15px;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__faq-toggle {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-choose-a-reliable-bookmaker__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__section-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-choose-a-reliable-bookmaker__card-title {
    font-size: 1.3em;
  }
}