:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-color-dark: #333333;
    --text-color-light: #ffffff;
    --border-color: #e0e0e0;
    --button-register: #C30808;
    --button-login: #C30808;
    --button-text-login-register: #FFFF00;
}

.page-blog-how-to-choose-reliable-cashout-games {
    font-family: 'Arial', sans-serif;
    color: var(--text-color-dark);
    background-color: var(--secondary-color); /* Default light background */
    line-height: 1.6;
}

/* Hero Section */
.page-blog-how-to-choose-reliable-cashout-games__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    padding-top: 10px; /* Small top padding, main offset handled by body */
    background-color: #f8f8f8;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.page-blog-how-to-choose-reliable-cashout-games__hero-container {
    position: relative;
    max-width: 1200px;
    width: 100%; /* Ensure it takes full width within max-width */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-how-to-choose-reliable-cashout-games__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-cashout-games__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reliable-cashout-games__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 900px;
}

.page-blog-how-to-choose-reliable-cashout-games__hero-content h1 {
    font-size: clamp(28px, 4vw, 48px); /* Using clamp for H1 font size */
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.page-blog-how-to-choose-reliable-cashout-games__intro-text {
    font-size: 18px;
    color: var(--text-color-dark);
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-choose-reliable-cashout-games__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--button-register); /* Using custom register color */
    color: var(--button-text-login-register); /* Using custom font color */
    text-decoration: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 100%; /* Button responsive fix */
    box-sizing: border-box; /* Button responsive fix */
    white-space: normal; /* Button responsive fix */
    word-wrap: break-word; /* Button responsive fix */
}

.page-blog-how-to-choose-reliable-cashout-games__cta-button:hover {
    background: #a80707; /* Slightly darker red on hover */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Content Area */
.page-blog-how-to-choose-reliable-cashout-games__content-area {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
}

.page-blog-how-to-choose-reliable-cashout-games__section-title {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--primary-color);
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center;
    font-weight: 700;
}

.page-blog-how-to-choose-reliable-cashout-games__content-area p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 1.7;
    color: var(--text-color-dark);
}

.page-blog-how-to-choose-reliable-cashout-games__feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-how-to-choose-reliable-cashout-games__feature-item {
    background-color: var(--secondary-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-how-to-choose-reliable-cashout-games__feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-reliable-cashout-games__feature-item h3 {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-how-to-choose-reliable-cashout-games__feature-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    min-width: 200px; /* Minimum size requirement */
    min-height: 200px; /* Minimum size requirement */
}

.page-blog-how-to-choose-reliable-cashout-games__risk-list,
.page-blog-how-to-choose-reliable-cashout-games__tips-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.page-blog-how-to-choose-reliable-cashout-games__risk-list li,
.page-blog-how-to-choose-reliable-cashout-games__tips-list li {
    background-color: #f9f9f9;
    border-left: 4px solid var(--primary-color);
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 17px;
    color: var(--text-color-dark);
}

.page-blog-how-to-choose-reliable-cashout-games__risk-highlight {
    color: var(--primary-color);
}
.page-blog-how-to-choose-reliable-cashout-games__tip-highlight {
    color: var(--primary-color);
}

.page-blog-how-to-choose-reliable-cashout-games__cta-block {
    text-align: center;
    background-color: #f0fdf4; /* Light green background */
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 50px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-how-to-choose-reliable-cashout-games__cta-block p {
    font-size: 19px;
    margin-bottom: 25px;
    color: var(--text-color-dark);
    font-weight: 500;
}

.page-blog-how-to-choose-reliable-cashout-games__cta-button--small {
    padding: 12px 30px;
    font-size: 16px;
}
.page-blog-how-to-choose-reliable-cashout-games__cta-button--large {
    padding: 18px 50px;
    font-size: 20px;
}

/* FAQ Section */
.page-blog-how-to-choose-reliable-cashout-games__faq-list {
    margin-top: 40px;
}

details.page-blog-how-to-choose-reliable-cashout-games__faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    overflow: hidden;
    background: var(--secondary-color);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
details.page-blog-how-to-choose-reliable-cashout-games__faq-item summary.page-blog-how-to-choose-reliable-cashout-games__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    cursor: pointer;
    user-select: none;
    list-style: none;
    transition: background-color 0.3s ease;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 18px;
}
details.page-blog-how-to-choose-reliable-cashout-games__faq-item summary.page-blog-how-to-choose-reliable-cashout-games__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-how-to-choose-reliable-cashout-games__faq-item summary.page-blog-how-to-choose-reliable-cashout-games__faq-question:hover {
    background: #f5f5f5;
}
.page-blog-how-to-choose-reliable-cashout-games__faq-qtext {
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--text-color-dark);
}
details.page-blog-how-to-choose-reliable-cashout-games__faq-item[open] summary.page-blog-how-to-choose-reliable-cashout-games__faq-question {
    background-color: #f0fdf4; /* Light green for open state */
    border-bottom: 1px solid var(--border-color);
}
.page-blog-how-to-choose-reliable-cashout-games__faq-toggle {
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-left: 15px;
    width: 28px;
    text-align: center;
}
details.page-blog-how-to-choose-reliable-cashout-games__faq-item .page-blog-how-to-choose-reliable-cashout-games__faq-answer {
    padding: 0 20px 20px;
    background: #f9f9f9;
    border-radius: 0 0 8px 8px;
    color: var(--text-color-dark);
    font-size: 16px;
}
.page-blog-how-to-choose-reliable-cashout-games__faq-answer p {
    margin-bottom: 0;
}

/* Conclusion Section */
.page-blog-how-to-choose-reliable-cashout-games__conclusion-section {
    background-color: var(--primary-color);
    padding: 60px 20px;
    text-align: center;
    color: var(--text-color-light);
    margin-top: 60px;
}

.page-blog-how-to-choose-reliable-cashout-games__conclusion-section .page-blog-how-to-choose-reliable-cashout-games__section-title {
    color: var(--text-color-light);
    margin-bottom: 25px;
}

.page-blog-how-to-choose-reliable-cashout-games__conclusion-section p {
    color: var(--text-color-light);
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 25px auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-blog-how-to-choose-reliable-cashout-games__hero-section {
        padding-top: 10px !important; /* Ensure small top padding on mobile */
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-how-to-choose-reliable-cashout-games__hero-content h1 {
        font-size: clamp(24px, 7vw, 36px); /* Adjust H1 for smaller screens */
    }

    .page-blog-how-to-choose-reliable-cashout-games__intro-text {
        font-size: 16px;
    }

    .page-blog-how-to-choose-reliable-cashout-games__cta-button {
        padding: 12px 25px;
        font-size: 16px;
        max-width: 100% !important; /* Important for button responsive */
        width: 100% !important; /* Important for button responsive */
        box-sizing: border-box !important; /* Important for button responsive */
        white-space: normal !important; /* Important for button responsive */
        word-wrap: break-word !important; /* Important for button responsive */
    }

    .page-blog-how-to-choose-reliable-cashout-games__content-area {
        padding: 30px 15px;
        max-width: 100% !important; /* Ensure content area takes full width */
        width: 100% !important; /* Ensure content area takes full width */
        box-sizing: border-box !important; /* Ensure content area takes full width */
    }
}