/* style/resources-withdrawal-speed-comparison.css */

/* Global styles for this page section */
.page-resources-withdrawal-speed-comparison {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #E2E8F0; /* Light text on potentially dark sections */
    background-color: #1A202C; /* Overall dark background */
}

.page-resources-withdrawal-speed-comparison__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Hero Section */
.page-resources-withdrawal-speed-comparison__hero {
    background: linear-gradient(135deg, #1A202C 0%, #3a3f4e 100%); /* Darker gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #E2E8F0;
}

.page-resources-withdrawal-speed-comparison__title {
    font-size: 3em;
    color: #FFD700; /* Gold for main title */
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-withdrawal-speed-comparison__subtitle {
    font-size: 1.2em;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #E2E8F0;
}

.page-resources-withdrawal-speed-comparison__button {
    display: inline-block;
    background-color: #FFD700; /* Gold button */
    color: #1A202C; /* Dark text on gold button for contrast */
    padding: 15px 30px;
    border-radius: 5px;
    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-withdrawal-speed-comparison__button:hover {
    background-color: #e6c200; /* Slightly darker gold on hover */
    transform: translateY(-2px);
}

.page-resources-withdrawal-speed-comparison__button--center {
    display: block;
    margin: 40px auto;
    width: fit-content;
}

.page-resources-withdrawal-speed-comparison__button--large {
    padding: 18px 35px;
    font-size: 1.2em;
}

/* General Section Styling */
.page-resources-withdrawal-speed-comparison__section {
    padding: 60px 0;
    background-color: #2D3748; /* Slightly lighter dark grey for content sections */
    color: #E2E8F0; /* Light text */
    border-bottom: 1px solid rgba(255, 215, 0, 0.1); /* Subtle gold border */
}

.page-resources-withdrawal-speed-comparison__section:nth-child(even) {
    background-color: #1A202C; /* Alternating darker background for sections */
}

.page-resources-withdrawal-speed-comparison__section-title {
    font-size: 2.5em;
    color: #FFD700; /* Gold for section titles */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

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

.page-resources-withdrawal-speed-comparison__subsection-title {
    font-size: 1.8em;
    color: #FFD700; /* Gold for sub-titles */
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-withdrawal-speed-comparison__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-withdrawal-speed-comparison__list {
    list-style: disc;
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 20px;
    color: #E2E8F0;
}

.page-resources-withdrawal-speed-comparison__list li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.page-resources-withdrawal-speed-comparison__list li strong {
    color: #FFD700;
}

/* Table Styling */
.page-resources-withdrawal-speed-comparison__table-wrapper {
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-withdrawal-speed-comparison__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 700px; /* Ensure table is readable on smaller screens */
}

.page-resources-withdrawal-speed-comparison__table th,
.page-resources-withdrawal-speed-comparison__table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    color: #E2E8F0;
}

.page-resources-withdrawal-speed-comparison__table th {
    background-color: #FFD700; /* Gold header */
    color: #1A202C; /* Dark text on gold header */
    font-weight: bold;
    text-transform: uppercase;
}

.page-resources-withdrawal-speed-comparison__table tbody tr:nth-child(odd) {
    background-color: #2D3748;
}

.page-resources-withdrawal-speed-comparison__table tbody tr:nth-child(even) {
    background-color: #1A202C;
}

.page-resources-withdrawal-speed-comparison__table tbody tr:hover {
    background-color: #3a3f4e;
}

.page-resources-withdrawal-speed-comparison__action-button {
    display: inline-block;
    background-color: #4CAF50; /* Green for action buttons */
    color: #FFFFFF;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9em;
    transition: background-color 0.3s ease;
}

.page-resources-withdrawal-speed-comparison__action-button:hover {
    background-color: #45a049;
}

.page-resources-withdrawal-speed-comparison__note {
    font-style: italic;
    text-align: center;
    margin-top: 20px;
    color: #A0AEC0; /* Lighter grey for notes */
}

/* FAQ Section */
.page-resources-withdrawal-speed-comparison__faq-item {
    background-color: #1A202C;
    border: 1px solid rgba(255, 215, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-withdrawal-speed-comparison__faq-question {
    font-size: 1.4em;
    color: #FFD700;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.page-resources-withdrawal-speed-comparison__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    transition: transform 0.3s ease;
}

.page-resources-withdrawal-speed-comparison__faq-question.active::after {
    transform: rotate(45deg);
}

.page-resources-withdrawal-speed-comparison__faq-answer {
    color: #E2E8F0;
    display: none; /* Hidden by default, toggled by JS */
    padding-top: 10px;
    border-top: 1px solid rgba(255, 215, 0, 0.05);
    margin-top: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-withdrawal-speed-comparison__title {
        font-size: 2.2em;
    }

    .page-resources-withdrawal-speed-comparison__section-title {
        font-size: 2em;
    }

    .page-resources-withdrawal-speed-comparison__subsection-title {
        font-size: 1.5em;
    }

    .page-resources-withdrawal-speed-comparison__hero {
        padding: 80px 0;
    }

    .page-resources-withdrawal-speed-comparison__section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-withdrawal-speed-comparison__title {
        font-size: 1.8em;
    }

    .page-resources-withdrawal-speed-comparison__subtitle {
        font-size: 1em;
    }

    .page-resources-withdrawal-speed-comparison__section-title {
        font-size: 1.8em;
    }

    .page-resources-withdrawal-speed-comparison__subsection-title {
        font-size: 1.3em;
    }

    .page-resources-withdrawal-speed-comparison__button {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-resources-withdrawal-speed-comparison__table th,
    .page-resources-withdrawal-speed-comparison__table td {
        padding: 10px;
        font-size: 0.9em;
    }
}