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

.page-resources-39bet-deposit-withdrawal__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-resources-39bet-deposit-withdrawal__hero {
    background-color: #007bff; /* Primary color */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-resources-39bet-deposit-withdrawal__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.9), rgba(255, 193, 7, 0.7)); /* Gradient with primary and secondary */
    z-index: 0;
}

.page-resources-39bet-deposit-withdrawal__hero > .page-resources-39bet-deposit-withdrawal__container {
    position: relative;
    z-index: 1;
}

.page-resources-39bet-deposit-withdrawal__hero-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-resources-39bet-deposit-withdrawal__hero-subtitle {
    font-size: 1.2em;
    margin-bottom: 30px;
    color: #e0e0e0;
}

.page-resources-39bet-deposit-withdrawal__section {
    padding: 60px 0;
}

.page-resources-39bet-deposit-withdrawal__section:nth-of-type(even) {
    background-color: #f8f9fa;
}

.page-resources-39bet-deposit-withdrawal__section-title {
    font-size: 2.2em;
    color: #007bff; /* Primary color */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-resources-39bet-deposit-withdrawal__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #ffc107; /* Secondary color */
    border-radius: 2px;
}

.page-resources-39bet-deposit-withdrawal__section-sub-title {
    font-size: 1.6em;
    color: #0056b3; /* Darker primary for contrast */
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #ffc107; /* Secondary color accent */
    padding-left: 15px;
}

.page-resources-39bet-deposit-withdrawal__step-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-resources-39bet-deposit-withdrawal__step-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-resources-39bet-deposit-withdrawal__step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.page-resources-39bet-deposit-withdrawal__card-title {
    font-size: 1.5em;
    color: #007bff; /* Primary color */
    margin-bottom: 15px;
}

.page-resources-39bet-deposit-withdrawal__step-card ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 15px;
}

.page-resources-39bet-deposit-withdrawal__step-card ol li {
    margin-bottom: 10px;
    color: #555;
}

.page-resources-39bet-deposit-withdrawal__step-card ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 15px;
}

.page-resources-39bet-deposit-withdrawal__step-card ul li {
    margin-bottom: 8px;
    color: #555;
}

.page-resources-39bet-deposit-withdrawal__list {
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 20px;
}

.page-resources-39bet-deposit-withdrawal__list li {
    margin-bottom: 10px;
    color: #444;
}

.page-resources-39bet-deposit-withdrawal__highlight {
    color: #d9534f; /* A strong warning red for important notes */
    font-weight: bold;
}

.page-resources-39bet-deposit-withdrawal__warning {
    color: #ffc107; /* Secondary color for warnings */
    font-weight: bold;
}

.page-resources-39bet-deposit-withdrawal__btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-size: 1.1em;
    border: none;
    cursor: pointer;
}

.page-resources-39bet-deposit-withdrawal__btn--primary {
    background-color: #ffc107; /* Secondary color */
    color: #333; /* Dark text for contrast */
}

.page-resources-39bet-deposit-withdrawal__btn--primary:hover {
    background-color: #e0a800; /* Darker secondary */
    transform: translateY(-2px);
}

.page-resources-39bet-deposit-withdrawal__btn--secondary {
    background-color: #007bff; /* Primary color */
    color: #fff;
}

.page-resources-39bet-deposit-withdrawal__btn--secondary:hover {
    background-color: #0056b3; /* Darker primary */
    transform: translateY(-2px);
}

.page-resources-39bet-deposit-withdrawal__cta-block {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: #e9f7ff; /* Light blue background */
    border-radius: 8px;
    border: 1px solid #cceeff;
}

.page-resources-39bet-deposit-withdrawal__cta-block p {
    font-size: 1.3em;
    margin-bottom: 20px;
    color: #0056b3;
    font-weight: 500;
}

.page-resources-39bet-deposit-withdrawal__steps-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-resources-39bet-deposit-withdrawal__steps-list li {
    background-color: #fff;
    border-left: 5px solid #007bff; /* Primary color accent */
    padding: 25px 30px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.page-resources-39bet-deposit-withdrawal__steps-list li h4 {
    font-size: 1.4em;
    color: #007bff; /* Primary color */
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-39bet-deposit-withdrawal__steps-list li p {
    margin-bottom: 10px;
}

.page-resources-39bet-deposit-withdrawal__steps-list li ul {
    list-style-type: disc;
    padding-left: 20px;
}

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

.page-resources-39bet-deposit-withdrawal__faq-question {
    font-size: 1.2em;
    color: #007bff; /* Primary color */
    margin-top: 0;
    margin-bottom: 10px;
}

.page-resources-39bet-deposit-withdrawal__faq-answer {
    color: #555;
}

.page-resources-39bet-deposit-withdrawal__image-small {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-39bet-deposit-withdrawal__hero-title {
        font-size: 2em;
    }

    .page-resources-39bet-deposit-withdrawal__hero-subtitle {
        font-size: 1em;
    }

    .page-resources-39bet-deposit-withdrawal__section-title {
        font-size: 1.8em;
    }

    .page-resources-39bet-deposit-withdrawal__step-card-grid {
        grid-template-columns: 1fr;
    }

    .page-resources-39bet-deposit-withdrawal__section {
        padding: 40px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-39bet-deposit-withdrawal__hero-title {
        font-size: 1.6em;
    }

    .page-resources-39bet-deposit-withdrawal__hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-39bet-deposit-withdrawal__section-title {
        font-size: 1.5em;
    }

    .page-resources-39bet-deposit-withdrawal__btn {
        padding: 10px 20px;
        font-size: 1em;
    }
}