/* style/resources-789p-deposit-withdrawal.css */
.page-resources-789p-deposit-withdrawal {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f8f8;
}

.page-resources-789p-deposit-withdrawal__hero {
    background: linear-gradient(135deg, #0A2342 0%, #1a3a60 100%);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

.page-resources-789p-deposit-withdrawal__hero-content {
    max-width: 800px;
    z-index: 10;
    position: relative;
}

.page-resources-789p-deposit-withdrawal__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
}

.page-resources-789p-deposit-withdrawal__title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #FFD700;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-789p-deposit-withdrawal__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.page-resources-789p-deposit-withdrawal__btn {
    display: inline-block;
    background-color: #FFD700;
    color: #0A2342;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-789p-deposit-withdrawal__btn:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-789p-deposit-withdrawal__btn.--primary {
    background-color: #FFD700;
    color: #0A2342;
}

.page-resources-789p-deposit-withdrawal__btn.--secondary {
    background-color: #0A2342;
    color: #FFD700;
    border: 2px solid #FFD700;
    margin-left: 15px;
}

.page-resources-789p-deposit-withdrawal__btn.--secondary:hover {
    background-color: #1a3a60;
    color: #FFD700;
    border-color: #e6c200;
}

.page-resources-789p-deposit-withdrawal__article-container {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    gap: 30px;
    max-width: 1400px;
    margin: 0 auto;
}

.page-resources-789p-deposit-withdrawal__article-nav {
    flex: 0 0 280px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    align-self: flex-start;
    position: sticky;
    top: 20px; /* Adjust based on header height */
    max-height: calc(100vh - 40px);
    overflow-y: auto;
}

.page-resources-789p-deposit-withdrawal__back-link {
    display: block;
    margin-bottom: 25px;
    color: #0A2342;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95em;
    transition: color 0.3s ease;
}

.page-resources-789p-deposit-withdrawal__back-link:hover {
    color: #FFD700;
}

.page-resources-789p-deposit-withdrawal__article-nav-title {
    font-size: 1.4em;
    color: #0A2342;
    margin-bottom: 15px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-789p-deposit-withdrawal__toc {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-789p-deposit-withdrawal__toc li {
    margin-bottom: 8px;
}

.page-resources-789p-deposit-withdrawal__toc li a {
    color: #555;
    text-decoration: none;
    font-size: 0.9em;
    display: block;
    padding: 5px 0;
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.page-resources-789p-deposit-withdrawal__toc li a:hover,
.page-resources-789p-deposit-withdrawal__toc li a.active {
    color: #0A2342;
    font-weight: bold;
}

.page-resources-789p-deposit-withdrawal__toc ul {
    padding-left: 15px;
    list-style: disc;
    margin-top: 5px;
}

.page-resources-789p-deposit-withdrawal__toc ul li a {
    font-size: 0.85em;
    color: #777;
}

.page-resources-789p-deposit-withdrawal__article-content {
    flex: 1;
    max-width: 800px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-resources-789p-deposit-withdrawal__article-content h2 {
    font-size: 2.2em;
    color: #0A2342;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-789p-deposit-withdrawal__article-content h3 {
    font-size: 1.6em;
    color: #0A2342;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-789p-deposit-withdrawal__article-content h4 {
    font-size: 1.2em;
    color: #0A2342;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-resources-789p-deposit-withdrawal__article-content p {
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-789p-deposit-withdrawal__article-content ul,
.page-resources-789p-deposit-withdrawal__article-content ol {
    margin-bottom: 1em;
    padding-left: 25px;
    color: #444;
}

.page-resources-789p-deposit-withdrawal__article-content ul li,
.page-resources-789p-deposit-withdrawal__article-content ol li {
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.6;
}

.page-resources-789p-deposit-withdrawal__article-content a {
    color: #0A2342;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-789p-deposit-withdrawal__article-content a:hover {
    color: #FFD700;
    text-decoration: underline;
}

.page-resources-789p-deposit-withdrawal__article-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-789p-deposit-withdrawal__inline-btn {
    display: inline-block;
    background-color: #0A2342;
    color: #FFD700;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-789p-deposit-withdrawal__inline-btn:hover {
    background-color: #1a3a60;
    transform: translateY(-1px);
}

.page-resources-789p-deposit-withdrawal__faq-section {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.page-resources-789p-deposit-withdrawal__faq-item {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-789p-deposit-withdrawal__faq-question {
    font-size: 1.2em;
    color: #0A2342;
    margin-top: 0;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-resources-789p-deposit-withdrawal__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5em;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.page-resources-789p-deposit-withdrawal__faq-question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(180deg);
}

.page-resources-789p-deposit-withdrawal__faq-answer {
    font-size: 1em;
    color: #555;
    margin-bottom: 0;
    display: none;
}

.page-resources-789p-deposit-withdrawal__faq-answer.active {
    display: block;
}

.page-resources-789p-deposit-withdrawal__cta-group {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

@media (max-width: 992px) {
    .page-resources-789p-deposit-withdrawal__article-container {
        flex-direction: column;
        padding: 20px;
    }

    .page-resources-789p-deposit-withdrawal__article-nav {
        flex: none;
        width: 100%;
        margin-bottom: 30px;
        position: static;
        top: auto;
        max-height: none;
        overflow-y: visible;
    }

    .page-resources-789p-deposit-withdrawal__article-content {
        padding: 20px;
    }

    .page-resources-789p-deposit-withdrawal__title {
        font-size: 2.2em;
    }

    .page-resources-789p-deposit-withdrawal__subtitle {
        font-size: 1.1em;
    }

    .page-resources-789p-deposit-withdrawal__article-content h2 {
        font-size: 1.8em;
    }

    .page-resources-789p-deposit-withdrawal__article-content h3 {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .page-resources-789p-deposit-withdrawal__hero {
        padding: 60px 15px;
    }

    .page-resources-789p-deposit-withdrawal__title {
        font-size: 1.8em;
    }

    .page-resources-789p-deposit-withdrawal__subtitle {
        font-size: 1em;
    }

    .page-resources-789p-deposit-withdrawal__btn {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-789p-deposit-withdrawal__btn.--secondary {
        margin-left: 0;
        margin-top: 15px;
    }

    .page-resources-789p-deposit-withdrawal__cta-group {
        flex-direction: column;
        align-items: center;
    }
}