.page-blog-how-to-use-197vip-safely {
    background-color: #F4F7FB; /* Background */
    color: #1F2D3D; /* Text Main */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-bottom: 40px; /* Ensure some space at the bottom */
}

.page-blog-how-to-use-197vip-safely__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-how-to-use-197vip-safely__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, body handles --header-offset */
    margin-bottom: 40px;
    background-color: #F4F7FB; /* Match page background */
}

.page-blog-how-to-use-197vip-safely__hero-image-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px; /* Space between image and content */
}

.page-blog-how-to-use-197vip-safely__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-how-to-use-197vip-safely__hero-content {
    text-align: center;
    padding: 0 20px 40px;
}

.page-blog-how-to-use-197vip-safely__main-title {
    font-size: clamp(2rem, 4vw + 1rem, 3.5rem); /* Responsive H1 font size */
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-how-to-use-197vip-safely__subtitle {
    font-size: 1.15rem;
    color: #1F2D3D; /* Text Main */
    max-width: 800px;
    margin: 0 auto 30px;
}

.page-blog-how-to-use-197vip-safely__cta-button {
    display: inline-block;
    padding: 15px 30px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button color */
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(47, 107, 255, 0.3); /* Glow color */
}

.page-blog-how-to-use-197vip-safely__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.5); /* Enhanced glow */
}

.page-blog-how-to-use-197vip-safely__cta-button--large {
    padding: 18px 35px;
    font-size: 1.1rem;
}

.page-blog-how-to-use-197vip-safely__introduction-section,
.page-blog-how-to-use-197vip-safely__steps-section,
.page-blog-how-to-use-197vip-safely__tips-section,
.page-blog-how-to-use-197vip-safely__faq-section,
.page-blog-how-to-use-197vip-safely__call-to-action-section {
    padding: 40px 0;
}

.page-blog-how-to-use-197vip-safely__section-title {
    font-size: 2.2rem;
    color: #000000; /* Custom Color_1776249996415 */
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.page-blog-how-to-use-197vip-safely__text-content {
    font-size: 1.05rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-how-to-use-197vip-safely__step-card-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-how-to-use-197vip-safely__step-card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    text-align: center;
    transition: transform 0.3s ease;
    border: 1px solid #D6E2FF; /* Border color */
}

.page-blog-how-to-use-197vip-safely__step-card:hover {
    transform: translateY(-5px);
}

.page-blog-how-to-use-197vip-safely__step-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency, will be object-fit cover */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px;
}

.page-blog-how-to-use-197vip-safely__card-title {
    font-size: 1.4rem;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-how-to-use-197vip-safely__card-description {
    font-size: 0.95rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-how-to-use-197vip-safely__card-link {
    display: inline-block;
    color: #2F6BFF; /* Main color */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-blog-how-to-use-197vip-safely__card-link:hover {
    color: #4A8BFF; /* Lighter blue for hover */
}

.page-blog-how-to-use-197vip-safely__tip-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-how-to-use-197vip-safely__tip-item {
    background-color: #FFFFFF; /* Card BG */
    border-left: 5px solid #2F6BFF; /* Main color accent */
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-use-197vip-safely__tip-title {
    font-size: 1.3rem;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
    font-weight: bold;
}

.page-blog-how-to-use-197vip-safely__tip-description {
    font-size: 1rem;
    color: #1F2D3D; /* Text Main */
}

.page-blog-how-to-use-197vip-safely__faq-list {
    margin-top: 30px;
}

.page-blog-how-to-use-197vip-safely__faq-item {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #D6E2FF; /* Border color */
}

.page-blog-how-to-use-197vip-safely__faq-question {
    font-size: 1.2rem;
    color: #000000; /* Custom Color_1776249996415 */
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.page-blog-how-to-use-197vip-safely__faq-answer {
    font-size: 1rem;
    color: #1F2D3D; /* Text Main */
    display: none; /* Initially hidden, JS will toggle */
    padding-top: 10px;
    border-top: 1px solid #F4F7FB; /* Light border */
    margin-top: 10px;
}

.page-blog-how-to-use-197vip-safely__faq-question.active + .page-blog-how-to-use-197vip-safely__faq-answer {
    display: block;
}

.page-blog-how-to-use-197vip-safely__faq-footer-text {
    text-align: center;
    font-size: 0.9rem;
    color: #1F2D3D; /* Text Main */
    margin-top: 30px;
}

.page-blog-how-to-use-197vip-safely__call-to-action-section {
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%); /* Using main and auxiliary colors */
    color: #FFFFFF;
    border-radius: 12px;
    margin: 40px auto;
    max-width: 1200px;
    box-shadow: 0 8px 25px rgba(47, 107, 255, 0.4);
}

.page-blog-how-to-use-197vip-safely__call-to-action-section .page-blog-how-to-use-197vip-safely__section-title {
    color: #FFFFFF;
}

.page-blog-how-to-use-197vip-safely__call-to-action-section .page-blog-how-to-use-197vip-safely__text-content {
    color: #FFFFFF;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-how-to-use-197vip-safely__container {
        padding: 0 15px;
    }
    .page-blog-how-to-use-197vip-safely__main-title {
        font-size: clamp(1.8rem, 5vw + 1rem, 3rem);
    }
    .page-blog-how-to-use-197vip-safely__section-title {
        font-size: 2rem;
    }
    .page-blog-how-to-use-197vip-safely__step-image {
        height: 200px; /* Adjust height for smaller screens */
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-use-197vip-safely__hero-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-how-to-use-197vip-safely__main-title {
        font-size: clamp(1.5rem, 6vw + 1rem, 2.5rem);
    }
    .page-blog-how-to-use-197vip-safely__subtitle {
        font-size: 1rem;
    }
    .page-blog-how-to-use-197vip-safely__section-title {
        font-size: 1.8rem;
    }
    .page-blog-how-to-use-197vip-safely__text-content,
    .page-blog-how-to-use-197vip-safely__card-description,
    .page-blog-how-to-use-197vip-safely__tip-description,
    .page-blog-how-to-use-197vip-safely__faq-answer {
        font-size: 0.95rem;
    }
    .page-blog-how-to-use-197vip-safely__step-card-list {
        grid-template-columns: 1fr; /* Single column on mobile */
    }
    .page-blog-how-to-use-197vip-safely__step-image {
        max-width: 100%;
        height: auto; /* Ensure images don't overflow horizontally */
        min-width: 200px;
        min-height: 200px;
    }
    .page-blog-how-to-use-197vip-safely__tip-item {
        padding: 15px 20px;
    }
    .page-blog-how-to-use-197vip-safely__faq-item {
        padding: 15px 20px;
    }
    /* Ensure all images within the content area are responsive */
    .page-blog-how-to-use-197vip-safely img {
        max-width: 100%;
        height: auto;
    }
    /* Specific override for step images to ensure minimum size is respected but still responsive */
    .page-blog-how-to-use-197vip-safely__step-image {
        width: 100%; /* Important for max-width to work correctly */
        max-width: 100%;
        height: auto;
        min-width: 200px;
        min-height: 200px;
    }
}

/* Ensure content area does not cause horizontal scroll */
.page-blog-how-to-use-197vip-safely {
    overflow-x: hidden;
}