.page-resources-responsible-new88-gambling {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

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

.page-resources-responsible-new88-gambling__section {
  padding: 60px 0;
}

.page-resources-responsible-new88-gambling__section:nth-child(odd) {
  background-color: #f9f9f9;
}

.page-resources-responsible-new88-gambling__hero-section {
  background: linear-gradient(135deg, #FFD700, #000080);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.page-resources-responsible-new88-gambling__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-responsible-new88-gambling__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-resources-responsible-new88-gambling__hero-cta {
  display: inline-block;
  background-color: #FFD700;
  color: #000080;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-responsible-new88-gambling__hero-cta:hover {
  background-color: #e6c200;
  color: #000066;
}

.page-resources-responsible-new88-gambling__section-title {
  font-size: 2.5em;
  color: #000080;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

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

.page-resources-responsible-new88-gambling__intro-text {
  text-align: center;
  font-size: 1.1em;
  max-width: 900px;
  margin: -20px auto 60px auto;
  color: #555;
}

.page-resources-responsible-new88-gambling__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-resources-responsible-new88-gambling__text-content {
  flex: 1;
  min-width: 300px;
}

.page-resources-responsible-new88-gambling__image-wrapper {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.page-resources-responsible-new88-gambling__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.page-resources-responsible-new88-gambling__tool-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-responsible-new88-gambling__tool-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-resources-responsible-new88-gambling__tool-icon {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  color: #FFD700;
  font-size: 3em; /* If using font awesome */
}

.page-resources-responsible-new88-gambling__tool-title {
  font-size: 1.6em;
  color: #000080;
  margin-bottom: 15px;
}

.page-resources-responsible-new88-gambling__tool-item p {
  color: #666;
  margin-bottom: 20px;
}

.page-resources-responsible-new88-gambling__tool-cta {
  display: inline-block;
  background-color: #000080;
  color: #FFD700;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.95em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-responsible-new88-gambling__tool-cta:hover {
  background-color: #000066;
  color: #fff;
}

.page-resources-responsible-new88-gambling__sign-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  min-width: 300px;
}

.page-resources-responsible-new88-gambling__sign-list li {
  background-color: #fff;
  border-left: 5px solid #FFD700;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 15px;
  color: #333;
}

.page-resources-responsible-new88-gambling__icon {
  color: #000080;
  font-size: 1.5em;
}

.page-resources-responsible-new88-gambling__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-resources-responsible-new88-gambling__tip-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  text-align: center;
}

.page-resources-responsible-new88-gambling__tip-item h3 {
  font-size: 1.5em;
  color: #000080;
  margin-top: 15px;
  margin-bottom: 10px;
}

.page-resources-responsible-new88-gambling__tip-item p {
  color: #666;
}

.page-resources-responsible-new88-gambling__tip-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.page-resources-responsible-new88-gambling__commitment .page-resources-responsible-new88-gambling__content-wrapper {
  flex-direction: row-reverse;
}

.page-resources-responsible-new88-gambling__cta-bottom {
  background-color: #000080;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.page-resources-responsible-new88-gambling__cta-bottom .page-resources-responsible-new88-gambling__section-title {
  color: #FFD700;
}

.page-resources-responsible-new88-gambling__cta-bottom .page-resources-responsible-new88-gambling__section-title::after {
  background-color: #fff;
}

.page-resources-responsible-new88-gambling__cta-description {
  font-size: 1.2em;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

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

.page-resources-responsible-new88-gambling__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.page-resources-responsible-new88-gambling__cta-button--primary {
  background-color: #FFD700;
  color: #000080;
  border: 2px solid #FFD700;
}

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

.page-resources-responsible-new88-gambling__cta-button--secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-resources-responsible-new88-gambling__cta-button--secondary:hover {
  background-color: #fff;
  color: #000080;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-responsible-new88-gambling__hero-title {
    font-size: 2.5em;
  }

  .page-resources-responsible-new88-gambling__section-title {
    font-size: 2em;
  }

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

  .page-resources-responsible-new88-gambling__image-wrapper {
    order: -1; /* Image appears above text on smaller screens */
    margin-bottom: 30px;
  }

  .page-resources-responsible-new88-gambling__commitment .page-resources-responsible-new88-gambling__content-wrapper {
    flex-direction: column; /* Revert for consistency */
  }

  .page-resources-responsible-new88-gambling__tool-grid,
  .page-resources-responsible-new88-gambling__tips-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-responsible-new88-gambling__sign-list li {
    font-size: 0.95em;
  }
}

@media (max-width: 768px) {
  .page-resources-responsible-new88-gambling__hero-section,
  .page-resources-responsible-new88-gambling__section,
  .page-resources-responsible-new88-gambling__cta-bottom {
    padding: 60px 0;
  }

  .page-resources-responsible-new88-gambling__hero-title {
    font-size: 2em;
  }

  .page-resources-responsible-new88-gambling__hero-description {
    font-size: 1em;
  }

  .page-resources-responsible-new88-gambling__section-title {
    font-size: 1.8em;
    margin-bottom: 40px;
  }

  .page-resources-responsible-new88-gambling__intro-text {
    font-size: 1em;
    margin-bottom: 40px;
  }

  .page-resources-responsible-new88-gambling__cta-description {
    font-size: 1em;
  }

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

  .page-resources-responsible-new88-gambling__hero-cta,
  .page-resources-responsible-new88-gambling__cta-button {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-resources-responsible-new88-gambling__hero-title {
    font-size: 1.8em;
  }

  .page-resources-responsible-new88-gambling__section-title {
    font-size: 1.5em;
  }

  .page-resources-responsible-new88-gambling__tool-item,
  .page-resources-responsible-new88-gambling__tip-item {
    padding: 20px;
  }

  .page-resources-responsible-new88-gambling__tool-title {
    font-size: 1.4em;
  }
}