/* Base styles for the blog-roobet-app-safe-gaming-withdrawal page */
.page-blog-roobet-app-safe-gaming-withdrawal {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #F3F8FF; /* Text Main */
    background-color: var(--deep-navy); /* Body background from shared.css */
}

.page-blog-roobet-app-safe-gaming-withdrawal__hero-section {
    position: relative;
    padding-top: 10px; /* Small top padding, relying on body for header offset */
    padding-bottom: 40px;
    background-color: #08162B; /* Deep Navy */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-blog-roobet-app-safe-gaming-withdrawal__hero-image-wrapper {
    width: 100%;
    max-height: 675px; /* Limit height for hero image */
    overflow: hidden;
    margin-bottom: 20px;
}

.page-blog-roobet-app-safe-gaming-withdrawal__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-roobet-app-safe-gaming-withdrawal__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-roobet-app-safe-gaming-withdrawal__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    color: #F2C14E; /* Gold */
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}

.page-blog-roobet-app-safe-gaming-withdrawal__description {
    font-size: 1.1rem;
    color: #AFC4E8; /* Text Secondary */
    margin-bottom: 30px;
}

.page-blog-roobet-app-safe-gaming-withdrawal__cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-roobet-app-safe-gaming-withdrawal__btn-primary,
.page-blog-roobet-app-safe-gaming-withdrawal__btn-secondary {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-block;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Allow text wrapping */
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-roobet-app-safe-gaming-withdrawal__btn-primary {
    background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%); /* Button gradient */
    color: #ffffff; /* White text for contrast */
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-roobet-app-safe-gaming-withdrawal__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.page-blog-roobet-app-safe-gaming-withdrawal__btn-secondary {
    background: #10233F; /* Card BG */
    color: #F3F8FF; /* Text Main */
    border: 2px solid #244D84; /* Border */
}

.page-blog-roobet-app-safe-gaming-withdrawal__btn-secondary:hover {
    background: #1B3357; /* Divider */
    color: #F2C14E; /* Gold */
    transform: translateY(-2px);
}

.page-blog-roobet-app-safe-gaming-withdrawal__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: #08162B; /* Deep Navy */
}

.page-blog-roobet-app-safe-gaming-withdrawal__text-block {
    margin-bottom: 40px;
    padding: 20px;
    background-color: #10233F; /* Card BG */
    border-radius: 10px;
    border: 1px solid #244D84; /* Border */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-roobet-app-safe-gaming-withdrawal__section-title {
    font-size: 2.2rem;
    color: #F2C14E; /* Gold */
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
}

.page-blog-roobet-app-safe-gaming-withdrawal__sub-title {
    font-size: 1.6rem;
    color: #1D5FD1; /* Auxiliary color */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-blog-roobet-app-safe-gaming-withdrawal__text-block p {
    margin-bottom: 15px;
    color: #AFC4E8; /* Text Secondary */
}

.page-blog-roobet-app-safe-gaming-withdrawal__feature-list,
.page-blog-roobet-app-safe-gaming-withdrawal__step-list,
.page-blog-roobet-app-safe-gaming-withdrawal__document-list,
.page-blog-roobet-app-safe-gaming-withdrawal__password-tips,
.page-blog-roobet-app-safe-gaming-withdrawal__deposit-methods,
.page-blog-roobet-app-safe-gaming-withdrawal__withdrawal-tips,
.page-blog-roobet-app-safe-gaming-withdrawal__fair-gaming-list,
.page-blog-roobet-app-safe-gaming-withdrawal__support-channels {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #AFC4E8; /* Text Secondary */
}

