/* style/blog-cap-nhat-khuyen-mai-w88vt-moi-nhat.css */
.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 20px 16px;
  box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__hero-banner {
  padding-top: 10px; /* Rely on body padding-top from shared.css */
  padding-bottom: 40px;
  background: linear-gradient(180deg, #6FA3FF 0%, #2F6BFF 100%);
  color: #ffffff;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__hero-content-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__main-title {
  font-size: 2.8em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__intro-text {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__section-title {
  font-size: 2em;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__content-block {
  background-color: #FFFFFF; /* Card BG */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__content-block p {
  margin-bottom: 15px;
  color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__image-full {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
  border-radius: 8px;
}

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

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__promo-card {
  background-color: #FFFFFF; /* Card BG */
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__card-title {
  font-size: 1.5em;
  color: #2F6BFF;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__card-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border-radius: 8px;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__promo-card p {
  color: #1F2D3D;
  flex-grow: 1;
  margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  margin-top: auto;
  max-width: 100%; /* Ensure button adapts to container */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button--primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
  color: #ffffff;
  border: none;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button--primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button--secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button--secondary:hover {
  background: #f0f5ff;
  transform: translateY(-2px);
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button--wide {
  width: fit-content;
  margin: 30px auto 0 auto;
  display: block;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__list-styled {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__list-styled li {
  margin-bottom: 10px;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__steps-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__steps-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.5;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__steps-list li strong {
  color: #2F6BFF;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__list-features {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__list-features li {
  background: #E0E8F7; /* Light background for list items */
  border-left: 5px solid #2F6BFF;
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-list {
  margin-top: 40px;
  margin-bottom: 50px;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-item {
  background-color: #FFFFFF; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000; /* Custom Color_1776249996415 */
  cursor: pointer;
  background-color: #F4F7FB; /* Background */
  user-select: none;
  list-style: none;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #2F6BFF;
  transition: transform 0.3s ease;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-item[open] .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1.05em;
  color: #1F2D3D;
  background-color: #FFFFFF;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-answer p {
  margin-bottom: 0;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-final {
  text-align: center;
  margin-top: 60px;
  padding: 40px 20px;
  background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
  border-radius: 8px;
  color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-final .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__section-title {
  color: #ffffff;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-final p {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__main-title {
    font-size: 2.5em;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__intro-text {
    font-size: 1.1em;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__section-title {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__container,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__hero-content-wrapper,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__content-block,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__promo-card,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-item,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-final {
    padding-left: 15px !important;
    padding-right: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__hero-banner {
    padding-top: 10px !important; /* Ensure minimal top padding */
    padding-bottom: 30px;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__intro-text {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__section-title {
    font-size: 1.5em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__promo-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__promo-card {
    padding: 20px;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__card-title {
    font-size: 1.3em;
  }

  /* All images must be responsive */
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Buttons responsive */
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__btn-primary,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__btn-secondary,
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat a[class*="button"],
  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat a[class*="btn"] {
    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-w88vt-moi-nhat__button-group {
    flex-direction: column;
    gap: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__cta-button--wide {
    width: 100% !important;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-cap-nhat-khuyen-mai-w88vt-moi-nhat__faq-answer {
    padding: 0 20px 15px 20px;
  }
}