.page-resources-f168-responsible-gaming {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #f0f0f0; /* Light text for dark background */
  background-color: #1A2E47; /* Main dark background */
}

.page-resources-f168-responsible-gaming__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-f168-responsible-gaming__hero-section {
  background: linear-gradient(135deg, #1A2E47 0%, #3a4f6d 100%); /* Dark blue gradient */
  color: #FFFFFF;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-f168-responsible-gaming__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract_security_pattern,digital_gradient,subtle_texture]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-f168-responsible-gaming__title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Accent gold for titles */
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.page-resources-f168-responsible-gaming__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-f168-responsible-gaming__content-section {
  padding: 60px 0;
}

.page-resources-f168-responsible-gaming__heading {
  font-size: 2.2em;
  color: #FFD700; /* Accent gold for headings */
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #3a4f6d; /* Darker blue subtle line */
  padding-bottom: 10px;
}

.page-resources-f168-responsible-gaming__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #e0e0e0; /* Slightly lighter text for readability */
}

.page-resources-f168-responsible-gaming__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-f168-responsible-gaming__list li {
  background-color: #2b415a; /* Slightly lighter dark blue for list items */
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-f168-responsible-gaming__list-title {
  color: #FFD700; /* Gold for list item titles */
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-f168-responsible-gaming__list-item-text {
  color: #e0e0e0;
  font-size: 1em;
}

.page-resources-f168-responsible-gaming__btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  margin: 10px;
  cursor: pointer;
}

.page-resources-f168-responsible-gaming__btn--primary {
  background-color: #FFD700; /* Gold button */
  color: #1A2E47; /* Dark blue text */
}

.page-resources-f168-responsible-gaming__btn--primary:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-2px);
}

.page-resources-f168-responsible-gaming__btn--secondary {
  background-color: #1A2E47; /* Dark blue button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-f168-responsible-gaming__btn--secondary:hover {
  background-color: #3a4f6d; /* Darker blue on hover */
  transform: translateY(-2px);
}

.page-resources-f168-responsible-gaming__btn--tertiary {
  background-color: transparent; /* Transparent button */
  color: #FFD700; /* Gold text */
  border: 2px solid #FFD700;
}

.page-resources-f168-responsible-gaming__btn--tertiary:hover {
  background-color: #FFD700; /* Gold background on hover */
  color: #1A2E47; /* Dark blue text on hover */
  transform: translateY(-2px);
}

.page-resources-f168-responsible-gaming__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-f168-responsible-gaming__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-f168-responsible-gaming__cta-banner {
  background: linear-gradient(90deg, #FFD700 0%, #e6c200 100%); /* Gold gradient */
  color: #1A2E47; /* Dark blue text */
  padding: 60px 0;
  text-align: center;
  margin-top: 50px;
}

.page-resources-f168-responsible-gaming__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #1A2E47;
  font-weight: bold;
}

.page-resources-f168-responsible-gaming__cta-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-f168-responsible-gaming__btn--cta {
  background-color: #1A2E47; /* Dark blue button on gold banner */
  color: #FFD700; /* Gold text */
  border: none;
  margin: 15px;
  padding: 16px 35px;
  font-size: 1.2em;
}

.page-resources-f168-responsible-gaming__btn--cta:hover {
  background-color: #3a4f6d; /* Darker blue on hover */
  color: #FFFFFF; /* White text on hover */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-f168-responsible-gaming__title {
    font-size: 2.5em;
  }

  .page-resources-f168-responsible-gaming__subtitle {
    font-size: 1.1em;
  }

  .page-resources-f168-responsible-gaming__heading {
    font-size: 1.8em;
  }

  .page-resources-f168-responsible-gaming__list li {
    padding: 15px;
  }

  .page-resources-f168-responsible-gaming__list-title {
    font-size: 1.2em;
  }

  .page-resources-f168-responsible-gaming__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-f168-responsible-gaming__cta-title {
    font-size: 2em;
  }

  .page-resources-f168-responsible-gaming__cta-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-f168-responsible-gaming__title {
    font-size: 2em;
  }

  .page-resources-f168-responsible-gaming__heading {
    font-size: 1.5em;
  }

  .page-resources-f168-responsible-gaming__btn {
    display: block;
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .page-resources-f168-responsible-gaming__btn--cta {
    width: calc(100% - 30px);
  }
}