.page-blog-roobet-app-safe-gaming-withdrawal__feature-list li strong,
.page-blog-roobet-app-safe-gaming-withdrawal__step-list li strong,
.page-blog-roobet-app-safe-gaming-withdrawal__document-list li strong,
.page-blog-roobet-app-safe-gaming-withdrawal__password-tips li strong,
.page-blog-roobet-app-safe-gaming-withdrawal__deposit-methods li strong,
.page-blog-roobet-app-safe-gaming-withdrawal__withdrawal-tips li strong,
.page-blog-roobet-app-safe-gaming-withdrawal__fair-gaming-list li strong,
.page-blog-roobet-app-safe-gaming-withdrawal__support-channels li strong {
    color: #F3F8FF; /* Text Main */
}

.page-blog-roobet-app-safe-gaming-withdrawal__image-block {
    margin: 40px 0;
    text-align: center;
}

.page-blog-roobet-app-safe-gaming-withdrawal__content-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
    display: block;
    margin: 0 auto;
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-section {
    padding: 60px 20px;
    background-color: #08162B; /* Deep Navy */
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-item {
    background-color: #10233F; /* Card BG */
    border: 1px solid #244D84; /* Border */
    border-radius: 8px;
    overflow: hidden;
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
    color: #F3F8FF; /* Text Main */
    transition: background-color 0.3s ease;
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-item summary:hover {
    background-color: #1B3357; /* Divider */
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    transition: transform 0.3s ease;
    color: #F2C14E; /* Gold */
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-item[open] .page-blog-roobet-app-safe-gaming-withdrawal__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-answer {
    padding: 0 20px 20px 20px;
    color: #AFC4E8; /* Text Secondary */
    font-size: 1rem;
}

.page-blog-roobet-app-safe-gaming-withdrawal__faq-answer p {
    margin-bottom: 0;
}

.page-blog-roobet-app-safe-gaming-withdrawal__conclusion-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #08162B; /* Deep Navy */
}

.page-blog-roobet-app-safe-gaming-withdrawal__cta-buttons--bottom {
    margin-top: 40px;
}

/* Responsive styles for tablet and mobile */
@media (max-width: 1024px) {
    .page-blog-roobet-app-safe-gaming-withdrawal__hero-content {
        padding: 0 30px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__main-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__description {
        font-size: 1rem;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__content-area,
    .page-blog-roobet-app-safe-gaming-withdrawal__faq-section,
    .page-blog-roobet-app-safe-gaming-withdrawal__conclusion-section {
        padding: 40px 20px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__section-title {
        font-size: 2rem;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__sub-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .page-blog-roobet-app-safe-gaming-withdrawal__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__hero-content {
        padding: 0 15px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__description {
        font-size: 0.95rem;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__cta-buttons {
        flex-direction: column; /* Stack buttons vertically on mobile */
        gap: 10px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__btn-primary,
    .page-blog-roobet-app-safe-gaming-withdrawal__btn-secondary,
    .page-blog-roobet-app-safe-gaming-withdrawal a[class*="button"],
    .page-blog-roobet-app-safe-gaming-withdrawal a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        padding: 12px 20px !important;
        font-size: 0.95rem !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        box-sizing: border-box !important;
    }

    /* General images and containers for mobile */
    .page-blog-roobet-app-safe-gaming-withdrawal img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__section,
    .page-blog-roobet-app-safe-gaming-withdrawal__card,
    .page-blog-roobet-app-safe-gaming-withdrawal__container,
    .page-blog-roobet-app-safe-gaming-withdrawal__content-area,
    .page-blog-roobet-app-safe-gaming-withdrawal__faq-section,
    .page-blog-roobet-app-safe-gaming-withdrawal__conclusion-section,
    .page-blog-roobet-app-safe-gaming-withdrawal__text-block {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        overflow-x: hidden;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__text-block {
        padding: 15px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__section-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__sub-title {
        font-size: 1.2rem;
        margin-top: 25px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal p,
    .page-blog-roobet-app-safe-gaming-withdrawal li {
        font-size: 0.9rem;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__faq-item summary {
        font-size: 1rem;
        padding: 15px;
    }

    .page-blog-roobet-app-safe-gaming-withdrawal__faq-answer {
        padding: 0 15px 15px 15px;
    }
}