/* style/resources-tg88-casino-game-guide.css */

.page-resources-tg88-casino-game-guide {
  font-family: 'Arial', sans-serif;
  color: #F5E6D0; /* Light text for dark background */
  background-color: #0A192F; /* Primary dark background */
}

.page-resources-tg88-casino-game-guide .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-tg88-casino-game-guide .hero-section {
  background: linear-gradient(135deg, #0A192F, #2A3B5C);
  padding: 80px 0 60px;
  text-align: center;
  color: #FFD700; /* Accent color for hero text */
}

.page-resources-tg88-casino-game-guide .hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FFD700;
}

.page-resources-tg88-casino-game-guide .hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #F5E6D0;
}

.page-resources-tg88-casino-game-guide .btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-tg88-casino-game-guide .btn-primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-resources-tg88-casino-game-guide .btn-primary:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
}

.page-resources-tg88-casino-game-guide .btn-secondary {
  background-color: #1A2B47;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-tg88-casino-game-guide .btn-secondary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-resources-tg88-casino-game-guide .btn-tertiary {
  background-color: #0A192F;
  color: #FFD700;
  border: 1px solid #FFD700;
}

.page-resources-tg88-casino-game-guide .btn-tertiary:hover {
  background-color: #FFD700;
  color: #0A192F;
  transform: translateY(-2px);
}

.page-resources-tg88-casino-game-guide .content-section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 215, 0, 0.1);
}

.page-resources-tg88-casino-game-guide .content-section:last-of-type {
  border-bottom: none;
}

.page-resources-tg88-casino-game-guide .section-title {
  font-size: 2em;
  color: #FFD700;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-tg88-casino-game-guide h3 {
  font-size: 1.5em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-tg88-casino-game-guide p {
  line-height: 1.7;
  margin-bottom: 15px;
  color: #F5E6D0;
}

.page-resources-tg88-casino-game-guide ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-tg88-casino-game-guide ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #F5E6D0;
}

.page-resources-tg88-casino-game-guide ul li::before {
  content: '✓';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.page-resources-tg88-casino-game-guide .game-category-item {
  margin-bottom: 50px;
  text-align: center;
}

.page-resources-tg88-casino-game-guide .category-title {
  font-size: 1.8em;
  margin-top: 0;
  margin-bottom: 20px;
  color: #FFD700;
}

.page-resources-tg88-casino-game-guide .category-image, .page-resources-tg88-casino-game-guide .section-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-tg88-casino-game-guide .step-item {
  background-color: #1A2B47;
  padding: 30px;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.page-resources-tg88-casino-game-guide .step-title {
  color: #FFD700;
  margin-top: 0;
  font-size: 1.6em;
}

.page-resources-tg88-casino-game-guide .back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-tg88-casino-game-guide .back-link:hover {
  color: #E6C200;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-tg88-casino-game-guide .hero-title {
    font-size: 2.2em;
  }

  .page-resources-tg88-casino-game-guide .section-title {
    font-size: 1.8em;
  }

  .page-resources-tg88-casino-game-guide h3 {
    font-size: 1.3em;
  }
}

@media (max-width: 480px) {
  .page-resources-tg88-casino-game-guide .hero-title {
    font-size: 1.8em;
  }

  .page-resources-tg88-casino-game-guide .hero-description {
    font-size: 1em;
  }

  .page-resources-tg88-casino-game-guide .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  .page-resources-tg88-casino-game-guide .section-title {
    font-size: 1.5em;
  }

  .page-resources-tg88-casino-game-guide h3 {
    font-size: 1.2em;
  }

  .page-resources-tg88-casino-game-guide .step-item {
    padding: 20px;
  }
}