/* style/blog-mv66-game-security-fairness-guarantee.css */

:root {
    --mv66-primary-color: #26A9E0;
    --mv66-secondary-color: #FFFFFF;
    --mv66-text-dark: #333333;
    --mv66-text-light: #ffffff;
    --mv66-bg-dark: #0a0a0a;
    --mv66-login-color: #EA7C07;
}

.page-blog-mv66-game-security-fairness-guarantee {
    color: var(--mv66-text-light); /* Body background is dark, so text is light */
    background-color: var(--mv66-bg-dark);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-mv66-game-security-fairness-guarantee__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, body handles header offset */
    text-align: center;
    background-color: var(--mv66-primary-color);
    overflow: hidden;
}

.page-blog-mv66-game-security-fairness-guarantee__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-mv66-game-security-fairness-guarantee__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.page-blog-mv66-game-security-fairness-guarantee__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-mv66-game-security-fairness-guarantee__main-title {
    font-size: clamp(2.2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--mv66-secondary-color);
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.page-blog-mv66-game-security-fairness-guarantee__description {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-mv66-game-security-fairness-guarantee__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-mv66-game-security-fairness-guarantee__btn-primary,
.page-blog-mv66-game-security-fairness-guarantee__btn-secondary {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    box-sizing: border-box;
    max-width: 100%; /* Ensure buttons adapt to container width */
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-mv66-game-security-fairness-guarantee__btn-primary {
    background-color: var(--mv66-login-color); /* Use login color for primary CTA */
    color: var(--mv66-secondary-color);
    border: 2px solid var(--mv66-login-color);
}

.page-blog-mv66-game-security-fairness-guarantee__btn-primary:hover {
    background-color: darken(var(--mv66-login-color), 10%); /* Placeholder for darken, will be static color */
    background-color: #d46f00;
    border-color: darken(var(--mv66-login-color), 10%);
    border-color: #d46f00;
}

.page-blog-mv66-game-security-fairness-guarantee__btn-secondary {
    background-color: transparent;
    color: var(--mv66-secondary-color);
    border: 2px solid var(--mv66-secondary-color);
}

.page-blog-mv66-game-security-fairness-guarantee__btn-secondary:hover {
    background-color: var(--mv66-secondary-color);
    color: var(--mv66-primary-color);
}

.page-blog-mv66-game-security-fairness-guarantee__content-area {
    background-color: var(--mv66-secondary-color);
    color: var(--mv66-text-dark);
    padding: 60px 20px;
}

.page-blog-mv66-game-security-fairness-guarantee__container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-mv66-game-security-fairness-guarantee__section-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--mv66-primary-color);
    margin-bottom: 25px;
    text-align: center;
    padding-top: 30px;
}

.page-blog-mv66-game-security-fairness-guarantee__text-block {
    font-size: 1.05rem;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: justify;
}

.page-blog-mv66-game-security-fairness-guarantee__image-text-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
    flex-direction: row;
}

.page-blog-mv66-game-security-fairness-guarantee__image-text-block--reverse {
    flex-direction: row-reverse;
}

.page-blog-mv66-game-security-fairness-guarantee__content-image {
    width: 50%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Minimum size requirement */
}

.page-blog-mv66-game-security-fairness-guarantee__image-text-block p {
    flex: 1;
    font-size: 1.05rem;
}

.page-blog-mv66-game-security-fairness-guarantee__faq-list {
    margin-top: 40px;
    margin-bottom: 40px;
}

.page-blog-mv66-game-security-fairness-guarantee__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--mv66-text-dark);
}

.page-blog-mv66-game-security-fairness-guarantee__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--mv66-primary-color);
    background-color: #eaf6fc; /* Lighter background for summary */
    user-select: none;
    list-style: none; /* For details/summary */
}

.page-blog-mv66-game-security-fairness-guarantee__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-mv66-game-security-fairness-guarantee__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
    transition: transform 0.3s ease;
}

.page-blog-mv66-game-security-fairness-guarantee__faq-item[open] .page-blog-mv66-game-security-fairness-guarantee__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-mv66-game-security-fairness-guarantee__faq-answer {
    padding: 15px 25px 25px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--mv66-text-dark);
    border-top: 1px solid #e0e0e0;
}

.page-blog-mv66-game-security-fairness-guarantee__faq-answer p {
    margin: 0;
}

.page-blog-mv66-game-security-fairness-guarantee__cta-section {
    background-color: var(--mv66-primary-color);
    color: var(--mv66-secondary-color);
    padding: 80px 20px;
    text-align: center;
}

.page-blog-mv66-game-security-fairness-guarantee__cta-section .page-blog-mv66-game-security-fairness-guarantee__section-title {
    color: var(--mv66-secondary-color);
    margin-bottom: 20px;
}

.page-blog-mv66-game-security-fairness-guarantee__cta-section .page-blog-mv66-game-security-fairness-guarantee__description {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
}

.page-blog-mv66-game-security-fairness-guarantee__btn-large {
    padding: 16px 35px;
    font-size: 1.1rem;
    border-radius: 50px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-mv66-game-security-fairness-guarantee__hero-section {
        padding: 40px 15px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__main-title {
        font-size: clamp(2rem, 5vw, 2.8rem);
    }
    .page-blog-mv66-game-security-fairness-guarantee__description {
        font-size: 1rem;
    }
    .page-blog-mv66-game-security-fairness-guarantee__content-area {
        padding: 40px 15px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__section-title {
        font-size: 1.8rem;
    }
    .page-blog-mv66-game-security-fairness-guarantee__image-text-block {
        flex-direction: column;
        gap: 20px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__image-text-block--reverse {
        flex-direction: column;
    }
    .page-blog-mv66-game-security-fairness-guarantee__content-image {
        width: 100%;
        max-width: 600px; /* Constrain max width for images in stacked layout */
    }
    .page-blog-mv66-game-security-fairness-guarantee__faq-question {
        padding: 15px 20px;
        font-size: 1rem;
    }
    .page-blog-mv66-game-security-fairness-guarantee__faq-answer {
        padding: 10px 20px 20px;
    }
}

@media (max-width: 768px) {
    .page-blog-mv66-game-security-fairness-guarantee {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-mv66-game-security-fairness-guarantee__hero-section {
        padding: 30px 10px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__hero-content {
        padding: 0 10px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
    .page-blog-mv66-game-security-fairness-guarantee__description {
        font-size: 0.95rem;
    }
    .page-blog-mv66-game-security-fairness-guarantee__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important; /* Prevent overflow for button group */
    }
    .page-blog-mv66-game-security-fairness-guarantee__btn-primary,
    .page-blog-mv66-game-security-fairness-guarantee__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 15px;
        font-size: 0.95rem;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-mv66-game-security-fairness-guarantee__content-area {
        padding: 30px 10px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__container {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
        box-sizing: border-box !important;
    }
    .page-blog-mv66-game-security-fairness-guarantee__section-title {
        font-size: 1.5rem;
    }
    .page-blog-mv66-game-security-fairness-guarantee__text-block {
        font-size: 1rem;
    }
    .page-blog-mv66-game-security-fairness-guarantee__content-image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        min-width: 200px !important;
    }
    .page-blog-mv66-game-security-fairness-guarantee__faq-item {
        margin-bottom: 10px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__cta-section {
        padding: 50px 10px;
    }
    .page-blog-mv66-game-security-fairness-guarantee__btn-large {
        padding: 14px 25px;
        font-size: 1rem;
    }
}