.page-slot-games-popular-slots {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
}

.page-slot-games-popular-slots__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-slot-games-popular-slots__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f5f5f5;
  padding-top: var(--header-offset, 120px);
  position: relative;
  overflow: hidden;
}

.page-slot-games-popular-slots__hero-content {
  padding: 60px 20px;
  max-width: 800px;
  z-index: 1;
}

.page-slot-games-popular-slots__main-title {
  font-size: 3.5em;
  color: #017439;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-slot-games-popular-slots__hero-description {
  font-size: 1.2em;
  color: #555555;
  margin-bottom: 40px;
}

.page-slot-games-popular-slots__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.page-slot-games-popular-slots__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}

.page-slot-games-popular-slots__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-slot-games-popular-slots__btn-primary,
.page-slot-games-popular-slots__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  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%;
  width: auto;
}

.page-slot-games-popular-slots__btn-primary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-slot-games-popular-slots__btn-primary:hover {
  background-color: #005f2e;
  border-color: #005f2e;
}

.page-slot-games-popular-slots__btn-secondary {
  background-color: #FFFFFF;
  color: #017439;
  border: 2px solid #017439;
}

.page-slot-games-popular-slots__btn-secondary:hover {
  background-color: #e0e0e0;
  border-color: #005f2e;
}

.page-slot-games-popular-slots__section-title {
  font-size: 2.5em;
  text-align: center;
  margin-bottom: 20px;
  color: #017439;
}

.page-slot-games-popular-slots__section-description {
  font-size: 1.1em;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #555555;
}

.page-slot-games-popular-slots__sub-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
}

.page-slot-games-popular-slots__light-bg {
  background-color: #FFFFFF;
  color: #333333;
  padding: 80px 0;
}

.page-slot-games-popular-slots__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
  padding: 80px 0;
}

.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__section-title,
.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__section-description,
.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__sub-title,
.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__tip-title,
.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__tip-text,
.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__video-caption,
.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__faq-question span {
  color: #FFFFFF;
}

.page-slot-games-popular-slots__dark-bg .page-slot-games-popular-slots__faq-toggle {
    color: #FFFF00;
}

.page-slot-games-popular-slots__about-nổ-hũ-section .page-slot-games-popular-slots__image-content-block {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}

.page-slot-games-popular-slots__about-nổ-hũ-section .page-slot-games-popular-slots__content-image {
  flex: 1;
  max-width: 50%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-slot-games-popular-slots__about-nổ-hũ-section .page-slot-games-popular-slots__text-block {
  flex: 1;
  max-width: 50%;
}

.page-slot-games-popular-slots__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-popular-slots__feature-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-slot-games-popular-slots__feature-item:hover {
  transform: translateY(-5px);
}

.page-slot-games-popular-slots__feature-icon {
  width: 100%;
  height: auto;
  max-width: 250px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-slot-games-popular-slots__feature-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-slot-games-popular-slots__feature-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-slot-games-popular-slots__games-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-popular-slots__game-card {
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-slot-games-popular-slots__game-card:hover {
  transform: translateY(-5px);
}

.page-slot-games-popular-slots__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-slot-games-popular-slots__game-title {
  font-size: 1.4em;
  margin: 20px 15px 10px 15px;
  color: #017439;
}

.page-slot-games-popular-slots__game-link {
  text-decoration: none;
  color: inherit;
}

.page-slot-games-popular-slots__game-link:hover {
  text-decoration: underline;
}

.page-slot-games-popular-slots__game-description {
  font-size: 0.95em;
  color: #666666;
  padding: 0 15px 20px 15px;
}

.page-slot-games-popular-slots__view-all-button-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-slot-games-popular-slots__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-slot-games-popular-slots__guide-step-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

.page-slot-games-popular-slots__guide-step-item a {
    color: #FFFF00;
    text-decoration: none;
}

.page-slot-games-popular-slots__guide-step-item a:hover {
    text-decoration: underline;
}

.page-slot-games-popular-slots__step-number {
  font-size: 2.5em;
  font-weight: bold;
  color: #FFFF00;
  margin-bottom: 15px;
}

.page-slot-games-popular-slots__step-title {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.page-slot-games-popular-slots__step-description {
  font-size: 1em;
  color: #f0f0f0;
}

.page-slot-games-popular-slots__tips-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  list-style: none;
  padding: 0;
}

.page-slot-games-popular-slots__tip-item {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-slot-games-popular-slots__tip-icon {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-slot-games-popular-slots__tip-title {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #017439;
}

.page-slot-games-popular-slots__tip-text {
  font-size: 1em;
  color: #555555;
}

.page-slot-games-popular-slots__video-section {
  text-align: center;
}

.page-slot-games-popular-slots__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  margin: 40px auto;
  max-width: 1000px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.page-slot-games-popular-slots__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
}

.page-slot-games-popular-slots__video-caption {
  font-size: 1.1em;
  margin-top: 20px;
  color: #FFFFFF;
}

.page-slot-games-popular-slots__video-cta {
    margin-top: 30px;
}

.page-slot-games-popular-slots__faq-list {
  margin-top: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-slot-games-popular-slots__faq-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}