.page-blog-how-to-download-88vip {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #F2FFF6; /* Light text for overall dark background */
    background-color: #08160F; /* Overall background from custom colors */
}

.page-blog-how-to-download-88vip a {
    color: #2AD16F; /* Green for links */
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-how-to-download-88vip a:hover {
    color: #F2C14E; /* Gold on hover */
    text-decoration: underline;
}

.page-blog-how-to-download-88vip__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding as body handles header offset */
    background-color: #08160F; /* Use background color for section */
    color: #F2FFF6; /* Light text for dark background */
}

.page-blog-how-to-download-88vip__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px; /* Space between image and content */
}

.page-blog-how-to-download-88vip__hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-download-88vip__hero-content {
    max-width: 900px;
    margin: 0 auto;
    z-index: 1; /* Ensure content is above any potential background elements */
}

.page-blog-how-to-download-88vip__main-title {
    font-size: clamp(2em, 5vw, 3em); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 20px;
    color: #F2C14E; /* Gold color for main title */
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.page-blog-how-to-download-88vip__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #A7D9B8; /* Secondary text color */
}

.page-blog-how-to-download-88vip__cta-buttons {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping on small screens */
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

.page-blog-how-to-download-88vip__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 100%; /* Button responsive */
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-how-to-download-88vip__btn-primary {
    background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Custom button color */
    color: #F2FFF6; /* Main text color for button */
    border: none;
}

.page-blog-how-to-download-88vip__btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    opacity: 0.9;
}

.page-blog-how-to-download-88vip__btn-secondary {
    background: transparent;
    color: #F2C14E; /* Gold color for secondary button text */
    border: 2px solid #F2C14E; /* Gold border */
}

.page-blog-how-to-download-88vip__btn-secondary:hover {
    background: #F2C14E;
    color: #08160F; /* Dark background color for hover text */
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-download-88vip__section {
    padding: 80px 20px;
    text-align: center;
}

.page-blog-how-to-download-88vip__dark-bg {
    background-color: #08160F; /* Deep Green background */
    color: #F2FFF6; /* Light text */
}

.page-blog-how-to-download-88vip__light-bg {
    background-color: #11271B; /* Card BG color */
    color: #F2FFF6; /* Light text */
}

.page-blog-how-to-download-88vip__content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-how-to-download-88vip__section-title {
    font-size: clamp(1.8em, 4vw, 2.5em);
    font-weight: 700;
    margin-bottom: 40px;
    color: #F2C14E; /* Gold color for section titles */
}

.page-blog-how-to-download-88vip__text-block {
    font-size: 1.05em;
    margin-bottom: 30px;
    color: #A7D9B8; /* Secondary text color */
}

.page-blog-how-to-download-88vip__text-block .keyword {
    font-weight: bold;
    color: #F2C14E; /* Highlight keywords with gold */
}

.page-blog-how-to-download-88vip__feature-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-download-88vip__feature-item {
    background-color: #11271B; /* Card BG color */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    border: 1px solid #2E7A4E; /* Border color */
    color: #F2FFF6;
}

.page-blog-how-to-download-88vip__feature-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #22C768; /* Auxiliary color */
}

.page-blog-how-to-download-88vip__feature-item p {
    color: #A7D9B8; /* Secondary text color */
}

.page-blog-how-to-download-88vip__download-guide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
    text-align: left;
}

.page-blog-how-to-download-88vip__guide-item {
    background-color: #0A4B2C; /* Deep Green for guide items */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #2E7A4E; /* Border color */
    color: #F2FFF6;
}

.page-blog-how-to-download-88vip__guide-title {
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 20px;
    color: #F2C14E; /* Gold for guide titles */
}

.page-blog-how-to-download-88vip__guide-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-download-88vip__guide-intro-text,
.page-blog-how-to-download-88vip__guide-tip {
    font-size: 1em;
    margin-bottom: 15px;
    color: #A7D9B8;
}

.page-blog-how-to-download-88vip__guide-steps {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 25px;
}

.page-blog-how-to-download-88vip__guide-steps li {
    margin-bottom: 10px;
    color: #F2FFF6;
}

