.page-blog-responsible-gaming-guidelines-with-abc8 {
  color: #404040;
  background-color: #F3F3F3;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-responsible-gaming-guidelines-with-abc8__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles main offset */
  margin-bottom: 40px;
}

.page-blog-responsible-gaming-guidelines-with-abc8__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-responsible-gaming-guidelines-with-abc8__hero-content {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: -80px auto 0 auto; /* Pulls content slightly over the image */
  max-width: 900px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.page-blog-responsible-gaming-guidelines-with-abc8__main-title {
  font-size: clamp(2em, 5vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #025BE8;
}

.page-blog-responsible-gaming-guidelines-with-abc8__hero-description {
  font-size: clamp(1em, 2.5vw, 1.2em);
  margin-bottom: 30px;
  color: #404040;
}

.page-blog-responsible-gaming-guidelines-with-abc8__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-responsible-gaming-guidelines-with-abc8__btn-primary,
.page-blog-responsible-gaming-guidelines-with-abc8__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-responsible-gaming-guidelines-with-abc8__btn-primary {
  background-color: #1266EC;
  color: #ffffff;
  border: 2px solid #1266EC;
}

.page-blog-responsible-gaming-guidelines-with-abc8__btn-primary:hover {
  background-color: #0d4bb3;
  border-color: #0d4bb3;
}

.page-blog-responsible-gaming-guidelines-with-abc8__btn-secondary {
  background-color: #E5EEFD;
  color: #025BE8;
  border: 2px solid #025BE8;
}

.page-blog-responsible-gaming-guidelines-with-abc8__btn-secondary:hover {
  background-color: #d0e0fb;
  border-color: #d0e0fb;
}

.page-blog-responsible-gaming-guidelines-with-abc8__content-area {
  padding: 20px 0 60px 0;
}

.page-blog-responsible-gaming-guidelines-with-abc8__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.page-blog-responsible-gaming-guidelines-with-abc8__section-title {
  font-size: 2.2em;
  color: #025BE8;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.page-blog-responsible-gaming-guidelines-with-abc8__sub-section-title {
  font-size: 1.8em;
  color: #025BE8;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-responsible-gaming-guidelines-with-abc8__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #404040;
  line-height: 1.7;
}

.page-blog-responsible-gaming-guidelines-with-abc8__content-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 25px 0;
  display: block;
  object-fit: cover;
}

.page-blog-responsible-gaming-guidelines-with-abc8__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-blog-responsible-gaming-guidelines-with-abc8__list-item {
  background-color: #f9f9f9;
  border-left: 5px solid #025BE8;
  margin-bottom: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-responsible-gaming-guidelines-with-abc8__list-title {
  font-size: 1.3em;
  color: #025BE8;
  margin-bottom: 8px;
  font-weight: 600;
}

.page-blog-responsible-gaming-guidelines-with-abc8__list-text {
  font-size: 1em;
  color: #404040;
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-container {
  margin-top: 30px;
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 1.1em;
  font-weight: bold;
  color: #404040;
  cursor: pointer;
  background-color: #E5EEFD;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-qtext {
  flex-grow: 1;
  color: #025BE8;
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 10px;
  transition: transform 0.3s ease;
  color: #025BE8;
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-item[open] .page-blog-responsible-gaming-guidelines-with-abc8__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-answer {
  padding: 15px 20px;
  font-size: 1em;
  color: #404040;
  line-height: 1.6;
  background-color: #ffffff;
}

.page-blog-responsible-gaming-guidelines-with-abc8__cta-section {
  text-align: center;
  background-color: #E5EEFD;
  padding: 40px 20px;
  border-radius: 12px;
  margin-top: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-responsible-gaming-guidelines-with-abc8__cta-text {
  font-size: 1.5em;
  color: #025BE8;
  margin-bottom: 25px;
  font-weight: bold;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-responsible-gaming-guidelines-with-abc8__hero-content {
    margin-top: -60px;
    max-width: 800px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__container {
    padding: 30px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__section-title {
    font-size: 2em;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__sub-section-title {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .page-blog-responsible-gaming-guidelines-with-abc8__hero-section {
    padding-top: 10px !important; /* Ensure small top padding */
  }
  .page-blog-responsible-gaming-guidelines-with-abc8__hero-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-responsible-gaming-guidelines-with-abc8__hero-content {
    margin-top: -40px;
    padding: 25px 15px;
    border-radius: 8px;
    max-width: calc(100% - 30px); /* Adjust for padding on small screens */
    width: calc(100% - 30px);
    box-sizing: border-box;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__main-title {
    font-size: 1.8em;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__hero-description {
    font-size: 1em;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__btn-primary,
  .page-blog-responsible-gaming-guidelines-with-abc8__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__content-area {
    padding: 15px 0 40px 0;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__container {
    padding: 25px 15px;
    border-radius: 8px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__section-title {
    font-size: 1.8em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__sub-section-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__paragraph,
  .page-blog-responsible-gaming-guidelines-with-abc8__list-text {
    font-size: 0.95em;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__content-image {
    margin: 20px 0;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__list-item {
    padding: 12px 15px;
    margin-bottom: 10px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__list-title {
    font-size: 1.2em;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__faq-question {
    font-size: 1em;
    padding: 12px 15px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__faq-toggle {
    font-size: 1.2em;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__faq-answer {
    padding: 12px 15px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__cta-section {
    padding: 30px 15px;
    margin-top: 30px;
  }

  .page-blog-responsible-gaming-guidelines-with-abc8__cta-text {
    font-size: 1.2em;
  }

  /* Ensure all images are responsive */
  .page-blog-responsible-gaming-guidelines-with-abc8 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Ensure all containers with images are responsive */
  .page-blog-responsible-gaming-guidelines-with-abc8__section,
  .page-blog-responsible-gaming-guidelines-with-abc8__card,
  .page-blog-responsible-gaming-guidelines-with-abc8__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Color contrast safety */
.page-blog-responsible-gaming-guidelines-with-abc8 {
  color: #404040; /* Dark text for light body background */
}

.page-blog-responsible-gaming-guidelines-with-abc8__container,
.page-blog-responsible-gaming-guidelines-with-abc8__list-item,
.page-blog-responsible-gaming-guidelines-with-abc8__faq-item,
.page-blog-responsible-gaming-guidelines-with-abc8__faq-answer {
  background-color: #ffffff; /* White background for main content blocks */
  color: #404040; /* Dark text */
}

.page-blog-responsible-gaming-guidelines-with-abc8__faq-question,
.page-blog-responsible-gaming-guidelines-with-abc8__cta-section {
  background-color: #E5EEFD; /* Light blue background for these elements */
  color: #025BE8; /* Brand blue text */
}

.page-blog-responsible-gaming-guidelines-with-abc8__btn-primary {
  background-color: #1266EC;
  color: #ffffff;
}

.page-blog-responsible-gaming-guidelines-with-abc8__btn-secondary {
  background-color: #E5EEFD;
  color: #025BE8;
}

.page-blog-responsible-gaming-guidelines-with-abc8__section-title,
.page-blog-responsible-gaming-guidelines-with-abc8__sub-section-title,
.page-blog-responsible-gaming-guidelines-with-abc8__list-title,
.page-blog-responsible-gaming-guidelines-with-abc8__faq-qtext,
.page-blog-responsible-gaming-guidelines-with-abc8__faq-toggle,
.page-blog-responsible-gaming-guidelines-with-abc8__cta-text {
  color: #025BE8; /* Brand blue for titles and important texts */
}