/* style/resources-safe-gambling-guide.css */
.page-resources-safe-gambling-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-safe-gambling-guide__hero {
  background: linear-gradient(135deg, #0A2240, #1a4173);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-resources-safe-gambling-guide__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-safe-gambling-guide__title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-safe-gambling-guide__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-safe-gambling-guide__button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2240;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-safe-gambling-guide__button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-safe-gambling-guide__button--secondary {
  background-color: #0A2240;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-resources-safe-gambling-guide__button--secondary:hover {
  background-color: #1a4173;
  border-color: #e6c200;
}

.page-resources-safe-gambling-guide__button--small {
  padding: 8px 18px;
  font-size: 0.9em;
}

.page-resources-safe-gambling-guide__content-section {
  padding: 40px 0;
}

.page-resources-safe-gambling-guide__article-content p,
.page-resources-safe-gambling-guide__article-content li {
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #444;
}

.page-resources-safe-gambling-guide__article-content p:last-child {
  margin-bottom: 0;
}

.page-resources-safe-gambling-guide__heading {
  font-size: 2em;
  color: #0A2240;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-safe-gambling-guide__sub-heading {
  font-size: 1.5em;
  color: #0A2240;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-safe-gambling-guide__link {
  color: #0A2240;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-safe-gambling-guide__link:hover {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-safe-gambling-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-safe-gambling-guide__list li {
  margin-bottom: 8px;
}

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

.page-resources-safe-gambling-guide__faq {
  margin-top: 40px;
}

.page-resources-safe-gambling-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-safe-gambling-guide__faq-question {
  font-size: 1.2em;
  color: #0A2240;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-resources-safe-gambling-guide__faq-answer {
  color: #555;
  font-size: 1em;
}

.page-resources-safe-gambling-guide__cta-block {
  background-color: #0A2240;
  color: #ffffff;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-safe-gambling-guide__cta-block p {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #FFD700;
  font-weight: bold;
}

.page-resources-safe-gambling-guide__back-link-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-resources-safe-gambling-guide__back-link {
  display: inline-block;
  color: #0A2240;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #0A2240;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-safe-gambling-guide__back-link:hover {
  background-color: #0A2240;
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-safe-gambling-guide__title {
    font-size: 2.2em;
  }

  .page-resources-safe-gambling-guide__subtitle {
    font-size: 1em;
  }

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

  .page-resources-safe-gambling-guide__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-safe-gambling-guide__article-content p,
  .page-resources-safe-gambling-guide__article-content li {
    font-size: 1em;
  }

  .page-resources-safe-gambling-guide__button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-resources-safe-gambling-guide__cta-block p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-safe-gambling-guide__hero {
    padding: 60px 15px;
  }

  .page-resources-safe-gambling-guide__title {
    font-size: 1.8em;
  }

  .page-resources-safe-gambling-guide__button {
    width: 100%;
    margin-bottom: 15px;
  }

  .page-resources-safe-gambling-guide__button--secondary {
    margin-top: 0;
  }

  .page-resources-safe-gambling-guide__cta-block .page-resources-safe-gambling-guide__button {
    margin-left: 0;
  }
}