/* style/blog-79bets-win-deposits-withdrawals.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg: #11271B;
    --background-color: #08160F;
    --text-main-color: #F2FFF6;
    --text-secondary-color: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-79bets-win-deposits-withdrawals {
    font-family: 'Arial', sans-serif;
    color: var(--text-main-color); /* Default text color for the page */
    background-color: var(--background-color); /* Page background from custom color */
    line-height: 1.6;
}

.page-blog-79bets-win-deposits-withdrawals__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-79bets-win-deposits-withdrawals__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding, body handles header offset */
    padding-bottom: 60px;
    background-color: var(--background-color);
    color: var(--text-main-color);
}

.page-blog-79bets-win-deposits-withdrawals__hero-image-wrapper {
    width: 100%;
    max-height: 675px; /* Aspect ratio for 1920x1080 at 1200px width */
    overflow: hidden;
    margin-bottom: 30px;
}

.page-blog-79bets-win-deposits-withdrawals__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-79bets-win-deposits-withdrawals__hero-content {
    text-align: center;
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-79bets-win-deposits-withdrawals__main-title {
    font-size: clamp(2em, 3.5vw, 3.2em); /* Responsive font size for H1 */
    font-weight: 700;
    color: var(--text-main-color);
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-79bets-win-deposits-withdrawals__subtitle {
    font-size: clamp(1em, 1.5vw, 1.3em);
    color: var(--text-secondary-color);
    margin-bottom: 30px;
}

.page-blog-79bets-win-deposits-withdrawals__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-79bets-win-deposits-withdrawals__btn-primary,
.page-blog-79bets-win-deposits-withdrawals__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    text-align: center;
}

.page-blog-79bets-win-deposits-withdrawals__btn-primary {
    background: var(--button-gradient);
    color: #ffffff;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-79bets-win-deposits-withdrawals__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-79bets-win-deposits-withdrawals__btn-secondary {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-79bets-win-deposits-withdrawals__btn-secondary:hover {
    background: rgba(var(--primary-color), 0.1);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-79bets-win-deposits-withdrawals__content-section {
    padding: 60px 0;
}

.page-blog-79bets-win-deposits-withdrawals__dark-bg {
    background-color: var(--background-color);
    color: var(--text-main-color);
}

.page-blog-79bets-win-deposits-withdrawals__light-bg {
    background-color: #ffffff;
    color: #333333; /* Dark text for light background */
}

.page-blog-79bets-win-deposits-withdrawals__section-title {
    font-size: clamp(1.8em, 3vw, 2.5em);
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
}

.page-blog-79bets-win-deposits-withdrawals__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--gold-color);
    border-radius: 2px;
}

.page-blog-79bets-win-deposits-withdrawals__text-block {
    line-height: 1.8;
    font-size: 1.1em;
}

.page-blog-79bets-win-deposits-withdrawals__text-block p {
    margin-bottom: 15px;
}

.page-blog-79bets-win-deposits-withdrawals__sub-title {
    font-size: clamp(1.4em, 2.5vw, 2em);
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-blog-79bets-win-deposits-withdrawals__ordered-list,
.page-blog-79bets-win-deposits-withdrawals__unordered-list {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style-position: outside;
}

.page-blog-79bets-win-deposits-withdrawals__ordered-list li,
.page-blog-79bets-win-deposits-withdrawals__unordered-list li {
    margin-bottom: 10px;
    color: inherit; /* Inherit color from parent section */
}

.page-blog-79bets-win-deposits-withdrawals__image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-79bets-win-deposits-withdrawals__cta-block {
    text-align: center;
    margin-top: 50px;
    padding: 30px;
    background-color: var(--card-bg);
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    color: var(--text-main-color);
}

.page-blog-79bets-win-deposits-withdrawals__cta-block p {
    font-size: 1.2em;
    margin-bottom: 25px;
    font-weight: 500;
}

.page-blog-79bets-win-deposits-withdrawals__cta-block--final {
    margin-top: 80px;
}

.page-blog-79bets-win-deposits-withdrawals__faq-section {
    padding: 60px 0;
    background-color: #ffffff;
    color: #333333;
}

.page-blog-79bets-win-deposits-withdrawals__faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-79bets-win-deposits-withdrawals__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-79bets-win-deposits-withdrawals__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    font-size: 1.15em;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    background-color: #eaf7ed;
    border-bottom: 1px solid #d0e7d5;
}

.page-blog-79bets-win-deposits-withdrawals__faq-item[open] .page-blog-79bets-win-deposits-withdrawals__faq-question {
    background-color: var(--primary-color);
    color: #ffffff;
    border-bottom-color: var(--primary-color);
}

.page-blog-79bets-win-deposits-withdrawals__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-79bets-win-deposits-withdrawals__faq-toggle {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-79bets-win-deposits-withdrawals__faq-item[open] .page-blog-79bets-win-deposits-withdrawals__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-79bets-win-deposits-withdrawals__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: #555555;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .page-blog-79bets-win-deposits-withdrawals__main-title {
        font-size: clamp(1.8em, 4vw, 3em);
    }
    .page-blog-79bets-win-deposits-withdrawals__subtitle {
        font-size: clamp(0.9em, 1.8vw, 1.2em);
    }
    .page-blog-79bets-win-deposits-withdrawals__section-title {
        font-size: clamp(1.6em, 3.5vw, 2.2em);
    }
}

@media (max-width: 768px) {
    .page-blog-79bets-win-deposits-withdrawals {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-79bets-win-deposits-withdrawals__container {
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-79bets-win-deposits-withdrawals__hero-section {
        padding-bottom: 40px;
    }
    .page-blog-79bets-win-deposits-withdrawals__main-title {
        font-size: 2.2em; /* Fixed size for mobile to avoid being too small/large */
    }
    .page-blog-79bets-win-deposits-withdrawals__subtitle {
        font-size: 1em;
    }
    .page-blog-79bets-win-deposits-withdrawals__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-79bets-win-deposits-withdrawals__btn-primary,
    .page-blog-79bets-win-deposits-withdrawals__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 20px;
        font-size: 1em;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }
    .page-blog-79bets-win-deposits-withdrawals__content-section {
        padding: 40px 0;
    }
    .page-blog-79bets-win-deposits-withdrawals__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-79bets-win-deposits-withdrawals__sub-title {
        font-size: 1.3em;
    }
    .page-blog-79bets-win-deposits-withdrawals__text-block {
        font-size: 1em;
    }
    .page-blog-79bets-win-deposits-withdrawals__image {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 20px auto;
    }
    .page-blog-79bets-win-deposits-withdrawals__cta-block {
        padding: 20px;
        margin-top: 40px;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .page-blog-79bets-win-deposits-withdrawals__faq-section {
        padding: 40px 0;
    }
    .page-blog-79bets-win-deposits-withdrawals__faq-question {
        padding: 15px 20px;
        font-size: 1em;
    }
    .page-blog-79bets-win-deposits-withdrawals__faq-answer {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .page-blog-79bets-win-deposits-withdrawals__main-title {
        font-size: 1.8em;
    }
    .page-blog-79bets-win-deposits-withdrawals__subtitle {
        font-size: 0.9em;
    }
    .page-blog-79bets-win-deposits-withdrawals__btn-primary,
    .page-blog-79bets-win-deposits-withdrawals__btn-secondary {
        font-size: 0.9em;
    }
    .page-blog-79bets-win-deposits-withdrawals__section-title {
        font-size: 1.6em;
    }
    .page-blog-79bets-win-deposits-withdrawals__sub-title {
        font-size: 1.2em;
    }
}