/* style/resources-69win-withdrawal-process.css */

.page-resources-69win-withdrawal-process {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

.page-resources-69win-withdrawal-process__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-69win-withdrawal-process__hero-section {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-69win-withdrawal-process__main-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-69win-withdrawal-process__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #e0e0e0;
}

.page-resources-69win-withdrawal-process__cta-button {
    display: inline-block;
    background-color: #ffc107;
    color: #333;
    padding: 15px 30px;
    border-radius: 50px;
    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-69win-withdrawal-process__cta-button:hover {
    background-color: #e0a800;
    transform: translateY(-3px);
    color: #000;
}

.page-resources-69win-withdrawal-process__content-section {
    padding: 60px 0;
}

.page-resources-69win-withdrawal-process__article {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-69win-withdrawal-process__section-title {
    font-size: 2em;
    color: #007bff;
    margin-top: 40px;
    margin-bottom: 25px;
    border-left: 5px solid #ffc107;
    padding-left: 15px;
    font-weight: bold;
}

.page-resources-69win-withdrawal-process__sub-title {
    font-size: 1.5em;
    color: #0056b3;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-69win-withdrawal-process__article p {
    margin-bottom: 15px;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-69win-withdrawal-process__article strong {
    color: #007bff;
}

.page-resources-69win-withdrawal-process__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #555;
}

.page-resources-69win-withdrawal-process__list li {
    margin-bottom: 8px;
    font-size: 1.05em;
}

.page-resources-69win-withdrawal-process__list li strong {
    color: #007bff;
}

.page-resources-69win-withdrawal-process__image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 25px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-resources-69win-withdrawal-process__article a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-69win-withdrawal-process__article a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.page-resources-69win-withdrawal-process__cta-bottom {
    text-align: center;
    background-color: #f0f8ff;
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 50px;
    border: 1px solid #e0e0e0;
}

.page-resources-69win-withdrawal-process__cta-bottom p {
    font-size: 1.3em;
    margin-bottom: 25px;
    color: #007bff;
    font-weight: 500;
}

.page-resources-69win-withdrawal-process__cta-button--bottom {
    background-color: #007bff;
    color: #fff;
}

.page-resources-69win-withdrawal-process__cta-button--bottom:hover {
    background-color: #0056b3;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-69win-withdrawal-process__main-title {
        font-size: 2em;
    }

    .page-resources-69win-withdrawal-process__hero-description {
        font-size: 1em;
    }

    .page-resources-69win-withdrawal-process__section-title {
        font-size: 1.7em;
    }

    .page-resources-69win-withdrawal-process__sub-title {
        font-size: 1.3em;
    }

    .page-resources-69win-withdrawal-process__article {
        padding: 20px;
    }

    .page-resources-69win-withdrawal-process__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .page-resources-69win-withdrawal-process__main-title {
        font-size: 1.8em;
    }

    .page-resources-69win-withdrawal-process__hero-section {
        padding: 60px 0;
    }

    .page-resources-69win-withdrawal-process__content-section {
        padding: 30px 0;
    }

    .page-resources-69win-withdrawal-process__section-title {
        font-size: 1.5em;
    }

    .page-resources-69win-withdrawal-process__sub-title {
        font-size: 1.2em;
    }

    .page-resources-69win-withdrawal-process__cta-bottom {
        padding: 30px 15px;
    }

    .page-resources-69win-withdrawal-process__cta-bottom p {
        font-size: 1.1em;
    }
}