/* Base styles for the page */
.page-blog-khac-phuc-loi-tai-8xbet-ios {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Default text color for light background */
    background-color: #F5F7FA; /* Page background color */
}

/* Hero Section / Main Title Section */
.page-blog-khac-phuc-loi-tai-8xbet-ios__hero-section {
    padding-top: 10px; /* Small top padding, assuming shared body padding-top */
    padding-bottom: 40px;
    background-color: #ffffff; /* White background for the hero section */
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__hero-container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 16px;
    gap: 24px;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__hero-content {
    flex: 1 1 50%;
    min-width: 300px;
    color: #333333; /* Text Main color */
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__main-title {
    font-size: clamp(28px, 4vw, 42px); /* Responsive H1 font size */
    font-weight: 700;
    line-height: 1.2;
    color: #E53935; /* Primary color for title */
    margin-bottom: 16px;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__intro-text {
    font-size: 18px;
    color: #333333;
    margin-bottom: 24px;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__hero-image {
    flex: 1 1 45%;
    min-width: 300px;
    text-align: center;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__hero-main-img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* General Content Area */
.page-blog-khac-phuc-loi-tai-8xbet-ios__content-area {
    max-width: 1170px;
    margin: 0 auto;
    padding: 40px 16px;
    background-color: #ffffff; /* Card BG color */
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__section-spacing {
    margin-bottom: 30px;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__section-title {
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: #E53935; /* Primary color */
    margin-bottom: 24px;
    text-align: center;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__sub-title {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 600;
    color: #333333; /* Text Main color */
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__image-block {
    margin: 30px auto;
    text-align: center;
    max-width: 800px;
}

.page-blog-khac-phuc-loi-tai-8xbet-ios__content-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* FAQ Section */
.page-blog-khac-phuc-loi-tai-8xbet-ios__faq-section {
    max-width: 1170px;
    margin: 0 auto 30px;
    padding: 40px 16px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}