/* style/promotions-latest-free-spins.css */
.page-promotions-latest-free-spins {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
}

.page-promotions-latest-free-spins__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-promotions-latest-free-spins__hero {
    background: linear-gradient(135deg, #0A2342 0%, #1A406A 100%); /* Dark blue gradient */
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.page-promotions-latest-free-spins__hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('[GALLERY:bg:abstract,geometric,pattern,dark_blue_gold]') no-repeat center center/cover;
    opacity: 0.1;
    z-index: 0;
}

.page-promotions-latest-free-spins__hero > .page-promotions-latest-free-spins__container {
    position: relative;
    z-index: 1;
}

.page-promotions-latest-free-spins__main-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFD700; /* Gold for emphasis */
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-weight: bold;
}

.page-promotions-latest-free-spins__subtitle {
    font-size: 1.4em;
    margin-bottom: 40px;
    color: #e0e0e0;
}

.page-promotions-latest-free-spins__cta-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-promotions-latest-free-spins__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}

.page-promotions-latest-free-spins__cta-button--primary {
    background-color: #FFD700; /* Gold */
    color: #0A2342; /* Dark blue */
    border: 2px solid #FFD700;
}

.page-promotions-latest-free-spins__cta-button--primary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-promotions-latest-free-spins__cta-button--secondary {
    background-color: transparent;
    color: #FFD700; /* Gold */
    border: 2px solid #FFD700;
}

.page-promotions-latest-free-spins__cta-button--secondary:hover {
    background-color: #FFD700;
    color: #0A2342;
    transform: translateY(-3px);
}

.page-promotions-latest-free-spins__intro, 
.page-promotions-latest-free-spins__promos, 
.page-promotions-latest-free-spins__how-to, 
.page-promotions-latest-free-spins__tips, 
.page-promotions-latest-free-spins__faq, 
.page-promotions-latest-free-spins__conclusion {
    padding: 60px 0;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-promotions-latest-free-spins__intro {
    background-color: #fdfdfd;
}

.page-promotions-latest-free-spins__section-title {
    font-size: 2.5em;
    color: #0A2342; /* Dark blue */
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 10px;
}

.page-promotions-latest-free-spins__section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #FFD700; /* Gold accent */
    border-radius: 2px;
}

.page-promotions-latest-free-spins__intro p, 
.page-promotions-latest-free-spins__how-to p, 
.page-promotions-latest-free-spins__tips p, 
.page-promotions-latest-free-spins__conclusion p {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;
}

.page-promotions-latest-free-spins__image-fullwidth {
    width: 100%;
    max-width: 800px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.page-promotions-latest-free-spins__image-halfwidth {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    margin: 40px auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.page-promotions-latest-free-spins__promos {
    background-color: #fdfdfd;
}

.page-promotions-latest-free-spins__promo-card {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.page-promotions-latest-free-spins__promo-image {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.page-promotions-latest-free-spins__promo-title {
    font-size: 1.8em;
    color: #0A2342; /* Dark blue */
    margin-bottom: 15px;
    font-weight: bold;
}

.page-promotions-latest-free-spins__promo-description {
    font-size: 1em;
    color: #555;
    margin-bottom: 20px;
    text-align: center;
}

.page-promotions-latest-free-spins__promo-details {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
    max-width: 400px;
    text-align: left;
}

.page-promotions-latest-free-spins__promo-details li {
    background-color: #e8f0f3;
    padding: 10px 15px;
    margin-bottom: 8px;
    border-left: 4px solid #FFD700; /* Gold accent */
    color: #333;
    font-size: 0.95em;
}

.page-promotions-latest-free-spins__promo-card .page-promotions-latest-free-spins__cta-button {
    background-color: #0A2342;
    color: #FFD700;
    border: 2px solid #0A2342;
}

.page-promotions-latest-free-spins__promo-card .page-promotions-latest-free-spins__cta-button:hover {
    background-color: #1A406A;
    border-color: #1A406A;
    color: #FFD700;
}

.page-promotions-latest-free-spins__how-to ol {
    list-style: decimal;
    padding-left: 25px;
    margin-bottom: 30px;
}

.page-promotions-latest-free-spins__how-to ol li {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.8;
}

.page-promotions-latest-free-spins__how-to ol li strong {
    color: #0A2342;
}

.page-promotions-latest-free-spins__how-to ol li a {
    color: #0A2342;
    text-decoration: underline;
}

.page-promotions-latest-free-spins__how-to ol li a:hover {
    color: #FFD700;
}

.page-promotions-latest-free-spins__tips .page-promotions-latest-free-spins__list {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 30px;
}

.page-promotions-latest-free-spins__tips .page-promotions-latest-free-spins__list li {
    font-size: 1.1em;
    color: #444;
    margin-bottom: 10px;
}

.page-promotions-latest-free-spins__faq {
    background-color: #fdfdfd;
}

.page-promotions-latest-free-spins__faq-item {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.page-promotions-latest-free-spins__faq-question {
    font-size: 1.4em;
    color: #0A2342; /* Dark blue */
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    padding-right: 30px;
}

.page-promotions-latest-free-spins__faq-question::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #FFD700;
}

.page-promotions-latest-free-spins__faq-question.active::after {
    content: '-';
}

.page-promotions-latest-free-spins__faq-answer {
    font-size: 1em;
    color: #555;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    text-align: justify;
}

.page-promotions-latest-free-spins__faq-answer.active {
    max-height: 200px; /* Adjust as needed */
    margin-top: 10px;
}

.page-promotions-latest-free-spins__conclusion .page-promotions-latest-free-spins__cta-group {
    margin-top: 40px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-promotions-latest-free-spins__main-title {
        font-size: 2.5em;
    }

    .page-promotions-latest-free-spins__subtitle {
        font-size: 1.2em;
    }

    .page-promotions-latest-free-spins__section-title {
        font-size: 2em;
    }

    .page-promotions-latest-free-spins__cta-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-promotions-latest-free-spins__intro, 
    .page-promotions-latest-free-spins__promos, 
    .page-promotions-latest-free-spins__how-to, 
    .page-promotions-latest-free-spins__tips, 
    .page-promotions-latest-free-spins__faq, 
    .page-promotions-latest-free-spins__conclusion {
        padding: 40px 0;
    }

    .page-promotions-latest-free-spins__promo-card {
        padding: 20px;
    }

    .page-promotions-latest-free-spins__promo-title {
        font-size: 1.5em;
    }

    .page-promotions-latest-free-spins__promo-details li {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .page-promotions-latest-free-spins__main-title {
        font-size: 2em;
    }

    .page-promotions-latest-free-spins__subtitle {
        font-size: 1em;
    }

    .page-promotions-latest-free-spins__section-title {
        font-size: 1.8em;
    }

    .page-promotions-latest-free-spins__cta-button {
        padding: 12px 20px;
        font-size: 1em;
    }

    .page-promotions-latest-free-spins__promo-title {
        font-size: 1.3em;
    }

    .page-promotions-latest-free-spins__faq-question {
        font-size: 1.2em;
    }
}