/* style/index-dr88-casino-popular-games.css */
.page-index-dr88-casino-popular-games {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #0A192F;
  line-height: 1.6;
}

.page-index-dr88-casino-popular-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-dr88-casino-popular-games__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a3459 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-index-dr88-casino-popular-games__hero-title {
  font-size: 3.5em;
  color: #FFD700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.page-index-dr88-casino-popular-games__hero-description {
  font-size: 1.3em;
  color: #D3D3D3;
  max-width: 800px;
  margin: 0 auto 40px auto;
}

.page-index-dr88-casino-popular-games__content-section {
  padding: 60px 0;
}

.page-index-dr88-casino-popular-games__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 40px;
  padding-top: 20px;
  position: relative;
}

.page-index-dr88-casino-popular-games__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-dr88-casino-popular-games__sub-section-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-dr88-casino-popular-games__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0;
}

.page-index-dr88-casino-popular-games__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-index-dr88-casino-popular-games__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: #C0C0C0;
}

.page-index-dr88-casino-popular-games__btn {
  display: inline-block;
  background-color: #FFD700;
  color: #0A192F;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
}

.page-index-dr88-casino-popular-games__btn:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-index-dr88-casino-popular-games__btn--primary {
  background-color: #FFD700;
  color: #0A192F;
}

.page-index-dr88-casino-popular-games__btn--primary:hover {
  background-color: #e6c200;
}

.page-index-dr88-casino-popular-games__btn--secondary {
  background-color: #1a3459;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-index-dr88-casino-popular-games__btn--secondary:hover {
  background-color: #0A192F;
  color: #FFD700;
  border-color: #FFD700;
}

.page-index-dr88-casino-popular-games__btn--large {
  padding: 20px 40px;
  font-size: 1.3em;
}

.page-index-dr88-casino-popular-games__image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-index-dr88-casino-popular-games__image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

.page-index-dr88-casino-popular-games__image--full-width {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-index-dr88-casino-popular-games__image--small {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  display: block;
}

.page-index-dr88-casino-popular-games__conclusion-text {
  font-size: 1.2em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  color: #FFD700;
}

.page-index-dr88-casino-popular-games__link {
  color: #FFD700;
  text-decoration: none;
  font-weight: bold;
}

.page-index-dr88-casino-popular-games__link:hover {
  text-decoration: underline;
}

.page-index-dr88-casino-popular-games .highlight {
  color: #FFD700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-index-dr88-casino-popular-games__hero-title {
    font-size: 2.5em;
  }

  .page-index-dr88-casino-popular-games__hero-description {
    font-size: 1em;
  }

  .page-index-dr88-casino-popular-games__section-title {
    font-size: 2em;
  }

  .page-index-dr88-casino-popular-games__sub-section-title {
    font-size: 1.5em;
  }

  .page-index-dr88-casino-popular-games__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-dr88-casino-popular-games__btn--large {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-index-dr88-casino-popular-games__image-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-index-dr88-casino-popular-games__hero-title {
    font-size: 2em;
  }

  .page-index-dr88-casino-popular-games__section-title {
    font-size: 1.8em;
  }

  .page-index-dr88-casino-popular-games__sub-section-title {
    font-size: 1.3em;
  }

  .page-index-dr88-casino-popular-games__btn {
    width: 100%;
    box-sizing: border-box;
  }
}