/* style/blog-latest-promotions-and-bonuses.css */

:root {
    --primary-color: #26A9E0;
    --secondary-color: #FFFFFF;
    --login-button-color: #EA7C07;
    --background-color: #FFFFFF;
    --text-color-dark-bg: #FFFFFF;
    --text-color-light-bg: #333333;
    --body-bg-color: #0a0a0a; /* From shared.css */
}

.page-blog-latest-promotions-and-bonuses {
    color: var(--text-color-dark-bg); /* Body background is dark (#0a0a0a) */
    background-color: var(--body-bg-color);
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.page-blog-latest-promotions-and-bonuses__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0 60px 0; /* Small top padding, more at bottom */
    overflow: hidden;
}

.page-blog-latest-promotions-and-bonuses__hero-image-wrapper {
    width: 100%;
    max-height: 700px; /* Limit height for hero image */
    overflow: hidden;
}

.page-blog-latest-promotions-and-bonuses__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-blog-latest-promotions-and-bonuses__hero-content {
    max-width: 900px;
    text-align: center;
    padding: 30px 20px;
    z-index: 1;
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__main-title {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.2;
    color: var(--secondary-color);
}

.page-blog-latest-promotions-and-bonuses__description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-latest-promotions-and-bonuses__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.page-blog-latest-promotions-and-bonuses__btn-primary,
.page-blog-latest-promotions-and-bonuses__btn-secondary,
.page-blog-latest-promotions-and-bonuses__btn-link {
    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;
    white-space: normal;
    word-wrap: break-word;
    max-width: 100%;
    text-align: center;
}

.page-blog-latest-promotions-and-bonuses__btn-primary {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-latest-promotions-and-bonuses__btn-primary:hover {
    background-color: darken(var(--primary-color), 10%);
    border-color: darken(var(--primary-color), 10%);
}

.page-blog-latest-promotions-and-bonuses__btn-secondary {
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
}

.page-blog-latest-promotions-and-bonuses__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-blog-latest-promotions-and-bonuses__btn-link {
    background-color: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    font-size: 0.9em;
    padding: 8px 15px;
}

.page-blog-latest-promotions-and-bonuses__btn-link:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

.page-blog-latest-promotions-and-bonuses__content-section {
    padding: 60px 20px;
    background-color: var(--body-bg-color);
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__dark-bg {
    background-color: #1a1a1a;
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__container {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-latest-promotions-and-bonuses__section-title {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: var(--secondary-color);
}

.page-blog-latest-promotions-and-bonuses__sub-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-blog-latest-promotions-and-bonuses p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.7;
}

.page-blog-latest-promotions-and-bonuses p a,
.page-blog-latest-promotions-and-bonuses li a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
}

.page-blog-latest-promotions-and-bonuses p a:hover,
.page-blog-latest-promotions-and-bonuses li a:hover {
    text-decoration: underline;
}

.page-blog-latest-promotions-and-bonuses__list,
.page-blog-latest-promotions-and-bonuses__ordered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
}

.page-blog-latest-promotions-and-bonuses__ordered-list {
    list-style-type: decimal;
}

.page-blog-latest-promotions-and-bonuses__list li,
.page-blog-latest-promotions-and-bonuses__ordered-list li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.page-blog-latest-promotions-and-bonuses__promotions-grid {
    padding: 60px 20px;
    background-color: var(--body-bg-color);
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-latest-promotions-and-bonuses__card {
    background-color: #1a1a1a; /* Slightly lighter dark for card background */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__card-image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.page-blog-latest-promotions-and-bonuses__card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.page-blog-latest-promotions-and-bonuses__card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.page-blog-latest-promotions-and-bonuses__faq-section {
    padding: 60px 20px;
    background-color: var(--body-bg-color);
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__faq-list {
    margin-top: 30px;
}

.page-blog-latest-promotions-and-bonuses__faq-item {
    background-color: #1a1a1a;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--primary-color);
    list-style: none; /* For details/summary */
}

.page-blog-latest-promotions-and-bonuses__faq-question::-webkit-details-marker {
    display: none;
}

.page-blog-latest-promotions-and-bonuses__faq-toggle {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 15px;
}

.page-blog-latest-promotions-and-bonuses__faq-answer {
    padding: 0 25px 20px 25px;
    font-size: 1.05rem;
    color: var(--text-color-dark-bg);
}

.page-blog-latest-promotions-and-bonuses__conclusion-section {
    padding: 60px 20px;
    text-align: center;
    background-color: #1a1a1a;
    color: var(--text-color-dark-bg);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .page-blog-latest-promotions-and-bonuses__main-title {
        font-size: clamp(2rem, 5vw, 3rem);
    }

    .page-blog-latest-promotions-and-bonuses__section-title {
        font-size: 2rem;
    }

    .page-blog-latest-promotions-and-bonuses__sub-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .page-blog-latest-promotions-and-bonuses__hero-section {
        padding-bottom: 40px;
    }

    .page-blog-latest-promotions-and-bonuses__hero-content {
        padding: 20px;
    }

    .page-blog-latest-promotions-and-bonuses__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }

    .page-blog-latest-promotions-and-bonuses__description,
    .page-blog-latest-promotions-and-bonuses p,
    .page-blog-latest-promotions-and-bonuses li {
        font-size: 1rem;
    }

    .page-blog-latest-promotions-and-bonuses__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-latest-promotions-and-bonuses__sub-title {
        font-size: 1.3rem;
    }

    .page-blog-latest-promotions-and-bonuses__card-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-latest-promotions-and-bonuses__card-title {
        font-size: 1.3rem;
    }

    .page-blog-latest-promotions-and-bonuses__faq-question {
        font-size: 1rem;
        padding: 15px 20px;
    }

    .page-blog-latest-promotions-and-bonuses__faq-answer {
        padding: 0 20px 15px 20px;
    }

    /* Mobile specific image, video, and button adaptations */
    .page-blog-latest-promotions-and-bonuses img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-latest-promotions-and-bonuses__section,
    .page-blog-latest-promotions-and-bonuses__card,
    .page-blog-latest-promotions-and-bonuses__container,
    .page-blog-latest-promotions-and-bonuses__hero-image-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden !important;
    }

    .page-blog-latest-promotions-and-bonuses__hero-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-blog-latest-promotions-and-bonuses__hero-content {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .page-blog-latest-promotions-and-bonuses__cta-buttons {
        flex-direction: column;
        gap: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-latest-promotions-and-bonuses__btn-primary,
    .page-blog-latest-promotions-and-bonuses__btn-secondary,
    .page-blog-latest-promotions-and-bonuses__btn-link,
    .page-blog-latest-promotions-and-bonuses a[class*="button"],
    .page-blog-latest-promotions-and-bonuses a[class*="btn"] {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Ensure no video in this page, but if there was, this would apply */
    .page-blog-latest-promotions-and-bonuses video,
    .page-blog-latest-promotions-and-bonuses__video {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .page-blog-latest-promotions-and-bonuses__video-section,
    .page-blog-latest-promotions-and-bonuses__video-container,
    .page-blog-latest-promotions-and-bonuses__video-wrapper {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden !important;
    }

    .page-blog-latest-promotions-and-bonuses__video-section {
        padding-top: 10px !important;
    }
}