.page-blog-2024-xoxo66-hot-games-promotions {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-2024-xoxo66-hot-games-promotions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-2024-xoxo66-hot-games-promotions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  overflow: hidden;
}

.page-blog-2024-xoxo66-hot-games-promotions__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.page-blog-2024-xoxo66-hot-games-promotions__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-2024-xoxo66-hot-games-promotions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 0 20px;
}

.page-blog-2024-xoxo66-hot-games-promotions__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}

.page-blog-2024-xoxo66-hot-games-promotions__hero-description {
  font-size: 1.15rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-2024-xoxo66-hot-games-promotions__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-2024-xoxo66-hot-games-promotions__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-2024-xoxo66-hot-games-promotions__btn-primary,
.page-blog-2024-xoxo66-hot-games-promotions__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-2024-xoxo66-hot-games-promotions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button */
  color: #F2FFF6; /* Text Main */
  border: 2px solid transparent;
}

.page-blog-2024-xoxo66-hot-games-promotions__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(34, 199, 104, 0.4);
}

.page-blog-2024-xoxo66-hot-games-promotions__btn-secondary {
  background-color: transparent;
  color: #2AD16F; /* Button top color */
  border: 2px solid #2AD16F;
}

.page-blog-2024-xoxo66-hot-games-promotions__btn-secondary:hover {
  background-color: rgba(42, 209, 111, 0.1);
  transform: translateY(-2px);
}

.page-blog-2024-xoxo66-hot-games-promotions__section-title {
  font-size: 2.2rem;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-2024-xoxo66-hot-games-promotions__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__section-title,
.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__text-block,
.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__game-title,
.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__game-description,
.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__step-title,
.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__step-description,
.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__faq-qtext,
.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__faq-answer p {
  color: #333333;
}

.page-blog-2024-xoxo66-hot-games-promotions__light-bg .page-blog-2024-xoxo66-hot-games-promotions__highlight {
  color: #13994A; /* Deep Green for highlight */
}

.page-blog-2024-xoxo66-hot-games-promotions__dark-bg {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-xoxo66-hot-games-promotions__text-block {
  font-size: 1.05rem;
  margin-bottom: 20px;
  text-align: justify;
  color: inherit;
}

.page-blog-2024-xoxo66-hot-games-promotions__highlight {
  color: #57E38D; /* Glow */
  font-weight: bold;
}

/* Link Section */
.page-blog-2024-xoxo66-hot-games-promotions__link-section {
  padding: 60px 0;
}

.page-blog-2024-xoxo66-hot-games-promotions__link-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.page-blog-2024-xoxo66-hot-games-promotions__link-description {
  font-size: 1.1rem;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 25px;
}

.page-blog-2024-xoxo66-hot-games-promotions__btn-link-access {
  font-size: 1.1rem;
  padding: 12px 25px;
}

/* Games Section */
.page-blog-2024-xoxo66-hot-games-promotions__games-section {
  padding: 60px 0;
}

.page-blog-2024-xoxo66-hot-games-promotions__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2024-xoxo66-hot-games-promotions__game-card {
  background-color: #F2FFF6; /* Light background for card in light section */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  color: #333333;
}

.page-blog-2024-xoxo66-hot-games-promotions__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-2024-xoxo66-hot-games-promotions__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-2024-xoxo66-hot-games-promotions__game-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 20px 15px 10px;
  color: #13994A; /* Deep Green */
}

.page-blog-2024-xoxo66-hot-games-promotions__game-title a {
  color: #13994A; /* Deep Green */
  text-decoration: none;
}

.page-blog-2024-xoxo66-hot-games-promotions__game-title a:hover {
  text-decoration: underline;
}

.page-blog-2024-xoxo66-hot-games-promotions__game-description {
  font-size: 0.95rem;
  color: #555555;
  padding: 0 15px 20px;
}

/* Promotions Section */
.page-blog-2024-xoxo66-hot-games-promotions__promotions-section {
  padding: 60px 0;
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 20px 15px 10px;
  color: #F2FFF6; /* Text Main */
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-title a {
  color: #F2FFF6; /* Text Main */
  text-decoration: none;
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-title a:hover {
  text-decoration: underline;
}

.page-blog-2024-xoxo66-hot-games-promotions__promo-description {
  font-size: 0.95rem;
  color: #A7D9B8; /* Text Secondary */
  padding: 0 15px 20px;
}

/* Guide Section */
.page-blog-2024-xoxo66-hot-games-promotions__guide-section {
  padding: 60px 0;
}