/* Base Styles for .page-blog-huong-dan-choi-ga-cam67 */
.page-blog-huong-dan-choi-ga-cam67 {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light body background */
    background-color: transparent; /* Rely on body background from shared.css */
}

.page-blog-huong-dan-choi-ga-cam67__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-huong-dan-choi-ga-cam67__section {
    padding: 40px 0;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-blog-huong-dan-choi-ga-cam67__dark-section {
    background-color: #B71C1C; /* Custom background color */
    color: #FFF5E1; /* Custom text color for dark background */
}

.page-blog-huong-dan-choi-ga-cam67__dark-section .page-blog-huong-dan-choi-ga-cam67__section-title,
.page-blog-huong-dan-choi-ga-cam67__dark-section .page-blog-huong-dan-choi-ga-cam67__sub-title {
    color: #FFF5E1;
}

.page-blog-huong-dan-choi-ga-cam67__section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #C91F17; /* Main brand color */
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
}

.page-blog-huong-dan-choi-ga-cam67__sub-title {
    font-size: 1.8em;
    font-weight: 600;
    color: #E53935; /* Auxiliary brand color */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-huong-dan-choi-ga-cam67 p {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: inherit;
}

.page-blog-huong-dan-choi-ga-cam67__note {
    font-style: italic;
    color: #7A0E0E;
    font-weight: 600;
}

.page-blog-huong-dan-choi-ga-cam67__list {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: inherit;
}

.page-blog-huong-dan-choi-ga-cam67__list li {
    margin-bottom: 10px;
}

/* HERO Section */
.page-blog-huong-dan-choi-ga-cam67__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px; /* Small top padding, assuming shared.css handles body padding-top */
    padding-bottom: 40px;
    background-color: #B71C1C; /* Deep Red Background */
    color: #FFF5E1; /* Text Main */
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-choi-ga-cam67__hero-image-wrapper {
    width: 100%;
    max-width: 1200px; /* Constrain image width */
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.page-blog-huong-dan-choi-ga-cam67__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-huong-dan-choi-ga-cam67__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-huong-dan-choi-ga-cam67__main-title {
    font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
    font-weight: 800;
    color: #FFCC66; /* Glow for main title */
    margin-bottom: 20px;
    line-height: 1.1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-choi-ga-cam67__description {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #FFF5E1;
}

.page-blog-huong-dan-choi-ga-cam67__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-huong-dan-choi-ga-cam67__btn-primary,
.page-blog-huong-dan-choi-ga-cam67__btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-huong-dan-choi-ga-cam67__btn-primary {
    background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Custom button gradient */
    color: #333333; /* Dark text for contrast on gold gradient */
    border: 2px solid #F4D34D; /* Gold border */
    box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-blog-huong-dan-choi-ga-cam67__btn-primary:hover {
    background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
    box-shadow: 0 6px 20px rgba(255, 216, 106, 0.6);
    transform: translateY(-2px);
}

.page-blog-huong-dan-choi-ga-cam67__btn-secondary {
    background-color: transparent;
    color: #FFCC66; /* Glow color for secondary button text */
    border: 2px solid #FFCC66; /* Glow color for border */
}

.page-blog-huong-dan-choi-ga-cam67__btn-secondary:hover {
    background-color: #FFCC66;
    color: #333333;
    transform: translateY(-2px);
}

/* Content Images */
.page-blog-huong-dan-choi-ga-cam67__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 800px; /* Max width for content images */
}

/* FAQ Styles */
details.page-blog-huong-dan-choi-ga-cam67__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #F2B544; /* Border color */
  overflow: hidden;
  background: #D32F2F; /* Card BG color */
  color: #FFF5E1; /* Text Main color */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
details.page-blog-huong-dan-choi-ga-cam67__faq-item summary.page-blog-huong-dan-choi-ga-cam67__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;
}
details.page-blog-huong-dan-choi-ga-cam67__faq-item summary.page-blog-huong-dan-choi-ga-cam67__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-choi-ga-cam67__faq-item summary.page-blog-huong-dan-choi-ga-cam67__faq-question:hover {
  background: #7A0E0E; /* Deep Red on hover */
}
.page-blog-huong-dan-choi-ga-cam67__faq-qtext {
  flex: 1;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: inherit;
}
.page-blog-huong-dan-choi-ga-cam67__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFCC66; /* Glow color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-choi-ga-cam67__faq-item .page-blog-huong-dan-choi-ga-cam67__faq-answer {
  padding: 0 20px 20px;
  background: #7A0E0E; /* Deep Red for answer background */
  border-radius: 0 0 5px 5px;
  color: #FFF5E1; /* Text Main */
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-huong-dan-choi-ga-cam67__container {
        padding: 15px;
    }
    .page-blog-huong-dan-choi-ga-cam67__hero-image-wrapper {
        max-width: 90%;
    }
}

