/* style/resources-lucky8-latest-promotions.css */
.page-resources-lucky8-latest-promotions {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #f0f0f0; /* Light text for dark background */
    background-color: #1A1A2E; /* Main dark background */
}

.page-resources-lucky8-latest-promotions__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-lucky8-latest-promotions__hero-section {
    background: linear-gradient(135deg, #1A1A2E 0%, #3a3a5c 100%); /* Dark gradient for hero */
    padding: 100px 0;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-resources-lucky8-latest-promotions__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:hero:lucky8_casino,promotions,banner,excitement,gold]') no-repeat center center/cover;
    opacity: 0.15;
    z-index: 0;
}

.page-resources-lucky8-latest-promotions__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #E0B95B; /* Auxiliary gold for highlight */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
}

.page-resources-lucky8-latest-promotions__subtitle {
    font-size: 1.5em;
    margin-bottom: 40px;
    color: #e0e0e0;
    position: relative;
    z-index: 1;
}

.page-resources-lucky8-latest-promotions__cta-button {
    display: inline-block;
    background-color: #E0B95B; /* Auxiliary gold for CTA */
    color: #1A1A2E; /* Dark text on gold button */
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.page-resources-lucky8-latest-promotions__cta-button:hover {
    background-color: #f5d78a; /* Lighter gold on hover */
    transform: translateY(-3px);
}

.page-resources-lucky8-latest-promotions__cta-button--small {
    padding: 10px 20px;
    font-size: 1em;
}

.page-resources-lucky8-latest-promotions__cta-button--large {
    padding: 20px 40px;
    font-size: 1.4em;
}

.page-resources-lucky8-latest-promotions__content-section {
    padding: 60px 0;
    background-color: #1A1A2E;
}

.page-resources-lucky8-latest-promotions__article {
    background-color: #2a2a4a; /* Slightly lighter dark background for article */
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.page-resources-lucky8-latest-promotions__heading {
    font-size: 2.5em;
    color: #E0B95B; /* Gold for main headings */
    margin-top: 40px;
    margin-bottom: 25px;
    border-bottom: 3px solid #E0B95B;
    padding-bottom: 10px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-resources-lucky8-latest-promotions__sub-heading {
    font-size: 1.8em;
    color: #e0e0e0; /* Light gray for subheadings */
    margin-top: 30px;
    margin-bottom: 15px;
    border-left: 5px solid #E0B95B;
    padding-left: 15px;
}

.page-resources-lucky8-latest-promotions__article p {
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #f0f0f0;
}

.page-resources-lucky8-latest-promotions__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.page-resources-lucky8-latest-promotions__list li {
    margin-bottom: 10px;
    font-size: 1.05em;
}

.page-resources-lucky8-latest-promotions__inline-link {
    color: #E0B95B; /* Gold for inline links */
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-lucky8-latest-promotions__inline-link:hover {
    color: #f5d78a; /* Lighter gold on hover */
    text-decoration: underline;
}

.page-resources-lucky8-latest-promotions__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-lucky8-latest-promotions__image--full-width {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.page-resources-lucky8-latest-promotions__image--left {
    float: left;
    margin-right: 25px;
    margin-bottom: 15px;
    max-width: 40%;
}

.page-resources-lucky8-latest-promotions__image--right {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    max-width: 40%;
}

.page-resources-lucky8-latest-promotions__faq-item {
    background-color: #3a3a5c; /* Slightly different dark background for FAQ items */
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-lucky8-latest-promotions__faq-question {
    color: #E0B95B; /* Gold for FAQ questions */
    font-size: 1.3em;
    margin-bottom: 10px;
}

.page-resources-lucky8-latest-promotions__faq-answer {
    color: #cccccc;
    font-size: 1.05em;
}

.page-resources-lucky8-latest-promotions__final-cta {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(224, 185, 91, 0.3);
}

.page-resources-lucky8-latest-promotions__bottom-banner {
    background: linear-gradient(90deg, #E0B95B 0%, #a88a45 100%); /* Gold gradient for bottom banner */
    padding: 60px 0;
    text-align: center;
    color: #1A1A2E; /* Dark text on gold background */
    box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-lucky8-latest-promotions__banner-title {
    font-size: 2.8em;
    margin-bottom: 15px;
    color: #1A1A2E;
}

.page-resources-lucky8-latest-promotions__banner-text {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #333333;
}

.page-resources-lucky8-latest-promotions__bottom-banner .page-resources-lucky8-latest-promotions__cta-button {
    background-color: #1A1A2E; /* Dark button on gold banner */
    color: #E0B95B; /* Gold text on dark button */
}

.page-resources-lucky8-latest-promotions__bottom-banner .page-resources-lucky8-latest-promotions__cta-button:hover {
    background-color: #3a3a5c; /* Slightly lighter dark on hover */
    color: #f5d78a;
}

/* Clearfix for floated images */
.page-resources-lucky8-latest-promotions__article::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive Design */
@media (max-width: 992px) {
    .page-resources-lucky8-latest-promotions__main-title {
        font-size: 2.8em;
    }
    .page-resources-lucky8-latest-promotions__subtitle {
        font-size: 1.2em;
    }
    .page-resources-lucky8-latest-promotions__heading {
        font-size: 2em;
    }
    .page-resources-lucky8-latest-promotions__sub-heading {
        font-size: 1.5em;
    }
    .page-resources-lucky8-latest-promotions__image--left,
    .page-resources-lucky8-latest-promotions__image--right {
        float: none;
        margin: 20px auto;
        max-width: 80%;
        display: block;
    }
}

@media (max-width: 768px) {
    .page-resources-lucky8-latest-promotions__hero-section {
        padding: 80px 0;
    }
    .page-resources-lucky8-latest-promotions__main-title {
        font-size: 2.2em;
    }
    .page-resources-lucky8-latest-promotions__subtitle {
        font-size: 1em;
    }
    .page-resources-lucky8-latest-promotions__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-resources-lucky8-latest-promotions__heading {
        font-size: 1.8em;
    }
    .page-resources-lucky8-latest-promotions__sub-heading {
        font-size: 1.3em;
    }
    .page-resources-lucky8-latest-promotions__article {
        padding: 25px;
    }
    .page-resources-lucky8-latest-promotions__article p,
    .page-resources-lucky8-latest-promotions__list li,
    .page-resources-lucky8-latest-promotions__faq-answer {
        font-size: 0.95em;
    }
    .page-resources-lucky8-latest-promotions__faq-question {
        font-size: 1.1em;
    }
}

@media (max-width: 480px) {
    .page-resources-lucky8-latest-promotions__main-title {
        font-size: 1.8em;
    }
    .page-resources-lucky8-latest-promotions__subtitle {
        font-size: 0.9em;
    }
    .page-resources-lucky8-latest-promotions__cta-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
    .page-resources-lucky8-latest-promotions__heading {
        font-size: 1.5em;
    }
    .page-resources-lucky8-latest-promotions__sub-heading {
        font-size: 1.2em;
    }
    .page-resources-lucky8-latest-promotions__list {
        margin-left: 15px;
    }
    .page-resources-lucky8-latest-promotions__bottom-banner {
        padding: 40px 0;
    }
    .page-resources-lucky8-latest-promotions__banner-title {
        font-size: 2em;
    }
    .page-resources-lucky8-latest-promotions__banner-text {
        font-size: 1em;
    }
}