/* style/typhu88-responsible-gaming-addiction-prevention.css */
.page-typhu88-responsible-gaming-addiction-prevention {
  font-family: 'Arial', sans-serif;
  color: #F5F0E7; /* Light text for general content on dark background */
  background-color: #0A0F18; /* Main dark background */
  line-height: 1.6;
}

.page-typhu88-responsible-gaming-addiction-prevention .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-typhu88-responsible-gaming-addiction-prevention .hero-section {
  background: linear-gradient(135deg, #0A0F18 0%, #303740 100%); /* Dark gradient */
  padding: 100px 0;
  text-align: center;
  border-bottom: 2px solid #FFD700;
}

.page-typhu88-responsible-gaming-addiction-prevention .hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Gold for main title */
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-typhu88-responsible-gaming-addiction-prevention .hero-subtitle {
  font-size: 1.5em;
  color: #F5F0E7;
  margin-bottom: 40px;
}

.page-typhu88-responsible-gaming-addiction-prevention .btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}

.page-typhu88-responsible-gaming-addiction-prevention .btn-primary {
  background-color: #FFD700; /* Gold button */
  color: #0A0F18; /* Dark text on gold */
  border: none;
}

.page-typhu88-responsible-gaming-addiction-prevention .btn-primary:hover {
  background-color: #E5C100; /* Slightly darker gold on hover */
}

.page-typhu88-responsible-gaming-addiction-prevention .btn-secondary {
  background-color: transparent;
  color: #FFD700; /* Gold text for secondary button */
  border: 2px solid #FFD700;
}

.page-typhu88-responsible-gaming-addiction-prevention .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A0F18;
}

.page-typhu88-responsible-gaming-addiction-prevention .introduction-section,
.page-typhu88-responsible-gaming-addiction-prevention .understanding-addiction-section,
.page-typhu88-responsible-gaming-addiction-prevention .prevention-tools-section,
.page-typhu88-responsible-gaming-addiction-prevention .responsible-gaming-tips-section,
.page-typhu88-responsible-gaming-addiction-prevention .seeking-help-section,
.page-typhu88-responsible-gaming-addiction-prevention .conclusion-section {
  padding: 60px 0;
}

.page-typhu88-responsible-gaming-addiction-prevention .section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-typhu88-responsible-gaming-addiction-prevention .section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-typhu88-responsible-gaming-addiction-prevention .content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.page-typhu88-responsible-gaming-addiction-prevention .content-block > p,
.page-typhu88-responsible-gaming-addiction-prevention .content-block > ul {
  flex: 1;
  min-width: 300px;
}

.page-typhu80-responsible-gaming-addiction-prevention .content-image {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-typhu88-responsible-gaming-addiction-prevention .content-image-right {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  order: 1; /* Move image to the left on desktop */
}

.page-typhu88-responsible-gaming-addiction-prevention .content-block:nth-of-type(even) .content-image {
  order: 2; /* Image on right for even blocks */
}

.page-typhu88-responsible-gaming-addiction-prevention .grid-2-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-typhu88-responsible-gaming-addiction-prevention .grid-3-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-typhu88-responsible-gaming-addiction-prevention .card,
.page-typhu88-responsible-gaming-addiction-prevention .tool-card {
  background-color: #1A1F28; /* Slightly lighter dark background */
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.page-typhu88-responsible-gaming-addiction-prevention .card-title,
.page-typhu88-responsible-gaming-addiction-prevention .tool-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 15px;
}

.page-typhu88-responsible-gaming-addiction-prevention .tool-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.5));
}

.page-typhu88-responsible-gaming-addiction-prevention .list-styled {
  list-style: none;
  padding: 0;
  text-align: left;
}

.page-typhu88-responsible-gaming-addiction-prevention .list-styled li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.page-typhu88-responsible-gaming-addiction-prevention .list-styled li::before {
  content: '✓'; /* Checkmark icon */
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-typhu88-responsible-gaming-addiction-prevention .text-link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-typhu88-responsible-gaming-addiction-prevention .text-link:hover {
  text-decoration: underline;
}

.page-typhu88-responsible-gaming-addiction-prevention .highlight-text {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-typhu88-responsible-gaming-addiction-prevention .hero-title {
    font-size: 2.5em;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .hero-subtitle {
    font-size: 1.2em;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .section-title {
    font-size: 2em;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .content-block {
    flex-direction: column;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .content-image,
  .page-typhu88-responsible-gaming-addiction-prevention .content-image-right {
    max-width: 100%;
    order: initial; /* Reset order for mobile */
  }
  .page-typhu88-responsible-gaming-addiction-prevention .content-block:nth-of-type(even) .content-image {
    order: initial;
  }
}

@media (max-width: 480px) {
  .page-typhu88-responsible-gaming-addiction-prevention .hero-section {
    padding: 60px 0;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .hero-title {
    font-size: 2em;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .section-title {
    font-size: 1.8em;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .btn {
    padding: 12px 20px;
    font-size: 0.9em;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .card,
  .page-typhu88-responsible-gaming-addiction-prevention .tool-card {
    padding: 20px;
  }
  .page-typhu88-responsible-gaming-addiction-prevention .card-title,
  .page-typhu88-responsible-gaming-addiction-prevention .tool-title {
    font-size: 1.5em;
  }
}