/* style/resources-online-betting-safety-guide.css */
.page-resources-online-betting-safety-guide__hero {
  background: linear-gradient(135deg, #003366, #1a4d80);
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-online-betting-safety-guide__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue,gold]') no-repeat center center/cover;
  opacity: 0.15;
  z-index: 0;
}

.page-resources-online-betting-safety-guide__container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.page-resources-online-betting-safety-guide__back-link {
  display: inline-block;
  color: #FFCC00;
  text-decoration: none;
  margin-bottom: 20px;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-online-betting-safety-guide__back-link:hover {
  color: #ffffff;
}

.page-resources-online-betting-safety-guide__title {
  font-size: 2.8em;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #FFCC00;
}

.page-resources-online-betting-safety-guide__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-online-betting-safety-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-online-betting-safety-guide__button {
  display: inline-block;
  background-color: #FFCC00;
  color: #003366;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #FFCC00;
}

.page-resources-online-betting-safety-guide__button:hover {
  background-color: #e6b800;
  color: #001a33;
}

.page-resources-online-betting-safety-guide__button--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

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

.page-resources-online-betting-safety-guide__content-section {
  padding: 50px 20px;
  background-color: #f8f8f8;
  color: #333333;
}

.page-resources-online-betting-safety-guide__content-flow {
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 1.05em;
}

.page-resources-online-betting-safety-guide__heading {
  font-size: 2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
}

.page-resources-online-betting-safety-guide__sub-heading {
  font-size: 1.5em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-online-betting-safety-guide__content-flow p {
  margin-bottom: 1em;
}

.page-resources-online-betting-safety-guide__content-flow strong {
  color: #003366;
}

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

.page-resources-online-betting-safety-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-resources-online-betting-safety-guide__list li {
  margin-bottom: 0.5em;
}

.page-resources-online-betting-safety-guide__blockquote {
  background-color: #e0f2f7; /* Lighter shade of main color */
  border-left: 5px solid #003366;
  padding: 20px 25px;
  margin: 30px 0;
  font-style: italic;
  color: #003366;
  border-radius: 5px;
}

.page-resources-online-betting-safety-guide__blockquote cite {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #FFCC00;
}

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

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

.page-resources-online-betting-safety-guide__faq-question {
  font-size: 1.3em;
  color: #003366;
  margin-bottom: 10px;
}

.page-resources-online-betting-safety-guide__faq-answer {
  color: #555555;
}

.page-resources-online-betting-safety-guide__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .page-resources-online-betting-safety-guide__title {
    font-size: 2.2em;
  }
  .page-resources-online-betting-safety-guide__subtitle {
    font-size: 1em;
  }
  .page-resources-online-betting-safety-guide__heading {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-guide__sub-heading {
    font-size: 1.3em;
  }
  .page-resources-online-betting-safety-guide__hero-actions,
  .page-resources-online-betting-safety-guide__cta-bottom {
    flex-direction: column;
  }
  .page-resources-online-betting-safety-guide__button {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-resources-online-betting-safety-guide__title {
    font-size: 1.8em;
  }
  .page-resources-online-betting-safety-guide__hero-actions,
  .page-resources-online-betting-safety-guide__cta-bottom {
    gap: 10px;
  }
  .page-resources-online-betting-safety-guide__button {
    width: 95%;
  }
}