/* style/resources-tai88vin-deposit-withdrawal-methods.css */
.page-resources-tai88vin-deposit-withdrawal-methods__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__hero-section {
    background: linear-gradient(135deg, #003366 0%, #004080 100%);
    color: #FFFFFF;
    padding: 80px 0;
    text-align: center;
}

.page-resources-tai88vin-deposit-withdrawal-methods__hero-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFCC00; /* High contrast for title */
}

.page-resources-tai88vin-deposit-withdrawal-methods__hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    font-weight: 300;
    color: #E0E0E0;
}

.page-resources-tai88vin-deposit-withdrawal-methods__cta-button {
    display: inline-block;
    background-color: #FFCC00;
    color: #003366;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-resources-tai88vin-deposit-withdrawal-methods__cta-button:hover {
    background-color: #e6b800;
    transform: translateY(-3px);
}

.page-resources-tai88vin-deposit-withdrawal-methods__cta-button--secondary {
    background-color: #004080;
    color: #FFCC00;
    margin-left: 20px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__cta-button--secondary:hover {
    background-color: #0050a0;
}

.page-resources-tai88vin-deposit-withdrawal-methods__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-resources-tai88vin-deposit-withdrawal-methods__content-section {
    padding: 60px 0;
    background-color: #f8f8f8;
    color: #333333;
}

.page-resources-tai88vin-deposit-withdrawal-methods__intro-block,
.page-resources-tai88vin-deposit-withdrawal-methods__method-group,
.page-resources-tai88vin-deposit-withdrawal-methods__important-notes,
.page-resources-tai88vin-deposit-withdrawal-methods__security-block,
.page-resources-tai88vin-deposit-withdrawal-methods__faq-block,
.page-resources-tai88vin-deposit-withdrawal-methods__conclusion-block {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__section-title {
    font-size: 2.2em;
    color: #003366;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFCC00;
    border-radius: 2px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__method-item {
    margin-bottom: 30px;
    border-left: 5px solid #FFCC00;
    padding-left: 20px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__method-title {
    font-size: 1.8em;
    color: #003366;
    margin-bottom: 15px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__method-subtitle {
    font-size: 1.3em;
    color: #004080;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__method-item ol,
.page-resources-tai88vin-deposit-withdrawal-methods__method-item ul {
    list-style-type: decimal;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__method-item li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-resources-tai88vin-deposit-withdrawal-methods__action-link {
    display: inline-block;
    color: #003366;
    background-color: #FFCC00;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

.page-resources-tai88vin-deposit-withdrawal-methods__action-link:hover {
    background-color: #e6b800;
}

.page-resources-tai88vin-deposit-withdrawal-methods__important-notes ul,
.page-resources-tai88vin-deposit-withdrawal-methods__security-block ul {
    list-style-type: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__important-notes li,
.page-resources-tai88vin-deposit-withdrawal-methods__security-block li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.page-resources-tai88vin-deposit-withdrawal-methods__faq-item {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.page-resources-tai88vin-deposit-withdrawal-methods__faq-item:last-child {
    border-bottom: none;
}

.page-resources-tai88vin-deposit-withdrawal-methods__faq-question {
    font-size: 1.4em;
    color: #003366;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.page-resources-tai88vin-deposit-withdrawal-methods__faq-question::before {
    content: '+';
    display: inline-block;
    margin-right: 10px;
    color: #FFCC00;
    font-size: 1.2em;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.page-resources-tai88vin-deposit-withdrawal-methods__faq-question.active::before {
    transform: rotate(45deg);
}

.page-resources-tai88vin-deposit-withdrawal-methods__faq-answer {
    font-size: 1.1em;
    color: #555555;
    line-height: 1.7;
    padding-left: 30px;
    display: none; /* Hidden by default */
}

.page-resources-tai88vin-deposit-withdrawal-methods__faq-answer.active {
    display: block;
}

.page-resources-tai88vin-deposit-withdrawal-methods__text-link {
    color: #004080;
    text-decoration: underline;
    font-weight: 500;
}

.page-resources-tai88vin-deposit-withdrawal-methods__text-link:hover {
    color: #FFCC00;
}

.page-resources-tai88vin-deposit-withdrawal-methods__cta-group {
    text-align: center;
    margin-top: 40px;
}

.page-resources-tai88vin-deposit-withdrawal-methods__image-block {
    text-align: center;
    margin: 40px 0;
}

.page-resources-tai88vin-deposit-withdrawal-methods__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-tai88vin-deposit-withdrawal-methods__hero-title {
        font-size: 2.5em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__hero-subtitle {
        font-size: 1.2em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__section-title {
        font-size: 1.8em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__method-title {
        font-size: 1.5em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__method-subtitle {
        font-size: 1.1em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__intro-block,
    .page-resources-tai88vin-deposit-withdrawal-methods__method-group,
    .page-resources-tai88vin-deposit-withdrawal-methods__important-notes,
    .page-resources-tai88vin-deposit-withdrawal-methods__security-block,
    .page-resources-tai88vin-deposit-withdrawal-methods__faq-block,
    .page-resources-tai88vin-deposit-withdrawal-methods__conclusion-block {
        padding: 25px;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__cta-group {
        flex-direction: column;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__cta-button--secondary {
        margin-left: 0;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-tai88vin-deposit-withdrawal-methods__hero-title {
        font-size: 2em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__section-title {
        font-size: 1.5em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__method-title {
        font-size: 1.3em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__faq-question {
        font-size: 1.2em;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__cta-button {
        width: 100%;
        box-sizing: border-box;
    }

    .page-resources-tai88vin-deposit-withdrawal-methods__cta-button--secondary {
        width: 100%;
    }
}