.page-blog-how-to-download-88vip__guide-steps li strong {
    color: #2AD16F; /* Highlight step numbers */
}

.page-blog-how-to-download-88vip__sub-steps {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 10px;
    color: #F2FFF6;
}

.page-blog-how-to-download-88vip__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-download-88vip__feature-card {
    background-color: #11271B; /* Card BG color */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-align: left;
    border: 1px solid #2E7A4E; /* Border color */
    color: #F2FFF6;
}

.page-blog-how-to-download-88vip__card-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-download-88vip__card-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #22C768; /* Auxiliary color */
}

.page-blog-how-to-download-88vip__feature-card p {
    color: #A7D9B8;
}

.page-blog-how-to-download-88vip__security-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-download-88vip__security-list {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
    text-align: left;
}

.page-blog-how-to-download-88vip__security-list li {
    background-color: #11271B; /* Card BG color */
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 5px solid #2AD16F; /* Green accent */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.05em;
    color: #F2FFF6;
}

.page-blog-how-to-download-88vip__security-list li strong {
    color: #22C768; /* Auxiliary color */
}

.page-blog-how-to-download-88vip__faq-list {
    margin-top: 40px;
    text-align: left;
}

.page-blog-how-to-download-88vip__faq-item {
    background-color: #11271B; /* Card BG color */
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #2E7A4E; /* Border color */
    color: #F2FFF6;
}

.page-blog-how-to-download-88vip__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 600;
    cursor: pointer;
    background-color: #0A4B2C; /* Deep Green for FAQ question */
    color: #F2FFF6;
    border-bottom: 1px solid #2E7A4E;
    list-style: none; /* For details/summary */
    -webkit-touch-callout: none; /* Disable callout on iOS */
    -webkit-user-select: none; /* Disable text selection on iOS */
    -khtml-user-select: none; /* Disable text selection on old Safari */
    -moz-user-select: none; /* Disable text selection on Firefox */
    -ms-user-select: none; /* Disable text selection on IE/Edge */
    user-select: none; /* Disable text selection */
}

.page-blog-how-to-download-88vip__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-how-to-download-88vip__faq-qtext {
    flex-grow: 1;
    color: #F2C14E; /* Gold for FAQ question text */
}

.page-blog-how-to-download-88vip__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: #2AD16F; /* Green for toggle icon */
}

.page-blog-how-to-download-88vip__faq-answer {
    padding: 20px;
    font-size: 1em;
    color: #A7D9B8;
}

.page-blog-how-to-download-88vip__faq-answer p {
    margin-bottom: 10px;
}

.page-blog-how-to-download-88vip__text-center {
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-how-to-download-88vip {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-download-88vip__hero-section {
        padding: 40px 15px;
        padding-top: 10px !important; /* body handles header offset, small top padding for aesthetic */
    }

    .page-blog-how-to-download-88vip__main-title {
        font-size: 2em;
    }

    .page-blog-how-to-download-88vip__description {
        font-size: 1em;
    }

    .page-blog-how-to-download-88vip__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-blog-how-to-download-88vip__cta-button {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-blog-how-to-download-88vip__section {
        padding: 50px 15px;
    }

    .page-blog-how-to-download-88vip__section-title {
        font-size: 1.8em;
    }

    .page-blog-how-to-download-88vip__feature-list,
    .page-blog-how-to-download-88vip__download-guide,
    .page-blog-how-to-download-88vip__features-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .page-blog-how-to-download-88vip__feature-item,
    .page-blog-how-to-download-88vip__guide-item,
    .page-blog-how-to-download-88vip__feature-card,
    .page-blog-how-to-download-88vip__faq-item {
        padding: 20px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .page-blog-how-to-download-88vip img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* Ensure containers are also responsive */
    .page-blog-how-to-download-88vip__content-wrapper,
    .page-blog-how-to-download-88vip__hero-image-wrapper,
    .page-blog-how-to-download-88vip__download-guide,
    .page-blog-how-to-download-88vip__features-grid,
    .page-blog-how-to-download-88vip__faq-list {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0;
        padding-right: 0;
        overflow: hidden !important;
    }
}