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

.page-resources-how-to-identify-reputable-bookmakers__hero-section {
  background: linear-gradient(135deg, #0A1931, #0D1F3F); /* Slightly vary from body bg for depth */
  padding: 80px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #FFD700;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-identify-reputable-bookmakers__hero-description {
  font-size: 1.2em;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-description a {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-description a:hover {
  text-decoration: underline;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A1931;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-how-to-identify-reputable-bookmakers__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  overflow: hidden;
}

.page-resources-how-to-identify-reputable-bookmakers__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%); /* Apply grayscale filter to background image for subtle effect, but main content images should not have this. */
}

.page-resources-how-to-identify-reputable-bookmakers__content-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-resources-how-to-identify-reputable-bookmakers__article-container {
  display: flex;
  gap: 40px;
}

.page-resources-how-to-identify-reputable-bookmakers__article-content {
  flex: 3;
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar {
  flex: 1;
  min-width: 280px;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  align-self: flex-start; /* Stick to top */
}

.page-resources-how-to-identify-reputable-bookmakers__section-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.5);
  padding-bottom: 10px;
}

.page-resources-how-to-identify-reputable-bookmakers__sub-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-identify-reputable-bookmakers__article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #e0e0e0;
}

.page-resources-how-to-identify-reputable-bookmakers__article-content a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-how-to-identify-reputable-bookmakers__article-content a:hover {
  text-decoration: underline;
}

.page-resources-how-to-identify-reputable-bookmakers__content-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-resources-how-to-identify-reputable-bookmakers__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-resources-how-to-identify-reputable-bookmakers__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-how-to-identify-reputable-bookmakers__list li strong {
  color: #FFD700;
}

.page-resources-how-to-identify-reputable-bookmakers__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A1931;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-how-to-identify-reputable-bookmakers__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-how-to-identify-reputable-bookmakers__faq-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-left: 5px solid #FFD700;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-question {
  font-size: 1.3em;
  color: #FFD700;
  margin-bottom: 10px;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-answer {
  font-size: 1em;
  color: #cccccc;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-answer a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-how-to-identify-reputable-bookmakers__faq-answer a:hover {
  text-decoration: underline;
}

.page-resources-how-to-identify-reputable-bookmakers__conclusion-cta {
  text-align: center;
  margin-top: 50px;
}

.page-resources-how-to-identify-reputable-bookmakers__action-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A1931;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-how-to-identify-reputable-bookmakers__action-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-how-to-identify-reputable-bookmakers__action-button--secondary {
  background-color: transparent;
  border: 2px solid #FFD700;
  color: #FFD700;
}

.page-resources-how-to-identify-reputable-bookmakers__action-button--secondary:hover {
  background-color: rgba(255, 215, 0, 0.1);
  color: #e6c200;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 8px;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-list li {
  margin-bottom: 10px;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.05em;
  transition: color 0.3s ease;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-list a:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar p {
  color: #cccccc;
  margin-bottom: 15px;
  font-size: 0.95em;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #0A1931;
  color: #FFD700;
  padding: 10px 15px;
  border: 1px solid #FFD700;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-how-to-identify-reputable-bookmakers__sidebar-button:hover {
  background-color: #FFD700;
  color: #0A1931;
}

.page-resources-how-to-identify-reputable-bookmakers__related-resources {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-resources-how-to-identify-reputable-bookmakers__related-title {
  font-size: 2.5em;
  color: #FFD700;
  margin-bottom: 40px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

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

.page-resources-how-to-identify-reputable-bookmakers__related-card {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}

.page-resources-how-to-identify-reputable-bookmakers__related-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-how-to-identify-reputable-bookmakers__related-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.page-resources-how-to-identify-reputable-bookmakers__related-card-title {
  font-size: 1.4em;
  color: #FFD700;
  margin: 20px 20px 10px;
}

.page-resources-how-to-identify-reputable-bookmakers__related-card-title a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-how-to-identify-reputable-bookmakers__related-card-title a:hover {
  text-decoration: underline;
}

.page-resources-how-to-identify-reputable-bookmakers__related-card-description {
  font-size: 0.95em;
  color: #cccccc;
  padding: 0 20px 20px;
}

.page-resources-how-to-identify-reputable-bookmakers__back-link-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.page-resources-how-to-identify-reputable-bookmakers__back-link {
  display: inline-block;
  color: #FFD700;
  text-decoration: none;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #FFD700;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-how-to-identify-reputable-bookmakers__back-link:hover {
  background-color: #FFD700;
  color: #0A1931;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-how-to-identify-reputable-bookmakers__article-container {
    flex-direction: column;
  }

  .page-resources-how-to-identify-reputable-bookmakers__article-content {
    max-width: 100%;
  }

  .page-resources-how-to-identify-reputable-bookmakers__sidebar {
    min-width: unset;
    width: 100%;
    margin-top: 40px;
  }

  .page-resources-how-to-identify-reputable-bookmakers__hero-title {
    font-size: 2.5em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__sub-title {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-identify-reputable-bookmakers__hero-section {
    padding: 60px 0;
  }

  .page-resources-how-to-identify-reputable-bookmakers__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__hero-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__section-title {
    font-size: 1.6em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__sub-title {
    font-size: 1.2em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-resources-how-to-identify-reputable-bookmakers__hero-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__hero-description {
    font-size: 0.9em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__hero-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__article-content p,
  .page-resources-how-to-identify-reputable-bookmakers__list li,
  .page-resources-how-to-identify-reputable-bookmakers__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-how-to-identify-reputable-bookmakers__action-button {
    width: 100%;
    margin: 5px 0;
  }
}