.page-resources-online-betting-safety-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

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

.page-resources-online-betting-safety-guide__hero {
  background: linear-gradient(135deg, #4B0082 0%, #7d26c0 100%); /* Adjusted for better contrast */
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-online-betting-safety-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700; /* Gold for highlight */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-safety-guide__hero-title .highlight {
  color: #ffffff; /* White for Thienhabet */
}

.page-resources-online-betting-safety-guide__hero-subtitle {
  font-size: 1.3em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-resources-online-betting-safety-guide__hero-image {
  width: 100%;
  max-width: 900px;
  height: auto;
  margin-top: 40px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-safety-guide__section {
  padding: 60px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.page-resources-online-betting-safety-guide__section--alt-bg {
  background-color: #f0f0f0;
}

.page-resources-online-betting-safety-guide__heading {
  font-size: 2.5em;
  color: #4B0082; /* Deep Purple */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.page-resources-online-betting-safety-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-resources-online-betting-safety-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #555;
}

.page-resources-online-betting-safety-guide__list li {
  margin-bottom: 10px;
  line-height: 1.8;
}

.page-resources-online-betting-safety-guide__list strong {
  color: #4B0082;
}

.page-resources-online-betting-safety-guide__image {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-online-betting-safety-guide__button {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1em;
  font-weight: bold;
  color: #4B0082; /* Text on gold button */
  background-color: #FFD700; /* Gold */
  border: none;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-safety-guide__button:hover {
  background-color: #e6c200; /* Darker gold */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-safety-guide__button--primary {
  color: #ffffff; /* White text on primary button */
  background-color: #4B0082; /* Deep Purple */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-safety-guide__button--primary:hover {
  background-color: #3a0066; /* Darker purple */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-online-betting-safety-guide__button--secondary {
  color: #4B0082;
  background-color: #FFD700;
}

.page-resources-online-betting-safety-guide__button--secondary:hover {
  background-color: #e6c200;
}

.page-resources-online-betting-safety-guide__link--bold {
  color: #4B0082;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-online-betting-safety-guide__link--bold:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-online-betting-safety-guide__faq-list {
  margin-top: 40px;
}

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

.page-resources-online-betting-safety-guide__faq-question {
  font-size: 1.25em;
  color: #4B0082;
  padding: 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdfdfd;
  margin: 0;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-online-betting-safety-guide__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-online-betting-safety-guide__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-online-betting-safety-guide__faq-question:hover {
  background-color: #f5f5f5;
}

.page-resources-online-betting-safety-guide__faq-answer {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
  background-color: #ffffff;
}

.page-resources-online-betting-safety-guide__faq-answer p {
  margin: 0 0 20px 0;
  color: #666;
  font-size: 1.05em;
}

.page-resources-online-betting-safety-guide__faq-answer.active {
  max-height: 500px; /* Adjust based on content */
  padding: 20px;
}

.page-resources-online-betting-safety-guide__cta-section {
  background: linear-gradient(135deg, #4B0082 0%, #7d26c0 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-online-betting-safety-guide__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.page-resources-online-betting-safety-guide__cta-title .highlight {
  color: #ffffff;
}

.page-resources-online-betting-safety-guide__cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #f0f0f0;
}

.page-resources-online-betting-safety-guide__cta-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-online-betting-safety-guide__cta-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-online-betting-safety-guide__hero-title {
    font-size: 2.8em;
  }
  .page-resources-online-betting-safety-guide__heading {
    font-size: 2em;
  }
  .page-resources-online-betting-safety-guide__cta-title {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety-guide__hero {
    padding: 60px 0;
  }
  .page-resources-online-betting-safety-guide__hero-title {
    font-size: 2.2em;
  }
  .page-resources-online-betting-safety-guide__hero-subtitle {
    font-size: 1.1em;
  }
  .page-resources-online-betting-safety-guide__section {
    padding: 40px 0;
  }
  .page-resources-online-betting-safety-guide__heading {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-guide__paragraph,
  .page-resources-online-betting-safety-guide__list,
  .page-resources-online-betting-safety-guide__faq-question,
  .page-resources-online-betting-safety-guide__faq-answer p {
    font-size: 1em;
  }
  .page-resources-online-betting-safety-guide__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-online-betting-safety-guide__cta-title {
    font-size: 2em;
  }
  .page-resources-online-betting-safety-guide__cta-description {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety-guide__hero-title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-guide__heading {
    font-size: 1.5em;
  }
  .page-resources-online-betting-safety-guide__cta-title {
    font-size: 1.6em;
  }
  .page-resources-online-betting-safety-guide__cta-buttons {
    flex-direction: column;
  }
  .page-resources-online-betting-safety-guide__button {
    width: 80%;
    margin: 10px auto;
  }
}