/* style/blog-lg777-latest-promotions-not-to-be-missed.css */
:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --text-dark: #333333;
    --text-light: #ffffff;
    --bg-light: #f8f9fa;
    --btn-login-color: #EA7C07;
    --bg-white: #FFFFFF;
    --black: #000000;
}

.page-blog-lg777-latest-promotions-not-to-be-missed {
    font-family: Arial, sans-serif;
    color: var(--text-dark); /* Default text color for light body background */
    line-height: 1.6;
    background-color: var(--bg-white);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0 60px 0; /* Small top padding, larger bottom for content */
    background-color: var(--bg-white);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__hero-image-wrapper {
    width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__hero-content {
    max-width: 900px;
    margin: 40px auto 0 auto;
    padding: 0 20px;
    z-index: 1;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__main-title {
    font-size: clamp(2em, 4vw, 3em);
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__hero-description {
    font-size: 1.1em;
    color: var(--text-dark);
    margin-bottom: 30px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__cta-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__btn-primary,
.page-blog-lg777-latest-promotions-not-to-be-missed__btn-secondary {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    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-lg777-latest-promotions-not-to-be-missed__btn-primary {
    background-color: var(--primary-color);
    color: var(--text-light);
    border: 2px solid var(--primary-color);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__btn-primary:hover {
    background-color: darken(var(--primary-color), 10%);
    border-color: darken(var(--primary-color), 10%);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__content-area,
.page-blog-lg777-latest-promotions-not-to-be-missed__promotions-grid,
.page-blog-lg777-latest-promotions-not-to-be-missed__how-to-claim,
.page-blog-lg777-latest-promotions-not-to-be-missed__terms-conditions,
.page-blog-lg777-latest-promotions-not-to-be-missed__faq-section,
.page-blog-lg777-latest-promotions-not-to-be-missed__final-cta {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    box-sizing: border-box;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__section-title {
    font-size: clamp(1.8em, 3.5vw, 2.5em);
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__section-text {
    font-size: 1.05em;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: var(--text-dark);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__dark-bg {
    background-color: var(--primary-color);
    color: var(--text-light);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__dark-bg .page-blog-lg777-latest-promotions-not-to-be-missed__section-title,
.page-blog-lg777-latest-promotions-not-to-be-missed__dark-bg .page-blog-lg777-latest-promotions-not-to-be-missed__section-text {
    color: var(--text-light);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__light-bg {
    background-color: var(--bg-light);
    color: var(--text-dark);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__feature-item,
.page-blog-lg777-latest-promotions-not-to-be-missed__card {
    background-color: var(--bg-white);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    color: var(--text-dark);
    border: 1px solid #e0e0e0;
    min-height: 200px; /* Ensure minimum size */
}

.page-blog-lg777-latest-promotions-not-to-be-missed__dark-bg .page-blog-lg777-latest-promotions-not-to-be-missed__feature-item {
    background-color: rgba(255, 255, 255, 0.15);
    color: var(--text-light);
    border-color: rgba(255, 255, 255, 0.3);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__dark-bg .page-blog-lg777-latest-promotions-not-to-be-missed__feature-title,
.page-blog-lg777-latest-promotions-not-to-be-missed__dark-bg .page-blog-lg777-latest-promotions-not-to-be-missed__feature-description {
    color: var(--text-light);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__feature-title {
    font-size: 1.4em;
    color: var(--primary-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__promo-card {
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__promo-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__promo-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__promo-title {
    font-size: 1.5em;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__promo-description {
    font-size: 0.95em;
    color: var(--text-dark);
    margin-bottom: 20px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__step-number {
    background-color: var(--primary-color);
    color: var(--text-light);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__step-title {
    font-size: 1.3em;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__step-description {
    font-size: 0.95em;
    color: var(--text-dark);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__cta-buttons--center {
    margin-top: 40px;
    text-align: center;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__terms-conditions {
    text-align: center;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-list {
    margin-top: 40px;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-item summary {
    cursor: pointer;
    padding: 20px 25px;
    background-color: var(--primary-color);
    color: var(--text-light);
    font-weight: bold;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-item summary::-webkit-details-marker {
    display: none;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-item summary:hover {
    background-color: darken(var(--primary-color), 5%);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    transition: transform 0.3s ease;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-item[open] .page-blog-lg777-latest-promotions-not-to-be-missed__faq-toggle {
    transform: rotate(45deg);
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-answer {
    padding: 20px 25px;
    background-color: var(--bg-white);
    color: var(--text-dark);
    border-top: 1px solid #eee;
    font-size: 0.95em;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__faq-answer p {
    margin-bottom: 10px;
    text-align: left;
}

.page-blog-lg777-latest-promotions-not-to-be-missed__final-cta {
    text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .page-blog-lg777-latest-promotions-not-to-be-missed {
        font-size: 16px;
        line-height: 1.6;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__hero-section {
        padding: 10px 0 40px 0;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__main-title {
        font-size: clamp(1.8em, 7vw, 2.5em);
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__hero-description {
        font-size: 1em;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__cta-buttons {
        flex-direction: column;
        gap: 10px;
        padding: 0 15px;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__btn-primary,
    .page-blog-lg777-latest-promotions-not-to-be-missed__btn-secondary {
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 15px;
        font-size: 0.95em;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__content-area,
    .page-blog-lg777-latest-promotions-not-to-be-missed__promotions-grid,
    .page-blog-lg777-latest-promotions-not-to-be-missed__how-to-claim,
    .page-blog-lg777-latest-promotions-not-to-be-missed__terms-conditions,
    .page-blog-lg777-latest-promotions-not-to-be-missed__faq-section,
    .page-blog-lg777-latest-promotions-not-to-be-missed__final-cta {
        padding: 40px 15px;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__section-title {
        font-size: clamp(1.5em, 6vw, 2em);
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__section-text {
        font-size: 0.95em;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__features-grid,
    .page-blog-lg777-latest-promotions-not-to-be-missed__promo-cards,
    .page-blog-lg777-latest-promotions-not-to-be-missed__steps-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__feature-item,
    .page-blog-lg777-latest-promotions-not-to-be-missed__card {
        padding: 20px;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__promo-image {
        height: 200px;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__promo-content {
        padding: 20px;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__promo-title {
        font-size: 1.3em;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__faq-item summary {
        padding: 15px 20px;
        font-size: 1em;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__faq-answer {
        padding: 15px 20px;
        font-size: 0.9em;
    }

    /* Ensure all images are responsive */
    .page-blog-lg777-latest-promotions-not-to-be-missed img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    
    .page-blog-lg777-latest-promotions-not-to-be-missed__hero-image-wrapper,
    .page-blog-lg777-latest-promotions-not-to-be-missed__section,
    .page-blog-lg777-latest-promotions-not-to-be-missed__card,
    .page-blog-lg777-latest-promotions-not-to-be-missed__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .page-blog-lg777-latest-promotions-not-to-be-missed__cta-buttons {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        flex-wrap: wrap !important;
        gap: 10px;
    }
    .page-blog-lg777-latest-promotions-not-to-be-missed__cta-buttons--center {
        padding-left: 0;
        padding-right: 0;
    }
}