@media (max-width: 768px) {
    /* HERO 主图区域 */
    .page-blog-huong-dan-choi-ga-cam67__hero-section {
        padding-top: 10px; /* Small top padding */
        padding-bottom: 30px;
    }
    .page-blog-huong-dan-choi-ga-cam67__hero-image-wrapper {
        max-width: 100% !important;
    }
    .page-blog-huong-dan-choi-ga-cam67__hero-image {
        object-fit: contain !important; /* Prevent cropping */
        aspect-ratio: unset !important;
        width: 100% !important;
        height: auto !important;
    }

    .page-blog-huong-dan-choi-ga-cam67__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
        padding: 0 15px;
    }

    .page-blog-huong-dan-choi-ga-cam67__description {
        font-size: 1em;
        padding: 0 15px;
    }

    /* 通用图片与容器 */
    .page-blog-huong-dan-choi-ga-cam67 img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block;
    }
    .page-blog-huong-dan-choi-ga-cam67__section,
    .page-blog-huong-dan-choi-ga-cam67__container,
    .page-blog-huong-dan-choi-ga-cam67__hero-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* 按钮与按钮容器 */
    .page-blog-huong-dan-choi-ga-cam667__cta-buttons {
        flex-direction: column !important; /* Stack buttons vertically */
        gap: 15px;
        padding: 0 15px;
    }
    .page-blog-huong-dan-choi-ga-cam67__btn-primary,
    .page-blog-huong-dan-choi-ga-cam67__btn-secondary {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    /* 装饰主标题 + 长文 SEO 区 */
    .page-blog-huong-dan-choi-ga-cam67__section-title {
        font-size: clamp(1.8em, 6vw, 2.2em);
        margin-bottom: 20px;
        text-align: center;
        padding: 0 15px;
    }
    .page-blog-huong-dan-choi-ga-cam67__sub-title {
        font-size: 1.5em;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .page-blog-huong-dan-choi-ga-cam67 p,
    .page-blog-huong-dan-choi-ga-cam67__list li {
        font-size: 1em;
    }
    .page-blog-huong-dan-choi-ga-cam67__article-body {
        max-width: 100% !important;
        padding: 0 15px;
    }
    .page-blog-huong-dan-choi-ga-cam67__content-image {
        max-width: 100% !important;
        margin: 20px auto !important;
    }

    /* FAQ Styles */
    details.page-blog-huong-dan-choi-ga-cam67__faq-item summary.page-blog-huong-dan-choi-ga-cam67__faq-question { padding: 15px; }
    .page-blog-huong-dan-choi-ga-cam67__faq-qtext { font-size: 1em; }
    .page-blog-huong-dan-choi-ga-cam67__faq-toggle { font-size: 20px; width: 24px; height: 24px; margin-left: 10px; }
    details.page-blog-huong-dan-choi-ga-cam67__faq-item .page-blog-huong-dan-choi-ga-cam67__faq-answer { padding: 0 15px 15px; }
}