/* style/responsible-gambling-cong-cu-ho-tro.css */
.page-responsible-gambling-cong-cu-ho-tro {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #ffffff; /* Default body background */
}

.page-responsible-gambling-cong-cu-ho-tro__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 15px;
  box-sizing: border-box;
}

.page-responsible-gambling-cong-cu-ho-tro__main-banner-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background: linear-gradient(135deg, #e0f2f7, #ffffff);
  display: flex;
  align-items: center;
}

.page-responsible-gambling-cong-cu-ho-tro__main-banner-section .page-responsible-gambling-cong-cu-ho-tro__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.page-responsible-gambling-cong-cu-ho-tro__banner-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #1e1765;
}

.page-responsible-gambling-cong-cu-ho-tro__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-responsible-gambling-cong-cu-ho-tro__banner-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #333333;
}

.page-responsible-gambling-cong-cu-ho-tro__banner-image-wrapper {
  flex: 1 1 50%;
  text-align: center;
  min-width: 300px;
}

.page-responsible-gambling-cong-cu-ho-tro__banner-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-responsible-gambling-cong-cu-ho-tro__cta-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-responsible-gambling-cong-cu-ho-tro__btn-primary,
.page-responsible-gambling-cong-cu-ho-tro__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-responsible-gambling-cong-cu-ho-tro__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-responsible-gambling-cong-cu-ho-tro__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-responsible-gambling-cong-cu-ho-tro__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-responsible-gambling-cong-cu-ho-tro__btn-secondary:hover {
  background-color: #e0f2f7;
  color: #1e87b7;
}

.page-responsible-gambling-cong-cu-ho-tro__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 25px;
  text-align: center;
}

.page-responsible-gambling-cong-cu-ho-tro__paragraph {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #333333;
}

.page-responsible-gambling-cong-cu-ho-tro__intro-section,
.page-responsible-gambling-cong-cu-ho-tro__tools-section,
.page-responsible-gambling-cong-cu-ho-tro__support-section,
.page-responsible-gambling-cong-cu-ho-tro__cta-section {
  padding: 60px 0;
}

.page-responsible-gambling-cong-cu-ho-tro__principles-section,
.page-responsible-gambling-cong-cu-ho-tro__self-assessment-section,
.page-responsible-gambling-cong-cu-ho-tro__faq-section {
  padding: 60px 0;
  background-color: #26A9E0;
  color: #ffffff; /* Dark background, so light text */
}

.page-responsible-gambling-cong-cu-ho-tro__principles-section .page-responsible-gambling-cong-cu-ho-tro__section-title,
.page-responsible-gambling-cong-cu-ho-tro__self-assessment-section .page-responsible-gambling-cong-cu-ho-tro__section-title,
.page-responsible-gambling-cong-cu-ho-tro__faq-section .page-responsible-gambling-cong-cu-ho-tro__section-title {
  color: #ffffff;
}

.page-responsible-gambling-cong-cu-ho-tro__principles-section .page-responsible-gambling-cong-cu-ho-tro__paragraph,
.page-responsible-gambling-cong-cu-ho-tro__self-assessment-section .page-responsible-gambling-cong-cu-ho-tro__paragraph,
.page-responsible-gambling-cong-cu-ho-tro__faq-section .page-responsible-gambling-cong-cu-ho-tro__paragraph {
  color: #f0f0f0;
}

.page-responsible-gambling-cong-cu-ho-tro__principles-grid,
.page-responsible-gambling-cong-cu-ho-tro__tools-grid,
.page-responsible-gambling-cong-cu-ho-tro__support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-responsible-gambling-cong-cu-ho-tro__principle-item,
.page-responsible-gambling-cong-cu-ho-tro__tool-item,
.page-responsible-gambling-cong-cu-ho-tro__support-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #ffffff;
}

.page-responsible-gambling-cong-cu-ho-tro__tool-item {
  background-color: #ffffff;
  color: #333333;
  border: 1px solid #e0e0e0;
}