/* style/blog-top-game-no-hu-hap-dan-nhat-78win.css */
.page-blog-top-game-no-hu-hap-dan-nhat-78win {
  color: #333333; /* Default text color for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__section-title {
  font-size: 2.5em;
  color: #E53935;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__section-intro,
.page-blog-top-game-no-hu-hap-dan-nhat-78win__description {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* HERO Section */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background: #F5F7FA;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 40px;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: left;
  color: #333333;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Use clamp for H1 */
  color: #E53935;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

/* CTA Buttons */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-buttons--center {
  justify-content: center;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-primary,
.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-secondary,
.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-card {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 10px rgba(229, 57, 53, 0.4);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
  border-color: #E53935;
  transform: translateY(-2px);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-card {
  background: #FF5A4F;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 1em;
  margin-top: auto; /* Push button to bottom of card */
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-card:hover {
  background: #E53935;
}

/* Intro Section (Feature Section) */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__intro-section {
  background: #ffffff;
  padding: 60px 0;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__feature-item {
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background: #F5F7FA;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__icon-box-media {
  width: 180px;
  height: 180px;
  aspect-ratio: 1/1;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #FF5A4F;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* Ensure image itself is circular */
  display: block;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__feature-title {
  font-size: 1.5em;
  color: #E53935;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__feature-text {
  font-size: 1em;
  color: #333333;
}

/* Game List Section */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__game-list-section {
  padding: 60px 0;
  background: #F5F7FA;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__game-card,
.page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__game-card:hover,
.page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__game-card img,
.page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistent card image appearance */
  object-fit: cover;
  display: block;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__card-title {
  font-size: 1.4em;
  color: #E53935;
  margin: 20px 20px 10px;
  font-weight: bold;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__card-text {
  font-size: 0.95em;
  color: #333333;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* Strategy Section */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__strategy-section {
  padding: 60px 0;
  background: #ffffff;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__strategy-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__strategy-list li {
  background: #F5F7FA;
  border-left: 5px solid #E53935;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__strategy-list li strong {
  color: #E53935;
}

/* Promo Section */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-section {
  padding: 60px 0;
  background: #F5F7FA;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-section {
  padding: 60px 0;
  background: #ffffff;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-item {
  background: #F5F7FA;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker */
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-item[open] .page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-question {
  background: #E53935;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-item[open] .page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-toggle {
  color: #ffffff;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #E53935;
  transition: transform 0.3s ease;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-item[open] .page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-answer {
  padding: 0 20px 20px;
  font-size: 1em;
  color: #333333;
}

/* Final CTA Section */
.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section {
  padding: 60px 0;
  background: #E53935;
  color: #ffffff;
  text-align: center;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section .page-blog-top-game-no-hu-hap-dan-nhat-78win__section-title {
  color: #ffffff;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section .page-blog-top-game-no-hu-hap-dan-nhat-78win__description {
  color: #f0f0f0;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section .page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-primary {
  background: #ffffff;
  color: #E53935;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section .page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-primary:hover {
  background: #f0f0f0;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section .page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-secondary {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section .page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-secondary:hover {
  background: #FF5A4F;
  color: #ffffff;
  border-color: #FF5A4F;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-container {
    padding: 30px 16px;
    gap: 30px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__main-title {
    font-size: clamp(1.8em, 3.5vw, 2.8em);
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__section-title {
    font-size: 2em;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__container {
    padding: 30px 16px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-section {
    padding-top: 10px !important; /* Fixed top padding */
    padding-bottom: 40px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-container {
    flex-direction: column; /* Stack content vertically */
    text-align: center;
    padding: 20px 15px;
    gap: 20px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-content {
    text-align: center;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em); /* Adjust H1 size for mobile */
    text-align: center;
    margin-bottom: 15px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__description,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__section-intro {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-primary,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-secondary,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__btn-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px; /* Adjust padding for smaller screens */
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__hero-image img,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__game-card img,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-card img,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__icon-box-media img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Intro Section (Feature Section) */
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__intro-section,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__game-list-section,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__strategy-section,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-section,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-section,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-final-section {
    padding: 30px 0;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__section-title {
    font-size: 1.8em;
    margin-bottom: 15px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__icon-box-media {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__feature-title {
    font-size: 1.3em;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__game-card img,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-card img {
     /* Slightly smaller fixed height for mobile cards */
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__game-card,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__promo-card {
    margin-bottom: 20px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__strategy-list li,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-item {
    padding: 15px;
    margin-bottom: 10px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__faq-answer {
    padding: 0 15px 15px;
  }

  /* General image and container rules for mobile */
  .page-blog-top-game-no-hu-hap-dan-nhat-78win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__section,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__card,
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons in mobile */
  .page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-buttons {
    display: flex;
    flex-direction: column; /* Vertical stack */
    gap: 10px;
  }

  .page-blog-top-game-no-hu-hap-dan-nhat-78win__cta-buttons--center {
    align-items: center;
  }
}