/* style/blog-loto188o-win-guide.css */
:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --text-color-dark: #333333;
    --text-color-light: #ffffff;
    --background-color-light: #f8f9fa;
    --button-login-color: #EA7C07;
}

.page-blog-loto188o-win-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color-dark);
    background-color: var(--background-color-light); /* Default light background for content */
}

.page-blog-loto188o-win-guide__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, more bottom padding for content */
    background-color: var(--primary-color);
    color: var(--text-color-light);
    overflow: hidden;
}

.page-blog-loto188o-win-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

.page-blog-loto188o-win-guide__hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 900px;
    margin: 30px auto 0 auto;
    padding: 0 20px;
}

.page-blog-loto188o-win-guide__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size */
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--text-color-light);
}

.page-blog-loto188o-win-guide__description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.page-blog-loto188o-win-guide__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.page-blog-loto188o-win-guide__btn-primary,
.page-blog-loto188o-win-guide__btn-secondary {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.page-blog-loto188o-win-guide__btn-primary {
    background-color: var(--button-login-color);
    color: var(--text-color-light);
    border: 2px solid var(--button-login-color);
}

.page-blog-loto188o-win-guide__btn-primary:hover {
    background-color: darken(var(--button-login-color), 10%);
    border-color: darken(var(--button-login-color), 10%);
}

.page-blog-loto188o-win-guide__btn-secondary {
    background-color: transparent;
    color: var(--text-color-light);
    border: 2px solid var(--text-color-light);
}

.page-blog-loto188o-win-guide__btn-secondary:hover {
    background-color: var(--text-color-light);
    color: var(--primary-color);
}

.page-blog-loto188o-win-guide__section {
    padding: 60px 0;
    background-color: var(--secondary-color);
    color: var(--text-color-dark);
}

.page-blog-loto188o-win-guide__about {
    background-color: var(--background-color-light);
}

.page-blog-loto188o-win-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.page-blog-loto188o-win-guide__heading {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.page-blog-loto188o-win-guide__sub-heading {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.page-blog-loto188o-win-guide__content-block p,
.page-blog-loto188o-win-guide__content-block ul {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.page-blog-loto188o-win-guide__content-block ul {
    list-style-type: disc;
    padding-left: 25px;
}

.page-blog-loto188o-win-guide__content-block li {
    margin-bottom: 10px;
}

.page-blog-loto188o-win-guide__content-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    object-fit: cover;
}

.page-blog-loto188o-win-guide__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-loto188o-win-guide__step-card,
.page-blog-loto188o-win-guide__game-card,
.page-blog-loto188o-win-guide__promo-card {
    background-color: var(--secondary-color);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    box-sizing: border-box;
}

.page-blog-loto188o-win-guide__step-card:hover,
.page-blog-loto188o-win-guide__game-card:hover,
.page-blog-loto188o-win-guide__promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-loto188o-win-guide__step-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
}

.page-blog-loto188o-win-guide__step-title,
.page-blog-loto188o-win-guide__game-title,
.page-blog-loto188o-win-guide__promo-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-blog-loto188o-win-guide__game-title a,
.page-blog-loto188o-win-guide__promo-title a {
    color: var(--primary-color);
    text-decoration: none;
}

.page-blog-loto188o-win-guide__game-title a:hover,
.page-blog-loto188o-win-guide__promo-title a:hover {
    text-decoration: underline;
}

.page-blog-loto188o-win-guide__game-card p,
.page-blog-loto188o-win-guide__promo-card p {
    font-size: 1rem;
    color: var(--text-color-dark);
}

.page-blog-loto188o-win-guide__game-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.page-blog-loto188o-win-guide__promo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-loto188o-win-guide__cta-center {
    text-align: center;
    margin-top: 30px;
}

.page-blog-loto188o-win-guide__contact-list {
    list-style-type: none;
    padding: 0;
    text-align: center;
    font-size: 1.1rem;
}

.page-blog-loto188o-win-guide__contact-list li {
    margin-bottom: 15px;
}

.page-blog-loto188o-win-guide__faq {
    background-color: var(--background-color-light);
}

.page-blog-loto188o-win-guide__faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.page-blog-loto188o-win-guide__faq-item {
    background-color: var(--secondary-color);
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.page-blog-loto188o-win-guide__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    background-color: var(--secondary-color);
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
    list-style: none; /* For <details> summary */
}

.page-blog-loto188o-win-guide__faq-question::-webkit-details-marker {
    display: none; /* For <details> summary */
}

.page-blog-loto188o-win-guide__faq-question:hover {
    background-color: #f0f8ff;
}

.page-blog-loto188o-win-guide__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
}

.page-blog-loto188o-win-guide__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1.1rem;
    color: var(--text-color-dark);
}

/* Ensure images do not use filter */
.page-blog-loto188o-win-guide img {
    filter: none; /* Ensure no filter is applied */
}

/* Responsive styles */
@media (max-width: 768px) {
    .page-blog-loto188o-win-guide {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-loto188o-win-guide__hero-section {
        padding: 10px 0 40px 0;
    }

    .page-blog-loto188o-win-guide__hero-content {
        margin-top: 20px;
    }

    .page-blog-loto188o-win-guide__main-title {
        font-size: 2.2rem;
    }

    .page-blog-loto188o-win-guide__description {
        font-size: 1rem;
    }

    .page-blog-loto188o-win-guide__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding: 0 15px;
    }

    .page-blog-loto188o-win-guide__btn-primary,
    .page-blog-loto188o-win-guide__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-blog-loto188o-win-guide__section {
        padding: 40px 0;
    }

    .page-blog-loto188o-win-guide__container {
        padding: 0 15px;
    }

    .page-blog-loto188o-win-guide__heading {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .page-blog-loto188o-win-guide__sub-heading {
        font-size: 1.5rem;
    }

    .page-blog-loto188o-win-guide__content-block p,
    .page-blog-loto188o-win-guide__content-block ul,
    .page-blog-loto188o-win-guide__game-card p,
    .page-blog-loto188o-win-guide__promo-card p,
    .page-blog-loto188o-win-guide__contact-list li,
    .page-blog-loto188o-win-guide__faq-answer {
        font-size: 1rem;
    }

    /* Mobile image responsiveness */
    .page-blog-loto188o-win-guide img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-loto188o-win-guide__section,
    .page-blog-loto188o-win-guide__card,
    .page-blog-loto188o-win-guide__container,
    .page-blog-loto188o-win-guide__cta-buttons,
    .page-blog-loto188o-win-guide__game-grid,
    .page-blog-loto188o-win-guide__promo-grid,
    .page-blog-loto188o-win-guide__grid {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-blog-loto188o-win-guide__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-loto188o-win-guide__faq-answer {
        padding: 0 20px 15px 20px;
    }
}