.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88 {
    font-family: 'Arial', sans-serif;
    color: #1F2D3D;
    line-height: 1.6;
    background-color: #F4F7FB;
}

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

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-section {
    position: relative;
    padding-top: 10px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-image {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-content {
    max-width: 900px;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__main-title {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    color: #2F6BFF;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__intro-text {
    font-size: 1.1rem;
    color: #1F2D3D;
    margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-primary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-secondary,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    border: 2px solid transparent;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-primary:hover {
    background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
    box-shadow: 0 5px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-secondary {
    background: #FFFFFF;
    color: #2F6BFF;
    border: 2px solid #2F6BFF;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-secondary:hover {
    background: #e0f0ff;
    color: #1e4fcc;
    border-color: #1e4fcc;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-inline {
    background: #6FA3FF;
    color: #FFFFFF;
    padding: 8px 15px;
    font-size: 0.95rem;
    border-radius: 5px;
    margin-left: 10px;
    border: none;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-inline:hover {
    background: #4A8BFF;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__content-section {
    padding: 40px 0;
    margin-bottom: 30px;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #2F6BFF;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__sub-title {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
    color: #000000;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__text-block {
    font-size: 1rem;
    margin-bottom: 15px;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__image-wrapper {
    margin: 30px auto;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__numbered-list,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__bullet-list {
    list-style-position: inside;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__numbered-list li,
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__bullet-list li {
    margin-bottom: 10px;
    font-size: 1rem;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__bullet-list {
    list-style-type: disc;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__numbered-list {
    list-style-type: decimal;
}

details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item summary.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #1F2D3D;
}
details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item summary.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item summary.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-question:hover {
  background: #f0f5ff;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D;
}
.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-answer p {
    margin-bottom: 0;
}

.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__cta-buttons--bottom {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-image {
        max-height: 500px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__main-title {
        font-size: clamp(2rem, 3.5vw, 3rem);
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__section-title {
        font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__sub-title {
        font-size: clamp(1.2rem, 2vw, 1.6rem);
    }
}

@media (max-width: 768px) {
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-section {
        margin-bottom: 20px;
        padding-top: 10px; /* HERO 主图区域: 顶距约 10px */
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-image {
        max-height: 300px;
        margin-bottom: 15px;
        border-radius: 0;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-image img {
        object-fit: contain !important; /* HERO 主图区域: 移动 object-fit:contain !important */
        aspect-ratio: unset !important; /* HERO 主图区域: aspect-ratio:unset */
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__hero-content {
        padding: 0 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__main-title {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        margin-bottom: 10px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__intro-text {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__cta-buttons {
        flex-direction: column; /* 按钮与按钮容器: 多个按钮垂直排列 */
        gap: 10px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-primary,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-secondary,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-inline {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1rem;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__btn-inline {
        margin-left: 0;
        margin-top: 10px;
    }

    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__content-section {
        padding: 20px 0;
        margin-bottom: 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__section-title {
        font-size: clamp(1.5rem, 6vw, 2rem); /* 装饰主标题 + 长文 SEO 区: 字号 clamp */
        margin-bottom: 20px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__sub-title {
        font-size: clamp(1.1rem, 5vw, 1.4rem);
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__text-block,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__numbered-list li,
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__bullet-list li {
        font-size: 0.9rem;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__image-wrapper {
        margin: 20px auto;
        border-radius: 0;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__image-wrapper img {
        max-width: 100% !important; /* 通用图片与容器: max-width: 100% */
        width: 100% !important;
        height: auto !important;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__article-body { /* 装饰主标题 + 长文 SEO 区: 防溢出 */
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 15px;
    }

    details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item {
      margin-bottom: 10px;
    }
    details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item summary.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-question {
      padding: 15px;
    }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-qtext { font-size: 15px; }
    .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-toggle { font-size: 20px; width: 24px; }
    details.page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-item .page-blog-cap-nhat-khuyen-mai-moi-nhat-c88__faq-answer {
      padding: 0 15px 15px;
    }
}