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

.page-resources-responsible-gaming-guide__hero {
  background: linear-gradient(135deg, #FFD700, #8B0000);
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-responsible-gaming-guide__hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.page-resources-responsible-gaming-guide__hero-title,
.page-resources-responsible-gaming-guide__hero-subtitle {
  position: relative;
  z-index: 2;
  color: #fff;
}

.page-resources-responsible-gaming-guide__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  color: #FFD700;
}

.page-resources-responsible-gaming-guide__hero-subtitle {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 30px auto;
  color: #f0f0f0;
}

.page-resources-responsible-gaming-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-responsible-gaming-guide__article-content {
  max-width: 750px;
  padding: 40px 20px;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: -60px;
  position: relative;
  z-index: 3;
}

.page-resources-responsible-gaming-guide__content-section p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #444;
}

.page-resources-responsible-gaming-guide__section-title {
  font-size: 2em;
  color: #8B0000;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-responsible-gaming-guide__sub-section-title {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-responsible-gaming-guide__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-responsible-gaming-guide__list li {
  margin-bottom: 8px;
  color: #555;
}

.page-resources-responsible-gaming-guide__highlight {
  color: #8B0000;
}

.page-resources-responsible-gaming-guide__blockquote {
  background-color: #fff8e1; /* Light yellow background */
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin: 20px 0;
  font-style: italic;
  color: #555;
}

.page-resources-responsible-gaming-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-responsible-gaming-guide__image--centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-responsible-gaming-guide__image--left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 40%;
}

.page-resources-responsible-gaming-guide__image--right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 40%;
}

.page-resources-responsible-gaming-guide__cta-block {
  background-color: #fef3e7;
  border: 1px solid #FFD700;
  padding: 30px;
  margin-top: 40px;
  border-radius: 8px;
  text-align: center;
}

.page-resources-responsible-gaming-guide__cta-title {
  font-size: 1.8em;
  color: #8B0000;
  margin-bottom: 15px;
}

.page-resources-responsible-gaming-guide__cta-text {
  font-size: 1.1em;
  color: #666;
  margin-bottom: 25px;
}

.page-resources-responsible-gaming-guide__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-responsible-gaming-guide__btn--primary {
  background-color: #FFD700;
  color: #8B0000;
  border: 2px solid #FFD700;
}

.page-resources-responsible-gaming-guide__btn--primary:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-responsible-gaming-guide__btn--secondary {
  background-color: #8B0000;
  color: #fff;
  border: 2px solid #8B0000;
}

.page-resources-responsible-gaming-guide__btn--secondary:hover {
  background-color: #6a0000;
  transform: translateY(-2px);
}

.page-resources-responsible-gaming-guide__return-link {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.page-resources-responsible-gaming-guide__link {
  color: #8B0000;
  text-decoration: none;
  font-weight: bold;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-responsible-gaming-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-responsible-gaming-guide__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-responsible-gaming-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-responsible-gaming-guide__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-responsible-gaming-guide__article-content {
    padding: 20px 15px;
    margin-top: -40px;
  }

  .page-resources-responsible-gaming-guide__image--left,
  .page-resources-responsible-gaming-guide__image--right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

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

  .page-resources-responsible-gaming-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-responsible-gaming-guide__hero-subtitle {
    font-size: 0.9em;
  }

  .page-resources-responsible-gaming-guide__btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-responsible-gaming-guide__section-title {
    font-size: 1.5em;
  }

  .page-resources-responsible-gaming-guide__sub-section-title {
    font-size: 1.2em;
  }

  .page-resources-responsible-gaming-guide__article-content {
    padding: 15px 10px;
  }
}