/* style/resources-fun88-deposit-withdrawal.css */
.page-resources-fun88-deposit-withdrawal {
    font-family: 'Arial', sans-serif;
    line-height: 1.7;
    color: #ffffff; /* Text on dark background */
    background-color: #000000; /* Main background color */
}

.page-resources-fun88-deposit-withdrawal__container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-fun88-deposit-withdrawal__hero {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
    padding: 80px 0 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-fun88-deposit-withdrawal__back-link {
    display: inline-block;
    color: #FFD700;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-fun88-deposit-withdrawal__back-link:hover {
    color: #ffd700cc;
}

.page-resources-fun88-deposit-withdrawal__title {
    font-size: 2.8em;
    color: #FFD700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-resources-fun88-deposit-withdrawal__subtitle {
    font-size: 1.2em;
    color: #cccccc;
    margin-bottom: 30px;
}

.page-resources-fun88-deposit-withdrawal__cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #000000;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    border: 2px solid transparent;
}

.page-resources-fun88-deposit-withdrawal__cta-button:hover {
    background-color: #e6c200;
    color: #333333;
    border-color: #FFD700;
}

.page-resources-fun88-deposit-withdrawal__content-section {
    padding: 50px 0;
    background-color: #1a1a1a;
}

.page-resources-fun88-deposit-withdrawal__article-content {
    font-size: 1.1em;
    color: #e0e0e0;
}

.page-resources-fun88-deposit-withdrawal__article-content p {
    margin-bottom: 1.5em;
}

.page-resources-fun88-deposit-withdrawal__article-content a {
    color: #FFD700;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-fun88-deposit-withdrawal__article-content a:hover {
    text-decoration: underline;
}

.page-resources-fun88-deposit-withdrawal__heading {
    font-size: 2em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
}

.page-resources-fun88-deposit-withdrawal__sub-heading {
    font-size: 1.5em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-fun88-deposit-withdrawal__list,
.page-resources-fun88-deposit-withdrawal__ordered-list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 1.5em;
    color: #e0e0e0;
}

.page-resources-fun88-deposit-withdrawal__ordered-list {
    list-style-type: decimal;
}

.page-resources-fun88-deposit-withdrawal__list li,
.page-resources-fun88-deposit-withdrawal__ordered-list li {
    margin-bottom: 0.8em;
}

.page-resources-fun88-deposit-withdrawal__image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.page-resources-fun88-deposit-withdrawal__cta-wrapper {
    text-align: center;
    margin: 40px 0;
}

.page-resources-fun88-deposit-withdrawal__cta-button--wide {
    min-width: 250px;
    padding: 15px 30px;
    font-size: 1.1em;
}

.page-resources-fun88-deposit-withdrawal__cta-button--final {
    background-color: #FFD700;
    color: #000000;
}

.page-resources-fun88-deposit-withdrawal__cta-button--final:hover {
    background-color: #e6c200;
}

.page-resources-fun88-deposit-withdrawal__faq {
    margin-top: 40px;
}

.page-resources-fun88-deposit-withdrawal__faq-item {
    background-color: #2a2a2a;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #FFD700;
}

.page-resources-fun88-deposit-withdrawal__faq-question {
    font-size: 1.2em;
    color: #FFD700;
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-fun88-deposit-withdrawal__faq-answer {
    color: #cccccc;
    margin-bottom: 0;
}

.page-resources-fun88-deposit-withdrawal__cta-wrapper--bottom {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px dashed #FFD700;
}

@media (max-width: 768px) {
    .page-resources-fun88-deposit-withdrawal__title {
        font-size: 2.2em;
    }
    .page-resources-fun88-deposit-withdrawal__heading {
        font-size: 1.8em;
    }
    .page-resources-fun88-deposit-withdrawal__sub-heading {
        font-size: 1.3em;
    }
    .page-resources-fun88-deposit-withdrawal__article-content {
        font-size: 1em;
    }
    .page-resources-fun88-deposit-withdrawal__cta-button--wide {
        min-width: unset;
        width: 100%;
        padding: 12px 20px;
    }
}

@media (max-width: 480px) {
    .page-resources-fun88-deposit-withdrawal__title {
        font-size: 1.8em;
    }
    .page-resources-fun88-deposit-withdrawal__heading {
        font-size: 1.5em;
    }
    .page-resources-fun88-deposit-withdrawal__sub-heading {
        font-size: 1.1em;
    }
}