/* style/blog-can-free-casino-games-make-money.css */
:root {
    --primary-color: #017439;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #f0f0f0;
    --red-register-login: #C30808;
    --yellow-register-login-font: #FFFF00;
}

.page-blog-can-free-casino-games-make-money {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: var(--text-dark); /* Default to dark text on light body background */
    background-color: var(--secondary-color);
}

.page-blog-can-free-casino-games-make-money__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.page-blog-can-free-casino-games-make-money__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, header offset handled by body */
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-blog-can-free-casino-games-make-money__hero-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-blog-can-free-casino-games-make-money__hero-image {
    width: 100%;
    margin-bottom: 30px;
}

.page-blog-can-free-casino-games-make-money__hero-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 8px;
    object-fit: cover;
}

.page-blog-can-free-casino-games-make-money__hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
}

.page-blog-can-free-casino-games-make-money__main-title {
    font-size: clamp(2em, 4vw, 2.8em); /* Use clamp for responsive font size */
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--yellow-register-login-font); /* Highlighted for H1 */
}

.page-blog-can-free-casino-games-make-money__intro-text {
    font-size: 1.1em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: var(--text-light);
}

.page-blog-can-free-casino-games-make-money__cta-button {
    display: inline-block;
    padding: 15px 40px;
    background: var(--red-register-login);
    color: var(--yellow-register-login-font);
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.page-blog-can-free-casino-games-make-money__cta-button:hover {
    background: darken(var(--red-register-login), 10%); /* Example of darkening */
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-can-free-casino-games-make-money__cta-button--small {
    padding: 10px 25px;
    font-size: 1em;
}

.page-blog-can-free-casino-games-make-money__cta-button--large {
    padding: 18px 45px;
    font-size: 1.2em;
}

/* Content Section */
.page-blog-can-free-casino-games-make-money__content-section {
    padding: 50px 20px;
}

.page-blog-can-free-casino-games-make-money__section-title {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    color: var(--primary-color);
}

.page-blog-can-free-casino-games-make-money__sub-title {
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.page-blog-can-free-casino-games-make-money__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.page-blog-can-free-casino-games-make-money__list li {
    margin-bottom: 10px;
    color: var(--text-dark);
}

.page-blog-can-free-casino-games-make-money__image-full-width {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Background colors for sections */
.page-blog-can-free-casino-games-make-money__light-bg {
    background-color: var(--secondary-color);
    color: var(--text-dark);
}

.page-blog-can-free-casino-games-make-money__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-blog-can-free-casino-games-make-money__dark-bg .page-blog-can-free-casino-games-make-money__section-title,
.page-blog-can-free-casino-games-make-money__dark-bg .page-blog-can-free-casino-games-make-money__sub-title {
    color: var(--yellow-register-login-font);
}

.page-blog-can-free-casino-games-make-money__dark-bg .page-blog-can-free-casino-games-make-money__list li {
    color: var(--text-light);
}

/* FAQ Section */
.page-blog-can-free-casino-games-make-money__faq-section {
    padding: 50px 20px;
    background-color: var(--secondary-color);
}

details.page-blog-can-free-casino-games-make-money__faq-item {
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
}
details.page-blog-can-free-casino-games-make-money__faq-item summary.page-blog-can-free-casino-games-make-money__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;
}
details.page-blog-can-free-casino-games-make-money__faq-item summary.page-blog-can-free-casino-games-make-money__faq-question::-webkit-details-marker {
    display: none;
}
details.page-blog-can-free-casino-games-make-money__faq-item summary.page-blog-can-free-casino-games-make-money__faq-question:hover {
    background: #f5f5f5;
}
.page-blog-can-free-casino-games-make-money__faq-qtext {
    flex: 1;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--primary-color);
}
.page-blog-can-free-casino-games-make-money__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-can-free-casino-games-make-money__faq-item .page-blog-can-free-casino-games-make-money__faq-answer {
    padding: 0 20px 20px;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    color: var(--text-dark);
}

/* Conclusion Section */
.page-blog-can-free-casino-games-make-money__conclusion-section {
    padding: 50px 20px;
    text-align: center;
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-blog-can-free-casino-games-make-money__conclusion-section p {
    font-size: 1.1em;
    margin-bottom: 25px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-blog-can-free-casino-games-make-money__hero-section {
        padding-top: 10px !important;
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-can-free-casino-games-make-money__hero-image img {
        border-radius: 4px;
    }

    .page-blog-can-free-casino-games-make-money__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em); /* Adjust clamp for mobile */
        margin-bottom: 15px;
    }

    .page-blog-can-free-casino-games-make-money__intro-text {
        font-size: 1em;
        margin-bottom: 20px;
    }

    .page-blog-can-free-casino-games-make-money__cta-button {
        padding: 12px 30px;
        font-size: 1em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        margin-left: auto;
        margin-right: auto;
    }

    .page-blog-can-free-casino-games-make-money__cta-button--large {
        padding: 15px 35px;
        font-size: 1.1em;
    }

    .page-blog-can-free-casino-games-make-money__content-section,
    .page-blog-can-free-casino-games-make-money__faq-section,
    .page-blog-can-free-casino-games-make-money__conclusion-section {
        padding: 30px 15px;
    }

    .page-blog-can-free-casino-games-make-money__section-title {
        font-size: 1.8em;
        margin-bottom: 20px;
    }

    .page-blog-can-free-casino-games-make-money__sub-title {
        font-size: 1.4em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-blog-can-free-casino-games-make-money img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-blog-can-free-casino-games-make-money__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    details.page-blog-can-free-casino-games-make-money__faq-item summary.page-blog-can-free-casino-games-make-money__faq-question { padding: 15px; }
    .page-blog-can-free-casino-games-make-money__faq-qtext { font-size: 1em; }
    .page-blog-can-free-casino-games-make-money__faq-answer { padding: 0 15px 15px; }
}