/* style/resources-online-betting-safety.css */
.page-resources-online-betting-safety {
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-resources-online-betting-safety__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
  color: #FFFFFF;
  padding-bottom: 60px;
}

.page-resources-online-betting-safety__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6); /* Slightly darken image for text readability, not color change */
}

.page-resources-online-betting-safety__hero-container {
  position: relative;
}

.page-resources-online-betting-safety__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 900px;
  width: 90%;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-online-betting-safety__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-online-betting-safety__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #FFFFFF;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-resources-online-betting-safety__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-online-betting-safety__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}

.page-resources-online-betting-safety__button--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-online-betting-safety__button--register:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.page-resources-online-betting-safety__button--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-online-betting-safety__button--login:hover {
  background-color: #e0a53b;
  color: #000000;
}

.page-resources-online-betting-safety__content-area {
  max-width: 800px;
  margin: 40px auto;
  padding: 0 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-online-betting-safety__article {
  padding: 30px 0;
}

.page-resources-online-betting-safety__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-online-betting-safety__article-paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-online-betting-safety__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-resources-online-betting-safety__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #333333;
}

.page-resources-online-betting-safety__link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-online-betting-safety__link:hover {
  text-decoration: underline;
}

.page-resources-online-betting-safety__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-resources-online-betting-safety__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: block; /* Ensure it's a block element for margin auto */
  margin: 0 auto;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-resources-online-betting-safety__image-caption {
  font-style: italic;
  font-size: 0.95em;
  color: #666666;
  margin-top: 10px;
}

.page-resources-online-betting-safety__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-online-betting-safety__faq-answer {
  font-size: 1.0em;
  color: #555555;
}

.page-resources-online-betting-safety__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 30px;
  text-align: center;
  border-radius: 8px;
  margin-top: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.page-resources-online-betting-safety__cta-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-resources-online-betting-safety__cta-description {
  font-size: 1.15em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-resources-online-betting-safety__cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-online-betting-safety__button--join {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-online-betting-safety__button--join:hover {
  background-color: #e0a53b;
  color: #000000;
}

.page-resources-online-betting-safety__button--more-resources {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-online-betting-safety__button--more-resources:hover {
  background-color: #f0f0f0;
  color: #000000;
}

.page-resources-online-betting-safety__return-link-wrapper {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 30px;
}

.page-resources-online-betting-safety__return-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  font-weight: bold;
}

.page-resources-online-betting-safety__return-link:hover {
  background-color: #333333;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-online-betting-safety__hero-title {
    font-size: 3em;
  }
  .page-resources-online-betting-safety__hero-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety {
    padding-top: var(--header-offset, 100px);
  }
  .page-resources-online-betting-safety__hero-title {
    font-size: 2.5em;
  }
  .page-resources-online-betting-safety__hero-description {
    font-size: 1em;
  }
  .page-resources-online-betting-safety__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-online-betting-safety__button {
    width: 80%;
    margin: 0 auto;
  }
  .page-resources-online-betting-safety__content-area {
    margin: 20px auto;
    padding: 0 15px;
  }
  .page-resources-online-betting-safety__article-heading {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety__cta-title {
    font-size: 2em;
  }
  .page-resources-online-betting-safety__cta-actions {
    flex-direction: column;
  }
  .page-resources-online-betting-safety__content-image {
    max-width: 100%;
    height: auto; /* Ensure images scale correctly */
  }
  .page-resources-online-betting-safety__article-paragraph, .page-resources-online-betting-safety__list-item, .page-resources-online-betting-safety__faq-answer {
    font-size: 0.95em;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety__hero-title {
    font-size: 2em;
  }
  .page-resources-online-betting-safety__hero-description {
    font-size: 0.9em;
  }
  .page-resources-online-betting-safety__button {
    width: 95%;
    padding: 12px 20px;
    font-size: 1em;
  }
  .page-resources-online-betting-safety__article-heading {
    font-size: 1.5em;
  }
  .page-resources-online-betting-safety__cta-title {
    font-size: 1.8em;
  }
}