/* style/blog-cap-nhat-khuyen-mai-moi-nhat-tg88.css */

:root {
  --tg88-primary: #FF8C1A;
  --tg88-secondary: #FFA53A;
  --tg88-card-bg: #17191F;
  --tg88-bg: #0D0E12;
  --tg88-text-main: #FFF3E6;
  --tg88-border: #A84F0C;
  --tg88-glow: #FFB04D;
  --tg88-deep-orange: #D96800;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--tg88-text-main);
  background-color: var(--tg88-bg); /* Default background for the page content */
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-section {
  padding-top: 10px; /* Aligned with fixed header spacing */
  padding-bottom: 40px;
  background-color: var(--tg88-bg);
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 20px;
  gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__main-title {
  font-size: clamp(2em, 4vw, 3.2em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--tg88-secondary);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-secondary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-card {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-primary {
  background: linear-gradient(180deg, var(--tg88-secondary) 0%, var(--tg88-deep-orange) 100%);
  color: #ffffff;
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-secondary {
  background-color: transparent;
  color: var(--tg88-secondary);
  border: 2px solid var(--tg88-secondary);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-secondary:hover {
  background-color: var(--tg88-secondary);
  color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__content-area,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promotions-list,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__terms-section,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-section,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-bottom-section {
  padding: 60px 20px;
  background-color: var(--tg88-bg);
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--tg88-primary);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  text-align: justify;
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-card {
  background-color: var(--tg88-card-bg);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--tg88-secondary);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-description {
  font-size: 0.95em;
  margin-bottom: 20px;
  flex-grow: 1;
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-card {
  margin-top: auto;
  background: linear-gradient(180deg, var(--tg88-secondary) 0%, var(--tg88-deep-orange) 100%);
  color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-card:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__terms-list {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__terms-list li {
  margin-bottom: 10px;
  font-size: 1em;
  display: flex;
  align-items: flex-start;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__list-icon {
  color: var(--tg88-primary);
  margin-right: 10px;
  font-size: 1.2em;
  line-height: 1;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__inline-link {
  color: var(--tg88-secondary);
  text-decoration: underline;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__inline-link:hover {
  color: var(--tg88-glow);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-list {
  margin-top: 40px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-item {
  background-color: var(--tg88-card-bg);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--tg88-text-main);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 1.1em;
  color: var(--tg88-secondary);
  background-color: rgba(255, 255, 255, 0.05);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-item summary::-webkit-details-marker,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-item summary::marker {
  display: none;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-qtext {
  flex-grow: 1;
  padding-right: 15px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: var(--tg88-primary);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--tg88-text-main);
  animation: fadein 0.3s ease-out;
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-bottom-content {
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-bottom-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-buttons {
  justify-content: center;
  margin-top: 30px;
}

/* Image global styles */
.page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88 img {
  max-width: 100%;
  height: auto;
  display: block;
  /* Ensure no filter is applied */
  filter: none;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-container {
    padding: 30px 15px;
    gap: 20px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-content,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-image {
    flex: 1 1 100%;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__main-title {
    font-size: clamp(2em, 5vw, 2.8em);
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__section-title {
    font-size: clamp(1.6em, 4vw, 2.2em);
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__content-area,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promotions-list,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__terms-section,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-section,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-bottom-section {
    padding: 50px 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-container {
    flex-direction: column;
    padding: 20px 15px;
    gap: 20px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__main-title {
    font-size: 2.2em;
    text-align: center;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-description {
    font-size: 1em;
    text-align: center;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-buttons {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-primary,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-secondary,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__btn-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__hero-image {
    order: -1; /* Move image above text on mobile */
  }

  /* Module 1 (not present on this page, but if it were, rules would apply) */
  /* For example, if there were .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__icon-box-media, it would still maintain square aspect ratio */

  /* Seven Tab Game Area (not present on this page) */

  /* Content Sections (Tutorial/Promo/Trust/FAQ/Blog/Intro) */
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__content-area,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promotions-list,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__terms-section,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-section,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-bottom-section {
    padding: 40px 15px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__section-title {
    font-size: 1.8em;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-grid {
    grid-template-columns: 1fr;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__promo-image {
    height: 200px;
  }

  /* Universal Image and Container Adaptations */
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__section,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__card,
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Button and Button Container Adaptations (already covered above, ensuring !important) */
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-buttons {
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-bottom-section .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__cta-buttons {
    flex-direction: column;
  }

  /* FAQ specific */
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-item summary {
    padding: 15px 20px;
    font-size: 1em;
  }
  .page-blog-cap-nhat-khuyen-mai-moi-nhat-tg88__faq-answer {
    padding: 0 20px 15px;
  }
}