/* style/resources-qq8827-com-deposit-withdrawal-guide.css */

:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f8f9fa;
    --btn-register: #C30808;
    --btn-login: #C30808;
    --bg-color: #FFFFFF;
    --font-register-login: #FFFF00;
}

.page-resources-qq8827-com-deposit-withdrawal-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark); /* Default text color for light backgrounds */
    background-color: var(--bg-color);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__hero-section {
    position: relative;
    padding: 80px 20px;
    padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
    text-align: center;
    background-color: var(--primary-color);
    color: var(--text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__main-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: var(--text-light);
    line-height: 1.2;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__btn-primary,
.page-resources-qq8827-com-deposit-withdrawal-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__btn-primary {
    background-color: var(--btn-register);
    color: var(--font-register-login);
    border: 2px solid var(--btn-register);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__btn-primary:hover {
    background-color: #a00606;
    border-color: #a00606;
    color: var(--font-register-login);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__btn-secondary {
    background-color: transparent;
    color: var(--text-light);
    border: 2px solid var(--text-light);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__btn-secondary:hover {
    background-color: var(--text-light);
    color: var(--primary-color);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__content-section {
    padding: 60px 20px;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__section-title {
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
    color: var(--primary-color);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__text-block {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: var(--text-dark);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__list,
.page-resources-qq8827-com-deposit-withdrawal-guide__ordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    color: var(--text-dark);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__ordered-list {
    list-style-type: decimal;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__dark-bg .page-resources-qq8827-com-deposit-withdrawal-guide__section-title,
.page-resources-qq8827-com-deposit-withdrawal-guide__dark-bg .page-resources-qq8827-com-deposit-withdrawal-guide__sub-title {
    color: var(--text-light);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__dark-bg .page-resources-qq8827-com-deposit-withdrawal-guide__text-block,
.page-resources-qq8827-com-deposit-withdrawal-guide__dark-bg .page-resources-qq8827-com-deposit-withdrawal-guide__list-item {
    color: var(--text-light);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__light-bg {
    background-color: var(--bg-color);
    color: var(--text-dark);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-section {
    padding: 60px 20px;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-list {
    margin-top: 40px;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-item {
    background-color: var(--secondary-color);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    background-color: #f5f5f5;
    color: var(--primary-color);
    transition: background-color 0.3s ease;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-question:hover {
    background-color: #e0e0e0;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    width: 25px;
    text-align: center;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-answer {
    padding: 0 25px 20px;
    font-size: 1.05em;
    color: var(--text-dark);
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-item[open] > .page-resources-qq8827-com-deposit-withdrawal-guide__faq-question {
    background-color: #e0e0e0;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__faq-item[open] > .page-resources-qq8827-com-deposit-withdrawal-guide__faq-question .page-resources-qq8827-com-deposit-withdrawal-guide__faq-toggle {
    content: '−';
}

.page-resources-qq8827-com-deposit-withdrawal-guide__conclusion-section {
    padding: 60px 20px;
    text-align: center;
}

.page-resources-qq8827-com-deposit-withdrawal-guide__cta-buttons--bottom {
    margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-resources-qq8827-com-deposit-withdrawal-guide__hero-section {
        padding-top: var(--header-offset, 120px) !important;
        min-height: 300px;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__main-title {
        font-size: 2em;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__subtitle {
        font-size: 1em;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__btn-primary,
    .page-resources-qq8827-com-deposit-withdrawal-guide__btn-secondary {
        width: 100%;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 0.95em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__section-title {
        font-size: 1.7em;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__sub-title {
        font-size: 1.3em;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__text-block,
    .page-resources-qq8827-com-deposit-withdrawal-guide__list-item,
    .page-resources-qq8827-com-deposit-withdrawal-guide__faq-answer p {
        font-size: 1em;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__faq-question {
        font-size: 1.1em;
        padding: 15px 20px;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 20px auto;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__container,
    .page-resources-qq8827-com-deposit-withdrawal-guide__hero-section,
    .page-resources-qq8827-com-deposit-withdrawal-guide__content-section,
    .page-resources-qq8827-com-deposit-withdrawal-guide__security-section,
    .page-resources-qq8827-com-deposit-withdrawal-guide__faq-section,
    .page-resources-qq8827-com-deposit-withdrawal-guide__conclusion-section {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }

    .page-resources-qq8827-com-deposit-withdrawal-guide__cta-buttons {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }
}