/* style/blog-how-to-effectively-use-gp88-win-platform-features.css */
:root {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    --card-bg: #FFFFFF;
    --background-color: #F4F7FB;
    --text-main-color: #1F2D3D;
    --custom-color-black: #000000;
    --border-color: #D6E2FF;
    --glow-color: #A5C4FF;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main-color); /* Default text color for light background */
    background-color: var(--background-color);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding */
    background-color: var(--background-color);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__hero-content {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__main-title {
    font-size: clamp(2em, 3.5vw, 3.2em); /* Responsive font size */
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__hero-description {
    font-size: 1.1em;
    color: var(--text-main-color);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__btn-primary,
.page-blog-how-to-effectively-use-gp88-win-platform-features__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.05em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__btn-secondary {
    background-color: var(--card-bg);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(47, 107, 255, 0.3);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__content-area {
    background-color: var(--background-color);
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__section-title {
    font-size: 2.2em;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__paragraph {
    font-size: 1.05em;
    color: var(--text-main-color);
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: justify;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__image-text-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__image-text-block--reverse {
    flex-direction: row-reverse;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__image-block {
    flex: 1;
    min-width: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__image-block img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__text-block {
    flex: 1;
    min-width: 300px;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__text-block .page-blog-how-to-effectively-use-gp88-win-platform-features__btn-primary {
    margin-top: 20px;
    display: inline-block;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__game-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__game-card {
    background-color: var(--card-bg);
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__card-image {
    width: 100%;
    height: 180px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__card-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__card-description {
    font-size: 0.95em;
    color: var(--text-main-color);
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__dark-bg {
    background-color: var(--primary-color);
    color: #ffffff;
    text-align: center;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__dark-bg .page-blog-how-to-effectively-use-gp88-win-platform-features__section-title,
.page-blog-how-to-effectively-use-gp88-win-platform-features__dark-bg .page-blog-how-to-effectively-use-gp88-win-platform-features__paragraph {
    color: #ffffff;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__dark-bg .page-blog-how-to-effectively-use-gp88-win-platform-features__btn-secondary {
    background-color: #ffffff;
    color: var(--primary-color);
    border-color: #ffffff;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__dark-bg .page-blog-how-to-effectively-use-gp88-win-platform-features__btn-secondary:hover {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--secondary-color);
}

/* FAQ Section */
.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-section {
    padding-top: 20px;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-list {
    margin-top: 30px;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-item {
    background-color: var(--card-bg);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid var(--border-color);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    background-color: var(--card-bg);
    transition: background-color 0.3s ease;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-question:hover {
    background-color: #f9f9f9;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    width: 25px;
    text-align: center;
    color: var(--primary-color);
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-item[open] .page-blog-how-to-effectively-use-gp88-win-platform-features__faq-toggle {
    content: '−';
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-answer {
    padding: 0 25px 20px;
    font-size: 1em;
    color: var(--text-main-color);
    line-height: 1.7;
}

/* Details element native styles */
.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-item summary {
    list-style: none;
}

.page-blog-how-to-effectively-use-gp88-win-platform-features__faq-item summary::-webkit-details-marker {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-how-to-effectively-use-gp88-win-platform-features__hero-section {
        padding: 10px 15px 50px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__main-title {
        font-size: clamp(1.8em, 4.5vw, 2.8em);
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__hero-description {
        font-size: 1em;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__section {
        padding: 40px 15px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__section-title {
        font-size: 2em;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__image-text-block {
        flex-direction: column;
        gap: 30px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__image-text-block--reverse {
        flex-direction: column;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__image-block,
    .page-blog-how-to-effectively-use-gp88-win-platform-features__text-block {
        width: 100%;
        min-width: unset;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__game-features {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-how-to-effectively-use-gp88-win-platform-features {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__hero-section {
        padding: 10px 15px 40px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__main-title {
        font-size: clamp(1.5em, 6vw, 2.2em);
        margin-bottom: 15px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__hero-description {
        font-size: 0.95em;
        margin-bottom: 25px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__btn-primary,
    .page-blog-how-to-effectively-use-gp88-win-platform-features__btn-secondary,
    .page-blog-how-to-effectively-use-gp88-win-platform-features a[class*="button"],
    .page-blog-how-to-effectively-use-gp88-win-platform-features a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__section,
    .page-blog-how-to-effectively-use-gp88-win-platform-features__card,
    .page-blog-how-to-effectively-use-gp88-win-platform-features__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__section-title {
        font-size: 1.8em;
        margin-bottom: 25px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__paragraph {
        font-size: 1em;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__image-text-block {
        gap: 20px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__image-block img,
    .page-blog-how-to-effectively-use-gp88-win-platform-features__card-image,
    .page-blog-how-to-effectively-use-gp88-win-platform-features img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__game-features {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__game-card {
        padding: 20px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__card-image {
        height: 160px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__faq-answer {
        padding: 0 20px 15px;
    }
}

@media (max-width: 480px) {
    .page-blog-how-to-effectively-use-gp88-win-platform-features__main-title {
        font-size: clamp(1.3em, 7vw, 1.8em);
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__section-title {
        font-size: 1.5em;
    }

    .page-blog-how-to-effectively-use-gp88-win-platform-features__hero-image-wrapper {
        margin-bottom: 20px;
    }
}