/* style/blog-how-to-register-xin88.css */
.page-blog-how-to-register-xin88 {
    background-color: #F4F7FB; /* Background */
    color: #1F2D3D; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-how-to-register-xin88__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column; /* Image first, then content */
    align-items: center;
    padding-bottom: 40px;
    background-color: #F4F7FB; /* Match main background */
    padding-top: 10px; /* Small top padding for first section */
}

.page-blog-how-to-register-xin88__hero-image {
    width: 100%;
    max-width: 1200px; /* Adjust based on typical content width */
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; /* Space between image and content */
    min-width: 200px; /* Min image size */
    min-height: 200px; /* Min image size */
}

.page-blog-how-to-register-xin88__hero-content {
    text-align: center;
    max-width: 800px;
    padding: 0 20px;
}

.page-blog-how-to-register-xin88__main-title {
    font-size: clamp(2rem, 4vw, 3.5rem); /* Responsive font size */
    color: #000000; /* Custom Color_1776249996415 */
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 100%;
}

.page-blog-how-to-register-xin88__hero-description {
    font-size: 1.15rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 30px;
}

.page-blog-how-to-register-xin88__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-xin88__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-register-xin88__content-section {
    padding: 40px 0;
}

.page-blog-how-to-register-xin88__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-how-to-register-xin88__section-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #000000; /* Custom Color_1776249996415 */
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-how-to-register-xin88__paragraph {
    font-size: 1rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-how-to-register-xin88__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-blog-how-to-register-xin88__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Min image size */
    min-height: 200px; /* Min image size */
}

.page-blog-how-to-register-xin88__step-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.page-blog-how-to-register-xin88__list-item {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}

.page-blog-how-to-register-xin88__list-item::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #2F6BFF; /* Main Color */
    color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-register-xin88__step-title {
    font-size: 1.5rem;
    color: #000000; /* Custom Color_1776249996415 */
    font-weight: 600;
    margin-bottom: 10px;
}

.page-blog-how-to-register-xin88__sub-list {
    list-style: disc;
    padding-left: 20px;
    margin-top: 10px;
    color: #1F2D3D; /* Text Main */
}

.page-blog-how-to-register-xin88__sub-list-item {
    margin-bottom: 5px;
}

.page-blog-how-to-register-xin88__benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.page-blog-how-to-register-xin88__benefit-card {
    background-color: #FFFFFF; /* Card BG */
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.page-blog-how-to-register-xin88__benefit-card:hover {
    transform: translateY(-5px);
}

.page-blog-how-to-register-xin88__benefit-title {
    font-size: 1.3rem;
    color: #2F6BFF; /* Main Color */
    font-weight: 600;
    margin-bottom: 10px;
}

.page-blog-how-to-register-xin88__benefit-description {
    font-size: 0.95rem;
    color: #1F2D3D; /* Text Main */
}

.page-blog-how-to-register-xin88__faq-list {
    margin-top: 40px;
}

.page-blog-how-to-register-xin88__faq-item {
    background-color: #FFFFFF; /* Card BG */
    border: 1px solid #D6E2FF; /* Border */
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
}

.page-blog-how-to-register-xin88__faq-question {
    font-size: 1.2rem;
    color: #000000; /* Custom Color_1776249996415 */
    font-weight: 600;
    margin-bottom: 10px;
}

.page-blog-how-to-register-xin88__faq-answer {
    font-size: 1rem;
    color: #1F2D3D; /* Text Main */
    text-align: justify;
}

.page-blog-how-to-register-xin88__cta-bottom {
    text-align: center;
    margin-top: 60px;
    padding: 40px 20px;
    background-color: #F4F7FB; /* Background */
    border-radius: 10px;
    border: 1px dashed #D6E2FF; /* Border */
}

.page-blog-how-to-register-xin88__cta-title {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: #000000; /* Custom Color_1776249996415 */
    font-weight: 700;
    margin-bottom: 15px;
}

.page-blog-how-to-register-xin88__cta-description {
    font-size: 1.1rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 30px;
}

.page-blog-how-to-register-xin88__cta-button--bottom {
    font-size: 1.1rem;
    padding: 18px 35px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-how-to-register-xin88__hero-image {
        max-width: 100%;
        width: 100%; /* Ensure it fills container */
        min-width: 200px;
        min-height: 200px;
    }
    .page-blog-how-to-register-xin88__hero-content {
        padding: 0 15px;
    }

    .page-blog-how-to-register-xin88__main-title {
        font-size: 2rem;
    }

    .page-blog-how-to-register-xin88__hero-description {
        font-size: 1rem;
    }

    .page-blog-how-to-register-xin88__section-title {
        font-size: 1.8rem;
    }

    .page-blog-how-to-register-xin88__paragraph {
        font-size: 0.95rem;
    }

    .page-blog-how-to-register-xin88__list-item {
        padding-left: 50px;
    }

    .page-blog-how-to-register-xin88__list-item::before {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }

    .page-blog-how-to-register-xin88__step-title {
        font-size: 1.3rem;
    }

    .page-blog-how-to-register-xin88__benefit-card {
        padding: 20px;
    }
    .page-blog-how-to-register-xin88__benefit-title {
        font-size: 1.2rem;
    }

    .page-blog-how-to-register-xin88__faq-question {
        font-size: 1.1rem;
    }

    .page-blog-how-to-register-xin88__cta-title {
        font-size: 1.8rem;
    }

    /* Important: Content area images must not cause horizontal scroll */
    .page-blog-how-to-register-xin88__content-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Still maintain min size */
        min-height: 200px; /* Still maintain min size */
    }
    /* Ensure no overflow on the main container itself */
    .page-blog-how-to-register-xin88__container {
        max-width: 100%;
        overflow-x: hidden;
    }
    .page-blog-how-to-register-xin88 {
        overflow-x: hidden;
    }
}