.page-responsible-gambling-tools {
  color: #333333; /* Dark text for default light body background */
}

.page-responsible-gambling-tools__hero-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  background-color: #002060; /* Primary brand color for hero background */
  color: #ffffff;
  text-align: center;
}

.page-responsible-gambling-tools__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  z-index: 0;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px;
}

.page-responsible-gambling-tools__hero-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px; /* Ensure hero section has a decent height */
}

.page-responsible-gambling-tools__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700; /* Auxiliary color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-responsible-gambling-tools__hero-description {
  font-size: 1.3em;
  max-width: 800px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.page-responsible-gambling-tools__hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.page-responsible-gambling-tools__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
  min-width: 200px; /* Enforce minimum button width */
  text-align: center;
}

.page-responsible-gambling-tools__button--primary {
  background-color: #FFD700; /* Auxiliary color */
  color: #002060; /* Primary color text */
  border: 2px solid #FFD700;
}

.page-responsible-gambling-tools__button--primary:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-responsible-gambling-tools__button--secondary {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-responsible-gambling-tools__button--secondary:hover {
  background-color: #FFD700;
  color: #002060;
  transform: translateY(-3px);
}

.page-responsible-gambling-tools__section {
  padding: 60px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
}

.page-responsible-gambling-tools__section:nth-of-type(even) {
  background-color: #ffffff;
}

.page-responsible-gambling-tools__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-responsible-gambling-tools__heading {
  font-size: 2.5em;
  color: #002060;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-responsible-gambling-tools__heading::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-responsible-gambling-tools__paragraph {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-responsible-gambling-tools__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-responsible-gambling-tools__card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #eee;
}

.page-responsible-gambling-tools__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-responsible-gambling-tools__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 25px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px;
}

.page-responsible-gambling-tools__card-title {
  font-size: 1.8em;
  color: #002060;
  margin-bottom: 15px;
}

.page-responsible-gambling-tools__card-description {
  font-size: 1em;
  line-height: 1.7;
  color: #555;
}

.page-responsible-gambling-tools__action-center {
  text-align: center;
  margin-top: 50px;
  padding: 40px;
  background-color: #e6f0ff;
  border-radius: 12px;
  border: 1px solid #cce0ff;
}

.page-responsible-gambling-tools__action-center .page-responsible-gambling-tools__paragraph {
  font-size: 1.2em;
  color: #002060;
  margin-bottom: 30px;
}

.page-responsible-gambling-tools__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-responsible-gambling-tools__list-item {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  color: #333333;
}

.page-responsible-gambling-tools__list-item::before {
  content: '✔️';
  position: absolute;
  left: 0;
  color: #FFD700;
  font-size: 1.2em;
  top: 0;
}

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

.page-responsible-gambling-tools__support-card {
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  padding: 25px;
  text-align: center;
  border: 1px solid #f0f0f0;
}

.page-responsible-gambling-tools__support-image {
  width: 100%;
  height: 180px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px;
}

.page-responsible-gambling-tools__support-title {
  font-size: 1.6em;
  color: #002060;
  margin-bottom: 10px;
}

.page-responsible-gambling-tools__support-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666;
}

.page-responsible-gambling-tools__link {
  color: #002060;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-responsible-gambling-tools__link:hover {
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-responsible-gambling-tools__hero-title {
    font-size: 2.5em;
  }

  .page-responsible-gambling-tools__hero-description {
    font-size: 1.1em;
  }

  .page-responsible-gambling-tools__heading {
    font-size: 2em;
  }

  .page-responsible-gambling-tools__paragraph {
    font-size: 1em;
  }

  .page-responsible-gambling-tools__grid,
  .page-responsible-gambling-tools__support-grid {
    grid-template-columns: 1fr;
  }

  .page-responsible-gambling-tools__card-image,
  .page-responsible-gambling-tools__support-image {
    max-width: 100%;
    height: auto; /* Allow height to adjust for responsiveness */
    min-width: 200px; /* Ensure minimum size is still met */
    min-height: 200px;
  }

  .page-responsible-gambling-tools__hero-actions {
    flex-direction: column;
  }

  .page-responsible-gambling-tools__button {
    width: 100%;
  }

  .page-responsible-gambling-tools__hero-section {
    padding: 40px 15px;
  }

  .page-responsible-gambling-tools__container {
    padding: 0 15px;
  }

  .page-responsible-gambling-tools__card,
  .page-responsible-gambling-tools__support-card {
    padding: 20px;
  }

  /* Ensure no horizontal overflow */
  .page-responsible-gambling-tools {
    overflow-x: hidden;
  }

  .page-responsible-gambling-tools img {
    max-width: 100%;
    height: auto; /* Ensure images don't overflow */
  }
}