.page-blog-huong-dan-xem-da-ga-c2-truc-tiep {
    font-family: 'Arial', sans-serif;
    color: #333333; /* Default text color for light background */
    line-height: 1.6;
    background-color: #FFFFFF; /* Assuming body default white background */
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}

/* Hero Section */
.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, assuming body handles header offset */
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Image on top, content below */
    align-items: center;
    background-color: #f0f8ff; /* Light blue background for hero */
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__hero-image {
    width: 100%;
    max-height: 600px; /* Limit height for desktop hero image */
    overflow: hidden;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* Cover for desktop, will change to contain for mobile */
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__hero-content {
    text-align: center;
    padding: 30px 15px 50px;
    max-width: 900px;
    margin-top: -80px; /* Overlap slightly with image for visual flow */
    position: relative;
    z-index: 2;
    background-color: #FFFFFF; /* White background for content block */
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem); /* Responsive font size */
    color: #26A9E0;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__description {
    font-size: 1.1rem;
    color: #555555;
    margin-bottom: 30px;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping for multiple buttons */
    width: 100%; /* Ensure container takes full width */
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__btn-primary,
.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__btn-secondary,
.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__button-group .page-blog-huong-dan-da-ga-c2-truc-tiep__btn-primary,
.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__button-group .page-blog-huong-dan-da-ga-c2-truc-tiep__btn-secondary,
.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__contact-cta .page-blog-huong-dan-da-ga-c2-truc-tiep__btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box;
    max-width: 300px; /* Limit button width for desktop */
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__btn-primary {
    background-color: #26A9E0; /* Primary brand color */
    color: #ffffff;
    border: 2px solid #26A9E0;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__btn-primary:hover {
    background-color: #1e87c2;
    border-color: #1e87c2;
    transform: translateY(-2px);
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__btn-secondary {
    background-color: #ffffff;
    color: #26A9E0;
    border: 2px solid #26A9E0;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__btn-secondary:hover {
    background-color: #26A9E0;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Section common styles */
.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__content-section {
    padding: 60px 0;
    margin-bottom: 20px;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__light-bg {
    background-color: #ffffff;
    color: #333333;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__dark-bg {
    background-color: #26A9E0; /* Primary brand color for dark sections */
    color: #ffffff;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: #26A9E0;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__section-title--light {
    color: #ffffff;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__article-body {
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

.page-blog-huong-dan-xem-da-ga-c2-truc-tiep__article-body--light {
    color: #ffffff;
}