.page-resources-game-bai-68-online-latest-promotions {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-resources-game-bai-68-online-latest-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-game-bai-68-online-latest-promotions__hero-section {
  background: linear-gradient(135deg, #007bff, #ffc107);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-game-bai-68-online-latest-promotions__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.page-resources-game-bai-68-online-latest-promotions__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #eee;
}

.page-resources-game-bai-68-online-latest-promotions__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #007bff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-game-bai-68-online-latest-promotions__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-3px);
}

.page-resources-game-bai-68-online-latest-promotions__cta-button--secondary {
  background-color: #007bff;
  color: #ffc107;
}

.page-resources-game-bai-68-online-latest-promotions__cta-button--secondary:hover {
  background-color: #0056b3;
  color: #ffc107;
}

.page-resources-game-bai-68-online-latest-promotions__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-game-bai-68-online-latest-promotions__section-title {
  font-size: 2.5em;
  color: #007bff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.page-resources-game-bai-68-online-latest-promotions__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ffc107;
  border-radius: 2px;
}

.page-resources-game-bai-68-online-latest-promotions__subsection-title {
  font-size: 1.8em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-resources-game-bai-68-online-latest-promotions__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #444;
}

.page-resources-game-bai-68-online-latest-promotions__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-game-bai-68-online-latest-promotions__list li {
  background-color: #e9f5ff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-left: 5px solid #007bff;
  border-radius: 5px;
  font-size: 1.05em;
  color: #333;
}

.page-resources-game-bai-68-online-latest-promotions__list li strong {
  color: #0056b3;
}

.page-resources-game-bai-68-online-latest-promotions__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.page-resources-game-bai-68-online-latest-promotions__promotion-card {
  background-color: #fefefe;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-resources-game-bai-68-online-latest-promotions__promotion-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.page-resources-game-bai-68-online-latest-promotions__card-image {
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  border: 2px solid #ffc107;
}

.page-resources-game-bai-68-online-latest-promotions__card-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-game-bai-68-online-latest-promotions__card-description {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.page-resources-game-bai-68-online-latest-promotions__card-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
  width: 100%;
}

.page-resources-game-bai-68-online-latest-promotions__card-features li {
  background-color: transparent;
  border-left: none;
  padding: 8px 0;
  font-size: 0.95em;
  color: #666;
}

.page-resources-game-bai-68-online-latest-promotions__card-button {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 1em;
}

.page-resources-game-bai-68-online-latest-promotions__card-button:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-game-bai-68-online-latest-promotions__numbered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-resources-game-bai-68-online-latest-promotions__numbered-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-resources-game-bai-68-online-latest-promotions__numbered-list li strong {
  color: #007bff;
}

.page-resources-game-bai-68-online-latest-promotions__numbered-list li a {
  color: #ffc107;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-game-bai-68-online-latest-promotions__numbered-list li a:hover {
  text-decoration: underline;
}

.page-resources-game-bai-68-online-latest-promotions__action-block {
  text-align: center;
  background-color: #007bff;
  color: #fff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 50px;
}

.page-resources-game-bai-68-online-latest-promotions__action-block p {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-game-bai-68-online-latest-promotions__faq-section {
  padding: 60px 0;
  background-color: #f1f7fc;
}

.page-resources-game-bai-68-online-latest-promotions__faq-item {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-game-bai-68-online-latest-promotions__faq-question {
  font-size: 1.3em;
  color: #007bff;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-game-bai-68-online-latest-promotions__faq-answer {
  font-size: 1em;
  color: #555;
}

.page-resources-game-bai-68-online-latest-promotions .highlight {
  color: #ffc107;
  font-weight: bold;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-game-bai-68-online-latest-promotions__hero-title {
    font-size: 2.5em;
  }
  .page-resources-game-bai-68-online-latest-promotions__hero-subtitle {
    font-size: 1.2em;
  }
  .page-resources-game-bai-68-online-latest-promotions__section-title {
    font-size: 2em;
  }
  .page-resources-game-bai-68-online-latest-promotions__subsection-title {
    font-size: 1.5em;
  }
  .page-resources-game-bai-68-online-latest-promotions__promotion-card {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .page-resources-game-bai-68-online-latest-promotions__hero-section {
    padding: 80px 0;
  }
  .page-resources-game-bai-68-online-latest-promotions__hero-title {
    font-size: 2em;
  }
  .page-resources-game-bai-68-online-latest-promotions__hero-subtitle {
    font-size: 1em;
  }
  .page-resources-game-bai-68-online-latest-promotions__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-game-bai-68-online-latest-promotions__section-title {
    font-size: 1.8em;
  }
  .page-resources-game-bai-68-online-latest-promotions__subsection-title {
    font-size: 1.3em;
  }
  .page-resources-game-bai-68-online-latest-promotions__text-block,
  .page-resources-game-bai-68-online-latest-promotions__list li,
  .page-resources-game-bai-68-online-latest-promotions__numbered-list li,
  .page-resources-game-bai-68-online-latest-promotions__card-description,
  .page-resources-game-bai-68-online-latest-promotions__card-features li,
  .page-resources-game-bai-68-online-latest-promotions__faq-answer {
    font-size: 0.95em;
  }
  .page-resources-game-bai-68-online-latest-promotions__card-title {
    font-size: 1.4em;
  }
  .page-resources-game-bai-68-online-latest-promotions__action-block p {
    font-size: 1.2em;
  }
  .page-resources-game-bai-68-online-latest-promotions__faq-question {
    font-size: 1.1em;
  }
}

@media (max-width: 576px) {
  .page-resources-game-bai-68-online-latest-promotions__hero-section {
    padding: 60px 0;
  }
  .page-resources-game-bai-68-online-latest-promotions__hero-title {
    font-size: 1.8em;
  }
  .page-resources-game-bai-68-online-latest-promotions__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
  .page-resources-game-bai-68-online-latest-promotions__section-title {
    font-size: 1.5em;
  }
  .page-resources-game-bai-68-online-latest-promotions__subsection-title {
    font-size: 1.2em;
  }
  .page-resources-game-bai-68-online-latest-promotions__promotion-card {
    padding: 15px;
  }
  .page-resources-game-bai-68-online-latest-promotions__card-image {
    height: 150px;
  }
  .page-resources-game-bai-68-online-latest-promotions__card-title {
    font-size: 1.2em;
  }
  .page-resources-game-bai-68-online-latest-promotions__action-block p {
    font-size: 1em;
  }
  .page-resources-game-bai-68-online-latest-promotions__faq-question {
    font-size: 1em;
  }
}