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

.page-resources-online-gambling-safety-guide__hero-section {
  background: linear-gradient(135deg, #FFD700 0%, #000080 100%);
  color: #ffffff;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-online-gambling-safety-guide__hero-section::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: rotate(45deg);
}

.page-resources-online-gambling-safety-guide__hero-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transform: rotate(-30deg);
}

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

.page-resources-online-gambling-safety-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

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

.page-resources-online-gambling-safety-guide__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 1.1em;
}

.page-resources-online-gambling-safety-guide__btn--primary {
  background-color: #FFD700;
  color: #000080;
}

.page-resources-online-gambling-safety-guide__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-online-gambling-safety-guide__btn--secondary {
  background-color: #000080;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-top: 20px;
}

.page-resources-online-gambling-safety-guide__btn--secondary:hover {
  background-color: #000066;
  border-color: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-online-gambling-safety-guide__btn--tertiary {
  background-color: #FFD700;
  color: #000080;
  border: 2px solid #000080;
  margin-top: 30px;
}

.page-resources-online-gambling-safety-guide__btn--tertiary:hover {
  background-color: #e6c200;
  border-color: #000066;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-online-gambling-safety-guide__content-section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-resources-online-gambling-safety-guide__article-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-online-gambling-safety-guide__heading {
  font-size: 2.2em;
  color: #000080;
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-gambling-safety-guide__sub-heading {
  font-size: 1.6em;
  color: #333;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-online-gambling-safety-guide__article-content p {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #444;
}

.page-resources-online-gambling-safety-guide__article-content ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-resources-online-gambling-safety-guide__article-content ul li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

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

.page-resources-online-gambling-safety-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.page-resources-online-gambling-safety-guide__faq-question {
  font-size: 1.3em;
  color: #000080;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-online-gambling-safety-guide__faq-answer {
  font-size: 1em;
  color: #666;
}

.page-resources-online-gambling-safety-guide__back-to-resources {
  text-align: center;
  margin-top: 50px;
}

.page-resources-online-gambling-safety-guide__back-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: #000080;
  color: #FFD700;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-online-gambling-safety-guide__back-link:hover {
  background-color: #000066;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .page-resources-online-gambling-safety-guide__hero-title {
    font-size: 2em;
  }

  .page-resources-online-gambling-safety-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-online-gambling-safety-guide__heading {
    font-size: 1.8em;
  }

  .page-resources-online-gambling-safety-guide__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-online-gambling-safety-guide__article-content p,
  .page-resources-online-gambling-safety-guide__article-content ul li,
  .page-resources-online-gambling-safety-guide__faq-answer {
    font-size: 0.95em;
  }

  .page-resources-online-gambling-safety-guide__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-online-gambling-safety-guide__hero-title {
    font-size: 1.6em;
  }

  .page-resources-online-gambling-safety-guide__hero-description {
    font-size: 0.9em;
  }

  .page-resources-online-gambling-safety-guide__heading {
    font-size: 1.5em;
  }

  .page-resources-online-gambling-safety-guide__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-online-gambling-safety-guide__article-content p,
  .page-resources-online-gambling-safety-guide__article-content ul li,
  .page-resources-online-gambling-safety-guide__faq-answer {
    font-size: 0.9em;
  }

  .page-resources-online-gambling-safety-guide__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}