.page-resources-laro789-responsible-gambling {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-resources-laro789-responsible-gambling__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
}

.page-resources-laro789-responsible-gambling__hero-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-resources-laro789-responsible-gambling__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.6); /* Slightly darken background image for text readability */
}

.page-resources-laro789-responsible-gambling__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-laro789-responsible-gambling__title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #FFD700; /* Primary color for title */
}

.page-resources-laro789-responsible-gambling__description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-laro789-responsible-gambling__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-resources-laro789-responsible-gambling__cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #FFD700; /* Primary color */
  color: #333333;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
  min-width: 150px;
  text-align: center;
}

.page-resources-laro789-responsible-gambling__cta-button:hover {
  background-color: #e6c200;
}

.page-resources-laro789-responsible-gambling__cta-button--secondary {
  background-color: #8B0000; /* Secondary color */
  color: #ffffff;
}

.page-resources-laro789-responsible-gambling__cta-button--secondary:hover {
  background-color: #6e0000;
}

.page-resources-laro789-responsible-gambling__section {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-laro789-responsible-gambling__section-title {
  font-size: 2.2em;
  color: #8B0000; /* Secondary color for section titles */
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-laro789-responsible-gambling__subsection-title {
  font-size: 1.6em;
  color: #FFD700; /* Primary color for subsections */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-laro789-responsible-gambling__section-text {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-laro789-responsible-gambling__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-laro789-responsible-gambling__feature-card {
  background-color: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.03);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-resources-laro789-responsible-gambling__card-icon {
  font-size: 3em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-resources-laro789-responsible-gambling__card-title {
  font-size: 1.4em;
  color: #8B0000;
  margin-bottom: 10px;
}

.page-resources-laro789-responsible-gambling__card-text {
  font-size: 1em;
  color: #555555;
  text-align: left;
}

.page-resources-laro789-responsible-gambling__card-text a {
  color: #FFD700;
  text-decoration: none;
}

.page-resources-laro789-responsible-gambling__card-text a:hover {
  text-decoration: underline;
}

.page-resources-laro789-responsible-gambling__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #333333;
}

.page-resources-laro789-responsible-gambling__list-item {
  margin-bottom: 8px;
  font-size: 1.1em;
}

.page-resources-laro789-responsible-gambling__content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: flex-start;
  margin-top: 30px;
}

.page-resources-laro789-responsible-gambling__text-content {
  flex: 1;
}

.page-resources-laro789-responsible-gambling__image {
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  width: 350px; /* Base width for desktop */
  height: 262px; /* Maintain 4:3 aspect ratio */
}

.page-resources-laro789-responsible-gambling__image--left {
  order: 0;
}

.page-resources-laro789-responsible-gambling__image--right {
  order: 1;
}

.page-resources-laro789-responsible-gambling__buttons-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .page-resources-laro789-responsible-gambling__hero-content {
    padding: 30px 15px;
  }

  .page-resources-laro789-responsible-gambling__title {
    font-size: 2.2em;
  }

  .page-resources-laro789-responsible-gambling__description {
    font-size: 1em;
  }

  .page-resources-laro789-responsible-gambling__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-laro789-responsible-gambling__section-title {
    font-size: 1.8em;
  }

  .page-resources-laro789-responsible-gambling__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-laro789-responsible-gambling__features-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-laro789-responsible-gambling__content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-laro789-responsible-gambling__image {
    width: 100%; /* Ensure images don't overflow */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Important for mobile overflow prevention */
    margin-bottom: 20px;
  }

  .page-resources-laro789-responsible-gambling__image--left,
  .page-resources-laro789-responsible-gambling__image--right {
    order: unset; /* Reset order for mobile stacking */
  }

  .page-resources-laro789-responsible-gambling__list {
    margin-left: 15px;
  }

  .page-resources-laro789-responsible-gambling__buttons-group {
    flex-direction: column;
    gap: 15px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .page-resources-laro789-responsible-gambling__section {
    max-width: 700px;
  }

  .page-resources-laro789-responsible-gambling__title {
    font-size: 2.5em;
  }

  .page-resources-laro789-responsible-gambling__description {
    font-size: 1.1em;
  }

  .page-resources-laro789-responsible-gambling__image {
    width: 300px;
    height: 225px;
  }
}

/* Ensure all content area images are at least 200px */
.page-resources-laro789-responsible-gambling img {
  min-width: 200px;
  min-height: 200px;
}

/* Specific rule to prevent small images in content area */
.page-resources-laro789-responsible-gambling__image {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-resources-laro789-responsible-gambling img {
    max-width: 100%;
    height: auto;
  }
}