.page-resources-368bet-responsible-gaming-policy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f8f8;
}

.page-resources-368bet-responsible-gaming-policy__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-368bet-responsible-gaming-policy__hero-section {
  background: linear-gradient(135deg, #00A86B, #4dc297);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-368bet-responsible-gaming-policy__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-368bet-responsible-gaming-policy__hero-subtitle {
  font-size: 1.5em;
  margin-bottom: 40px;
  color: #e0ffe0;
}

.page-resources-368bet-responsible-gaming-policy__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #333;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-368bet-responsible-gaming-policy__cta-button:hover {
  background-color: #e0c000;
  transform: translateY(-2px);
}

.page-resources-368bet-responsible-gaming-policy__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-368bet-responsible-gaming-policy__content-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.page-resources-368bet-responsible-gaming-policy__content-area article {
  font-size: 1.1em;
  line-height: 1.8;
  color: #444;
}

.page-resources-368bet-responsible-gaming-policy__section-title {
  font-size: 2.2em;
  color: #00764b;
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
  font-weight: bold;
}

.page-resources-368bet-responsible-gaming-policy__subsection-title {
  font-size: 1.6em;
  color: #00A86B;
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-resources-368bet-responsible-gaming-policy__content-area p {
  margin-bottom: 15px;
}

.page-resources-368bet-responsible-gaming-policy__content-area ul,
.page-resources-368bet-responsible-gaming-policy__content-area ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.page-resources-368bet-responsible-gaming-policy__content-area li {
  margin-bottom: 10px;
}

.page-resources-368bet-responsible-gaming-policy__image {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.page-resources-368bet-responsible-gaming-policy__image--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.page-resources-368bet-responsible-gaming-policy__image--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.page-resources-368bet-responsible-gaming-policy__support-list li {
  list-style-type: '✅ ';
  padding-left: 10px;
}

.page-resources-368bet-responsible-gaming-policy__cta-block {
  text-align: center;
  background-color: #e6f7f0; /* Light variant of main color */
  padding: 40px;
  border-radius: 10px;
  margin-top: 60px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-368bet-responsible-gaming-policy__cta-block p {
  font-size: 1.4em;
  margin-bottom: 25px;
  color: #005f3e;
  font-weight: 500;
}

.page-resources-368bet-responsible-gaming-policy__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.page-resources-368bet-responsible-gaming-policy__cta-link {
  display: block;
  color: #00A86B;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-368bet-responsible-gaming-policy__cta-link:hover {
  color: #00764b;
}

.page-resources-368bet-responsible-gaming-policy__faq-section {
  background-color: #f0f0f0;
  padding: 60px 0;
}

.page-resources-368bet-responsible-gaming-policy__faq-section .page-resources-368bet-responsible-gaming-policy__section-title {
  text-align: center;
  margin-bottom: 40px;
  border-bottom: none;
  padding-bottom: 0;
  color: #00764b;
}

.page-resources-368bet-responsible-gaming-policy__faq-item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.page-resources-368bet-responsible-gaming-policy__faq-question {
  padding: 20px 25px;
  font-size: 1.3em;
  color: #00A86B;
  cursor: pointer;
  margin: 0;
  position: relative;
  font-weight: 600;
}

.page-resources-368bet-responsible-gaming-policy__faq-question::after {
  content: '+';
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-368bet-responsible-gaming-policy__faq-question.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-resources-368bet-responsible-gaming-policy__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-368bet-responsible-gaming-policy__faq-answer.active {
  max-height: 200px; /* Adjust based on expected content height */
  padding: 0 25px 20px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-resources-368bet-responsible-gaming-policy__hero-title {
    font-size: 2.8em;
  }
  .page-resources-368bet-responsible-gaming-policy__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-368bet-responsible-gaming-policy__image--left,
  .page-resources-368bet-responsible-gaming-policy__image--right {
    float: none;
    margin: 30px auto;
  }
}

@media (max-width: 768px) {
  .page-resources-368bet-responsible-gaming-policy__hero-section {
    padding: 80px 0;
  }
  .page-resources-368bet-responsible-gaming-policy__hero-title {
    font-size: 2.2em;
  }
  .page-resources-368bet-responsible-gaming-policy__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-368bet-responsible-gaming-policy__section-title {
    font-size: 1.8em;
  }
  .page-resources-368bet-responsible-gaming-policy__subsection-title {
    font-size: 1.4em;
  }
  .page-resources-368bet-responsible-gaming-policy__content-area article {
    font-size: 1em;
  }
  .page-resources-368bet-responsible-gaming-policy__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-368bet-responsible-gaming-policy__cta-button--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-368bet-responsible-gaming-policy__hero-section {
    padding: 60px 0;
  }
  .page-resources-368bet-responsible-gaming-policy__hero-title {
    font-size: 1.8em;
  }
  .page-resources-368bet-responsible-gaming-policy__hero-subtitle {
    font-size: 0.9em;
  }
  .page-resources-368bet-responsible-gaming-policy__cta-button {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-resources-368bet-responsible-gaming-policy__cta-button--large {
    width: 100%;
  }
  .page-resources-368bet-responsible-gaming-policy__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-368bet-responsible-gaming-policy__faq-question::after {
    right: 20px;
  }
  .page-resources-368bet-responsible-gaming-policy__faq-answer {
    padding: 0 20px 15px;
  }
}