.page-resources-online-betting-safety {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Light body background, so dark text */
  background-color: #FFFFFF; /* Explicitly set to match shared.css body background */
}

.page-resources-online-betting-safety__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-online-betting-safety__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 600px;
  background-color: #017439; /* Dark background */
  color: #ffffff; /* Light text */
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  overflow: hidden; /* Ensure image doesn't overflow */
}

.page-resources-online-betting-safety__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 40px 20px;
}

.page-resources-online-betting-safety__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.2;
}

.page-resources-online-betting-safety__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #f0f0f0;
}

.page-resources-online-betting-safety__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3; /* Subtle background image */
  z-index: 1;
}

/* Call to Action Buttons */
.page-resources-online-betting-safety__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-betting-safety__btn-primary,
.page-resources-online-betting-safety__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%; /* Ensure responsiveness */
  box-sizing: border-box; /* Ensure padding is included in width */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
}

.page-resources-online-betting-safety__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
  border: 2px solid #C30808;
}

.page-resources-online-betting-safety__btn-primary:hover {
  background-color: #e00b0b;
  border-color: #e00b0b;
}

.page-resources-online-betting-safety__btn-secondary {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ffffff;
}

.page-resources-online-betting-safety__btn-secondary:hover {
  background-color: #ffffff;
  color: #017439;
}

.page-resources-online-betting-safety__cta-buttons--bottom {
  margin-top: 60px;
}

/* Video Section */
.page-resources-online-betting-safety__video-section {
  padding: 60px 0;
  background-color: #f8f8f8; /* Light background */
  text-align: center;
}

.page-resources-online-betting-safety__video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin-top: 30px;
}

.page-resources-online-betting-safety__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%; /* Ensure video does not overflow */
  height: auto;
  display: block;
  cursor: pointer; /* Indicate clickability */
}

/* Content Area */
.page-resources-online-betting-safety__content-area {
  padding: 60px 0;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-online-betting-safety__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
  line-height: 1.3;
}

.page-resources-online-betting-safety__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-resources-online-betting-safety p {
  margin-bottom: 1em;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-online-betting-safety strong {
  color: #017439;
}

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

.page-resources-online-betting-safety__ordered-list {
  list-style-type: decimal;
}

.page-resources-online-betting-safety__list li,
.page-resources-online-betting-safety__ordered-list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

/* Grid Layout for Cards */
.page-resources-online-betting-safety__grid-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-resources-online-betting-safety__card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #333333;
}

.page-resources-online-betting-safety__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  max-width: 100%; /* Ensure responsiveness */
  height: auto; /* Maintain aspect ratio */
  display: block;
}

.page-resources-online-betting-safety__card-title {
  font-size: 1.5em;
  color: #017439;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-resources-online-betting-safety__card p {
  font-size: 1em;
  flex-grow: 1; /* Allow cards to have equal height */
}

.page-resources-online-betting-safety__image-full-width {
  width: 100%;
  height: auto;
  margin: 40px 0;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%; /* Ensure responsiveness */
  display: block;
}

/* FAQ Section */
.page-resources-online-betting-safety__faq-list {
  margin-top: 40px;
}

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

.page-resources-online-betting-safety__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #e8f5e9; /* Lighter green background for question */
  color: #017439;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
}

.page-resources-online-betting-safety__faq-question:hover {
  background-color: #dcedc8;
}

.page-resources-online-betting-safety__faq-question h3 {
  margin: 0;
  font-size: 1.1em;
  color: #017439;
}

.page-resources-online-betting-safety__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-online-betting-safety__faq-item.active .page-resources-online-betting-safety__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-online-betting-safety__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background-color: #ffffff;
  color: #333333;
}

.page-resources-online-betting-safety__faq-item.active .page-resources-online-betting-safety__faq-answer {
  max-height: 1000px !important; /* Important for JS functionality */
  padding: 20px;
  padding-top: 10px;
}

.page-resources-online-betting-safety__faq-answer p {
  margin-bottom: 0;
}

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

@media (max-width: 768px) {
  .page-resources-online-betting-safety {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Fixed header offset for video section (if it's the first content) */
  .page-resources-online-betting-safety__video-section {
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-online-betting-safety__hero-section {
    min-height: 500px;
    padding-top: var(--header-offset, 120px);
  }

  .page-resources-online-betting-safety__hero-title {
    font-size: 2.2em;
  }

  .page-resources-online-betting-safety__hero-description {
    font-size: 1em;
  }

  .page-resources-online-betting-safety__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-online-betting-safety__btn-primary,
  .page-resources-online-betting-safety__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-online-betting-safety__section-title {
    font-size: 2em;
  }

  .page-resources-online-betting-safety__grid-layout {
    grid-template-columns: 1fr;
  }

  .page-resources-online-betting-safety__card {
    padding: 20px;
  }

  /* Mobile image responsiveness */
  .page-resources-online-betting-safety img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-resources-online-betting-safety__section,
  .page-resources-online-betting-safety__card,
  .page-resources-online-betting-safety__container,
  .page-resources-online-betting-safety__video-section,
  .page-resources-online-betting-safety__video-container,
  .page-resources-online-betting-safety__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Prevent horizontal scroll */
  }

  /* Mobile video responsiveness */
  .page-resources-online-betting-safety video,
  .page-resources-online-betting-safety__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety__hero-title {
    font-size: 1.8em;
  }

  .page-resources-online-betting-safety__section-title {
    font-size: 1.8em;
  }

  .page-resources-online-betting-safety__hero-content {
    padding: 20px 15px;
  }

  .page-resources-online-betting-safety__card-title {
    font-size: 1.3em;
  }
}