/* Base styles for the Responsible Gaming page */
.page-choi-co-trach-nhiem {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-choi-co-trach-nhiem__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-choi-co-trach-nhiem__section-title {
  font-size: 32px;
  font-weight: bold;
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 30px;
  text-align: center;
}

.page-choi-co-trach-nhiem__section-title--light {
  color: #ffffff;
}

.page-choi-co-trach-nhiem__section-description--light {
  color: #f0f0f0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-choi-co-trach-nhiem__text-block p {
  margin-bottom: 15px;
  font-size: 16px;
}

.page-choi-co-trach-nhiem__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.page-choi-co-trach-nhiem__list li {
  margin-bottom: 10px;
}

/* Hero Section */
.page-choi-co-trach-nhiem__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top margin */
  padding-bottom: 60px;
  background-color: #2F6BFF;
  overflow: hidden;
}

.page-choi-co-trach-nhiem__hero-image-wrapper {
  width: 100%;
  max-height: 600px; /* Adjust as needed */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.page-choi-co-trach-nhiem__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-choi-co-trach-nhiem__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
  color: #ffffff;
}

.page-choi-co-trach-nhiem__main-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-choi-co-trach-nhiem__hero-description {
  font-size: 18px;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.page-choi-co-trach-nhiem__btn-primary,
.page-choi-co-trach-nhiem__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-choi-co-trach-nhiem__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-choi-co-trach-nhiem__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-choi-co-trach-nhiem__btn-secondary {
  background: #ffffff; /* Card BG */
  color: #2F6BFF; /* Primary Accent */
  border: 2px solid #2F6BFF;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.page-choi-co-trach-nhiem__btn-secondary:hover {
  background: #f0f5ff;
  color: #2F6BFF;
  border-color: #2F6BFF;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.page-choi-co-trach-nhiem__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Dark Section Styling */
.page-choi-co-trach-nhiem__dark-section {
  background-color: #2F6BFF;
  color: #ffffff;
}

/* Tools Section */
.page-choi-co-trach-nhiem__tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-choi-co-trach-nhiem__tool-card {
  background-color: #ffffff; /* Card BG */
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #1F2D3D; /* Text Main */
  border: 1px solid #D6E2FF; /* Border */
}

.page-choi-co-trach-nhiem__tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.page-choi-co-trach-nhiem__tool-icon {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  min-width: 200px; /* Ensure minimum size */
  min-height: 200px;
}

.page-choi-co-trach-nhiem__tool-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000000; /* Custom Color_1776249996415 */
}

.page-choi-co-trach-nhiem__tool-description {
  font-size: 15px;
  color: #1F2D3D;
}

/* FAQ Section */
details.page-choi-co-trach-nhiem__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #D6E2FF; /* Border */
  overflow: hidden;
  background: #ffffff; /* Card BG */
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
details.page-choi-co-trach-nhiem__faq-item summary.page-choi-co-trach-nhiem__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #1F2D3D;
}
details.page-choi-co-trach-nhiem__faq-item summary.page-choi-co-trach-nhiem__faq-question::-webkit-details-marker {
  display: none;
}
details.page-choi-co-trach-nhiem__faq-item summary.page-choi-co-trach-nhiem__faq-question:hover {
  background: #f0f5ff;
}
.page-choi-co-trach-nhiem__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #000000; /* Custom Color_1776249996415 */
}
.page-choi-co-trach-nhiem__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #2F6BFF; /* Primary Accent */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-choi-co-trach-nhiem__faq-item .page-choi-co-trach-nhiem__faq-answer {
  padding: 0 25px 20px;
  background: #f9fbfc; /* Slightly lighter than page background */
  border-radius: 0 0 8px 8px;
  color: #1F2D3D;
}

/* General Image Sizing */
.page-choi-co-trach-nhiem img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-choi-co-trach-nhiem__content-area {
    padding: 30px 15px;
  }
  .page-choi-co-trach-nhiem__section-title {
    font-size: 28px;
  }
  .page-choi-co-trach-nhiem__hero-image-wrapper {
    max-height: 500px;
  }
  .page-choi-co-trach-nhiem__main-title {
    font-size: clamp(24px, 5vw, 40px);
  }
  .page-choi-co-trach-nhiem__hero-description {
    font-size: 17px;
  }
  .page-choi-co-trach-nhiem__tools-grid {
    gap: 20px;
  }
  .page-choi-co-trach-nhiem__tool-card {
    padding: 25px;
  }
  .page-choi-co-trach-nhiem__tool-title {
    font-size: 20px;
  }
  .page-choi-co-trach-nhiem__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .page-choi-co-trach-nhiem__content-area {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-choi-co-trach-nhiem__hero-section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .page-choi-co-trach-nhiem__hero-image-wrapper {
    max-height: 300px;
    margin-bottom: 15px;
  }
  .page-choi-co-trach-nhiem__hero-image {
    object-fit: contain !important; /* Ensure image is not cropped */
    aspect-ratio: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-choi-co-trach-nhiem__main-title {
    font-size: clamp(22px, 6vw, 36px);
    margin-bottom: 15px;
  }
  .page-choi-co-trach-nhiem__hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .page-choi-co-trach-nhiem__btn-primary,
  .page-choi-co-trach-nhiem__btn-secondary {
    padding: 12px 20px;
    font-size: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-choi-co-trach-nhiem__cta-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-choi-co-trach-nhiem__section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-choi-co-trach-nhiem__text-block p,
  .page-choi-co-trach-nhiem__list li {
    font-size: 15px;
  }
  .page-choi-co-trach-nhiem__tools-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .page-choi-co-trach-nhiem__tool-card {
    padding: 20px;
  }
  .page-choi-co-trach-nhiem__tool-icon {
    min-width: 200px !important;
    min-height: 200px !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-choi-co-trach-nhiem__tool-title {
    font-size: 18px;
  }
  details.page-choi-co-trach-nhiem__faq-item summary.page-choi-co-trach-nhiem__faq-question {
    padding: 15px;
  }
  .page-choi-co-trach-nhiem__faq-qtext {
    font-size: 16px;
  }
  .page-choi-co-trach-nhiem__faq-toggle {
    font-size: 24px;
    width: 24px;
    margin-left: 10px;
  }
  details.page-choi-co-trach-nhiem__faq-item .page-choi-co-trach-nhiem__faq-answer {
    padding: 0 15px 15px;
  }
  /* General Image Sizing for mobile */
  .page-choi-co-trach-nhiem img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-choi-co-trach-nhiem__section,
  .page-choi-co-trach-nhiem__card,
  .page-choi-co-trach-nhiem__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}