/* style/resources-online-betting-safety-guide.css */

/* Base styles */
.page-resources-online-betting-safety-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #FFFFFF; /* Body background color */
}

.page-resources-online-betting-safety-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Hero Section */
.page-resources-online-betting-safety-guide__hero-section {
  position: relative;
  padding: 80px 0;
  padding-top: var(--header-offset, 120px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.page-resources-online-betting-safety-guide__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-online-betting-safety-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-online-betting-safety-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.2;
  filter: none; /* Ensure no filter changes image color */
}

.page-resources-online-betting-safety-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-resources-online-betting-safety-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

/* Section Titles */
.page-resources-online-betting-safety-guide__section-title {
  font-size: 2.2em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-resources-online-betting-safety-guide__dark-bg .page-resources-online-betting-safety-guide__section-title {
  color: #ffffff;
}

.page-resources-online-betting-safety-guide__sub-title {
  font-size: 1.6em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety-guide__dark-bg .page-resources-online-betting-safety-guide__sub-title {
  color: #ffffff;
}

/* Paragraphs */
.page-resources-online-betting-safety-guide__paragraph {
  margin-bottom: 15px;
  font-size: 1.1em;
}

/* Links within content */
.page-resources-online-betting-safety-guide__paragraph a,
.page-resources-online-betting-safety-guide__list-item a,
.page-resources-online-betting-safety-guide__faq-answer a {
  color: #017439;
  text-decoration: underline;
}

.page-resources-online-betting-safety-guide__dark-bg .page-resources-online-betting-safety-guide__paragraph a,
.page-resources-online-betting-safety-guide__dark-bg .page-resources-online-betting-safety-guide__list-item a {
  color: #f0f0f0;
}

/* Buttons */
.page-resources-online-betting-safety-guide__btn-primary {
  display: inline-block;
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-online-betting-safety-guide__btn-primary:hover {
  background-color: #a00606;
}

.page-resources-online-betting-safety-guide__btn-center {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 300px;
}

/* Sections */
.page-resources-online-betting-safety-guide__section,
.page-resources-online-betting-safety-guide__content-area,
.page-resources-online-betting-safety-guide__faq-section,
.page-resources-online-betting-safety-guide__cta-section {
  padding: 60px 0;
}

/* Feature Grid */
.page-resources-online-betting-safety-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-online-betting-safety-guide__card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  color: #333333;
}

.page-resources-online-betting-safety-guide__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  filter: none; /* Ensure no filter changes image color */
}

.page-resources-online-betting-safety-guide__card-title {
  font-size: 1.4em;
  color: #017439;
  margin-bottom: 10px;
}

.page-resources-online-betting-safety-guide__card-text {
  font-size: 1em;
  color: #555555;
}

/* Lists */
.page-resources-online-betting-safety-guide__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-online-betting-safety-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
}

/* Content Images */
.page-resources-online-betting-safety-guide__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  filter: none; /* Ensure no filter changes image color */
}

/* FAQ Section */
.page-resources-online-betting-safety-guide__faq-list {
  margin-top: 30px;
}

.page-resources-online-betting-safety-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-online-betting-safety-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #017439;
  cursor: pointer;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e0e0e0;
}

.page-resources-online-betting-safety-guide__faq-item[open] .page-resources-online-betting-safety-guide__faq-question {
  border-bottom: none;
}

.page-resources-online-betting-safety-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-resources-online-betting-safety-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  color: #017439;
}

.page-resources-online-betting-safety-guide__faq-answer {
  padding: 15px 20px;
  font-size: 1.1em;
  color: #555555;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-online-betting-safety-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-online-betting-safety-guide__section-title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-guide__sub-title {
    font-size: 1.4em;
  }
  .page-resources-online-betting-safety-guide__card-image {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety-guide {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-resources-online-betting-safety-guide__hero-section {
    padding: 60px 0;
    padding-top: var(--header-offset, 120px) !important; /* Fixed header offset for mobile */
  }
  .page-resources-online-betting-safety-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-guide__hero-description {
    font-size: 1em;
  }
  .page-resources-online-betting-safety-guide__section-title {
    font-size: 1.6em;
  }
  .page-resources-online-betting-safety-guide__sub-title {
    font-size: 1.2em;
  }
  .page-resources-online-betting-safety-guide__feature-grid {
    grid-template-columns: 1fr;
  }
  .page-resources-online-betting-safety-guide__card {
    padding: 20px;
  }
  .page-resources-online-betting-safety-guide__card-image {
    height: 180px;
  }

  /* Mobile image responsiveness */
  .page-resources-online-betting-safety-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-online-betting-safety-guide__section,
  .page-resources-online-betting-safety-guide__content-area,
  .page-resources-online-betting-safety-guide__card,
  .page-resources-online-betting-safety-guide__container,
  .page-resources-online-betting-safety-guide__hero-section,
  .page-resources-online-betting-safety-guide__faq-section,
  .page-resources-online-betting-safety-guide__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-resources-online-betting-safety-guide__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-online-betting-safety-guide__btn-center {
    margin-left: 0;
    margin-right: 0;
  }
  .page-resources-online-betting-safety-guide__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety-guide__hero-title {
    font-size: 1.5em;
  }
  .page-resources-online-betting-safety-guide__section-title {
    font-size: 1.4em;
  }
  .page-resources-online-betting-safety-guide__sub-title {
    font-size: 1.1em;
  }
  .page-resources-online-betting-safety-guide__faq-question {
    font-size: 1.1em;
  }
}