.page-betting-guides-responsible-gambling-self-control {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for main text on dark background */
  background-color: #1A202C; /* Main dark background */
  line-height: 1.6;
}

.page-betting-guides-responsible-gambling-self-control__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-betting-guides-responsible-gambling-self-control__hero-section {
  background: linear-gradient(135deg, #1A202C 0%, #3a3f4c 100%); /* Dark gradient for hero */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero title */
}

.page-betting-guides-responsible-gambling-self-control__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-betting-guides-responsible-gambling-self-control__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #D0D0D0; /* Lighter text for subtitle */
}

.page-betting-guides-responsible-gambling-self-control__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-betting-guides-responsible-gambling-self-control__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A202C; /* Dark text on gold */
  border: none;
}

.page-betting-guides-responsible-gambling-self-control__btn--primary:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-betting-guides-responsible-gambling-self-control__btn--secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
  margin-left: 20px;
}

.page-betting-guides-responsible-gambling-self-control__btn--secondary:hover {
  background-color: #FFD700;
  color: #1A202C; /* Dark text on gold hover */
  transform: translateY(-2px);
}

.page-betting-guides-responsible-gambling-self-control__content-section {
  padding: 60px 0;
}

.page-betting-guides-responsible-gambling-self-control__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 15px;
  margin-top: 60px;
}

.page-betting-guides-responsible-gambling-self-control__content-section p {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0; /* Light gray for paragraph text */
}

.page-betting-guides-responsible-gambling-self-control__content-section h3 {
  font-size: 1.8em;
  color: #FFD700; /* Gold for sub-titles */
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-betting-guides-responsible-gambling-self-control__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-betting-guides-responsible-gambling-self-control__list li {
  font-size: 1.1em;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  color: #E0E0E0;
}

.page-betting-guides-responsible-gambling-self-control__list li::before {
  content: '✔';
  color: #FFD700; /* Gold checkmark */
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-betting-guides-responsible-gambling-self-control__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 40px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-betting-guides-responsible-gambling-self-control__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-betting-guides-responsible-gambling-self-control__feature-item {
  background-color: #2A313E; /* Slightly lighter dark background for feature cards */
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-betting-guides-responsible-gambling-self-control__feature-item:hover {
  transform: translateY(-5px);
}

.page-betting-guides-responsible-gambling-self-control__feature-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.page-betting-guides-responsible-gambling-self-control__feature-item h3 {
  font-size: 1.5em;
  color: #FFD700; /* Gold for feature titles */
  margin-top: 0;
  margin-bottom: 15px;
}

.page-betting-guides-responsible-gambling-self-control__feature-item p {
  font-size: 1em;
  color: #B0B0B0; /* Slightly muted text for feature descriptions */
}

.page-betting-guides-responsible-gambling-self-control__text-link {
  color: #FFD700; /* Gold for inline links */
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-betting-guides-responsible-gambling-self-control__text-link:hover {
  color: #e6c200;
}

.page-betting-guides-responsible-gambling-self-control__faq {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-betting-guides-responsible-gambling-self-control__faq-item {
  background-color: #2A313E;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-betting-guides-responsible-gambling-self-control__faq-question {
  font-size: 1.3em;
  color: #FFD700; /* Gold for FAQ questions */
  margin: 0 0 10px 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-betting-guides-responsible-gambling-self-control__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-betting-guides-responsible-gambling-self-control__faq-item.active .page-betting-guides-responsible-gambling-self-control__faq-question::after {
  transform: rotate(45deg);
}

.page-betting-guides-responsible-gambling-self-control__faq-answer {
  font-size: 1em;
  color: #D0D0D0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding: 0 10px;
}

.page-betting-guides-responsible-gambling-self-control__faq-item.active .page-betting-guides-responsible-gambling-self-control__faq-answer {
  max-height: 500px; /* Adjust as needed for content length */
  padding: 10px;
}

.page-betting-guides-responsible-gambling-self-control__cta-section {
  text-align: center;
  padding: 60px 0;
  background-color: #2A313E;
  margin-top: 60px;
  border-radius: 10px;
}

.page-betting-guides-responsible-gambling-self-control__cta-section .page-betting-guides-responsible-gambling-self-control__section-title {
  color: #FFD700;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-betting-guides-responsible-gambling-self-control__cta-section p {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-betting-guides-responsible-gambling-self-control__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-betting-guides-responsible-gambling-self-control__image--banner {
  margin-top: 50px;
  max-height: 300px;
  object-fit: cover;
  width: 100%; /* Ensure banner image is responsive */
}

@media (max-width: 768px) {
  .page-betting-guides-responsible-gambling-self-control__hero-title {
    font-size: 2.5em;
  }
  .page-betting-guides-responsible-gambling-self-control__hero-subtitle {
    font-size: 1.1em;
  }
  .page-betting-guides-responsible-gambling-self-control__section-title {
    font-size: 2em;
  }
  .page-betting-guides-responsible-gambling-self-control__content-section p,
  .page-betting-guides-responsible-gambling-self-control__list li {
    font-size: 1em;
  }
  .page-betting-guides-responsible-gambling-self-control__features-grid {
    grid-template-columns: 1fr;
  }
  .page-betting-guides-responsible-gambling-self-control__btn {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-betting-guides-responsible-gambling-self-control__cta-buttons {
    flex-direction: column;
  }
  .page-betting-guides-responsible-gambling-self-control__btn--secondary {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .page-betting-guides-responsible-gambling-self-control__hero-title {
    font-size: 2em;
  }
  .page-betting-guides-responsible-gambling-self-control__section-title {
    font-size: 1.8em;
  }
  .page-betting-guides-responsible-gambling-self-control__feature-item h3 {
    font-size: 1.3em;
  }
  .page-betting-guides-responsible-gambling-self-control__faq-question {
    font-size: 1.1em;
  }
}