/* style/blog-loto66-exclusive-offers-maximize-bonuses.css */

:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --login-color: #EA7C07;
    --background-color: #FFFFFF;
    --text-dark-color: #333333;
    --text-light-color: #ffffff;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-dark-color);
    background-color: var(--background-color);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small padding, body handles header offset */
    background-color: #f0f8ff;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__hero-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    box-sizing: border-box;
    background-color: var(--secondary-color);
    color: var(--text-dark-color);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-50px);
    margin-bottom: -50px;
    z-index: 1;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__main-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: var(--primary-color);
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #555;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__btn-primary,
.page-blog-loto66-exclusive-offers-maximize-bonuses__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__btn-primary {
    background-color: var(--primary-color);
    color: var(--text-light-color);
    border: 2px solid var(--primary-color);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__btn-primary:hover {
    background-color: darken(var(--primary-color), 10%);
    border-color: darken(var(--primary-color), 10%);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__btn-secondary {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-light-color);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    background-color: var(--background-color);
    color: var(--text-dark-color);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__container {
    max-width: 900px;
    margin: 0 auto;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__section-title {
    font-size: 2.2em;
    color: var(--primary-color);
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__sub-section-title {
    font-size: 1.7em;
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__image-inline {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__list {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__list-item {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__list-item strong {
    color: var(--primary-color);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__faq-list {
    margin-top: 40px;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 20px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    color: #555;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__faq-item[open] .page-blog-loto66-exclusive-offers-maximize-bonuses__faq-toggle {
    color: var(--primary-color);
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__faq-answer {
    padding: 20px;
    border-top: 1px solid #eee;
    background-color: #fff;
    color: var(--text-dark-color);
    font-size: 1em;
}

.page-blog-loto66-exclusive-offers-maximize-bonuses__cta-bottom {
    text-align: center;
    margin-top: 50px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-loto66-exclusive-offers-maximize-bonuses__hero-content {
        padding: 30px 15px;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__main-title {
        font-size: 2.5em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__section-title {
        font-size: 2em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__sub-section-title {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    .page-blog-loto66-exclusive-offers-maximize-bonuses {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__hero-section {
        padding-top: 10px !important;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__hero-content {
        transform: translateY(-30px);
        margin-bottom: -30px;
        padding: 25px 15px;
        border-radius: 0;
        box-shadow: none;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__main-title {
        font-size: 1.8em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__description {
        font-size: 1em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__btn-primary,
    .page-blog-loto66-exclusive-offers-maximize-bonuses__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__content-area {
        padding: 30px 15px;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__section-title {
        font-size: 1.7em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__sub-section-title {
        font-size: 1.3em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__hero-image-wrapper,
    .page-blog-loto66-exclusive-offers-maximize-bonuses__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__image-inline {
        min-width: 200px !important;
        min-height: 200px !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 480px) {
    .page-blog-loto66-exclusive-offers-maximize-bonuses__main-title {
        font-size: 1.5em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__section-title {
        font-size: 1.5em;
    }
    .page-blog-loto66-exclusive-offers-maximize-bonuses__sub-section-title {
        font-size: 1.2em;
    }
}