/* style/resources-online-betting-safety.css */
.page-resources-online-betting-safety {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}

.page-resources-online-betting-safety__hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  box-sizing: border-box;
}

.page-resources-online-betting-safety__hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.page-resources-online-betting-safety__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

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

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

.page-resources-online-betting-safety__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-betting-safety__hero-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;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

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

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

.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__section {
  padding: 60px 20px;
  text-align: center;
}

.page-resources-online-betting-safety__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: left;
}

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

.page-resources-online-betting-safety__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-online-betting-safety__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-resources-online-betting-safety__list-item {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #017439;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333333;
}

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

.page-resources-online-betting-safety__image-wrapper {
  margin: 40px auto;
  max-width: 800px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-safety__image {
  width: 100%;
  height: auto;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

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

.page-resources-online-betting-safety__dark-bg .page-resources-online-betting-safety__section-title {
  color: #ffffff;
}

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

.page-resources-online-betting-safety__faq-section {
  padding: 60px 20px;
  background-color: #f5f5f5;
  text-align: center;
}

.page-resources-online-betting-safety__faq-list {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}

.page-resources-online-betting-safety__faq-item {
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.page-resources-online-betting-safety__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #017439;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.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;
  color: #333333;
}

.page-resources-online-betting-safety__faq-item.active .page-resources-online-betting-safety__faq-answer {
  max-height: 1000px !important;
  padding: 20px;
}

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

.page-resources-online-betting-safety__cta-section {
  background-color: #017439;
  color: #ffffff;
  padding: 80px 20px;
}

.page-resources-online-betting-safety__cta-section .page-resources-online-betting-safety__section-title {
  color: #ffffff;
}

.page-resources-online-betting-safety__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.page-resources-online-betting-safety a {
  color: #017439;
  text-decoration: underline;
}

.page-resources-online-betting-safety a:hover {
  color: #005f2c;
}

/* Responsive Styles */
@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;
  }
  .page-resources-online-betting-safety__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety__hero-section {
    height: 70vh;
  }
  .page-resources-online-betting-safety__hero-title {
    font-size: 2.2em !important;
  }
  .page-resources-online-betting-safety__hero-description {
    font-size: 1em !important;
  }
  .page-resources-online-betting-safety__section-title {
    font-size: 1.8em !important;
  }
  .page-resources-online-betting-safety__text-block,
  .page-resources-online-betting-safety__list-item,
  .page-resources-online-betting-safety__faq-question h3,
  .page-resources-online-betting-safety__faq-answer p {
    font-size: 0.95em !important;
  }
  .page-resources-online-betting-safety__hero-buttons,
  .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 {
    padding: 12px 25px;
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* 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__image-wrapper,
  .page-resources-online-betting-safety__section,
  .page-resources-online-betting-safety__content-area,
  .page-resources-online-betting-safety__faq-section,
  .page-resources-online-betting-safety__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Mobile video responsiveness */
  .page-resources-online-betting-safety video,
  .page-resources-online-betting-safety__hero-video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-online-betting-safety__hero-section {
    padding-top: var(--header-offset, 120px) !important;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety__hero-title {
    font-size: 1.8em !important;
  }
  .page-resources-online-betting-safety__section-title {
    font-size: 1.5em !important;
  }
  .page-resources-online-betting-safety__faq-question h3 {
    font-size: 1em !important;
  }
}