/* style/blog-555win24-latest-promotions-analysis.css */

:root {
    --primary-color: #11A84E;
    --secondary-color: #22C768;
    --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
    --card-bg-color: #11271B;
    --page-bg-color: #08160F;
    --text-main-color: #F2FFF6;
    --text-secondary-color: #A7D9B8;
    --border-color: #2E7A4E;
    --glow-color: #57E38D;
    --gold-color: #F2C14E;
    --divider-color: #1E3A2A;
    --deep-green-color: #0A4B2C;
}

.page-blog-555win24-latest-promotions-analysis {
    font-family: Arial, sans-serif;
    color: var(--text-main-color); /* Main text color for the page */
    background-color: var(--page-bg-color); /* Page background color */
    line-height: 1.6;
}

.page-blog-555win24-latest-promotions-analysis__hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 20px 60px; /* Small top padding, more bottom padding */
    background-color: var(--card-bg-color);
    color: var(--text-main-color);
    overflow: hidden;
}

.page-blog-555win24-latest-promotions-analysis__hero-image-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

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

.page-blog-555win24-latest-promotions-analysis__hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.page-blog-555win24-latest-promotions-analysis__main-title {
    font-size: clamp(2em, 3.5vw, 2.8em); /* Responsive font size for H1 */
    font-weight: bold;
    color: var(--gold-color);
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.page-blog-555win24-latest-promotions-analysis__description {
    font-size: 1.1em;
    color: var(--text-secondary-color);
    margin-bottom: 30px;
}

.page-blog-555win24-latest-promotions-analysis__btn-primary,
.page-blog-555win24-latest-promotions-analysis__btn-secondary {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Break long words */
    box-sizing: border-box;
    max-width: 100%;
}

.page-blog-555win24-latest-promotions-analysis__btn-primary {
    background: var(--button-gradient);
    color: var(--text-main-color);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-555win24-latest-promotions-analysis__btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

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

.page-blog-555win24-latest-promotions-analysis__btn-secondary:hover {
    background-color: var(--primary-color);
    color: var(--text-main-color);
}

.page-blog-555win24-latest-promotions-analysis__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.page-blog-555win24-latest-promotions-analysis__content-area {
    background-color: var(--page-bg-color);
    color: var(--text-main-color);
}

.page-blog-555win24-latest-promotions-analysis__section-title {
    font-size: 2.2em;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.page-blog-555win24-latest-promotions-analysis__section p {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: var(--text-secondary-color);
    text-align: justify;
}

.page-blog-555win24-latest-promotions-analysis__image-content {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-555win24-latest-promotions-analysis__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-555win24-latest-promotions-analysis__list-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-555win24-latest-promotions-analysis__list-title {
    color: var(--gold-color);
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 15px;
}

.page-blog-555win24-latest-promotions-analysis__numbered-list {
    list-style: decimal;
    padding-left: 25px;
}

.page-blog-555win24-latest-promotions-analysis__numbered-list .page-blog-555win24-latest-promotions-analysis__list-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    list-style: none; /* Remove default list style for custom styling */
    position: relative;
    padding-left: 50px; /* Space for custom counter */
}

.page-blog-555win24-latest-promotions-analysis__numbered-list .page-blog-555win24-latest-promotions-analysis__list-item::before {
    content: counter(list-item);
    counter-increment: list-item;
    position: absolute;
    left: 15px;
    top: 20px;
    background-color: var(--primary-color);
    color: var(--text-main-color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1em;
}

.page-blog-555win24-latest-promotions-analysis__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-555win24-latest-promotions-analysis__card {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 25px;
}

.page-blog-555win24-latest-promotions-analysis__card-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency, object-fit will handle aspect ratio */
    object-fit: cover;
    display: block;
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
}

.page-blog-555win24-latest-promotions-analysis__card-title {
    font-size: 1.4em;
    color: var(--gold-color);
    margin: 0 20px 15px;
    line-height: 1.3;
}

.page-blog-555win24-latest-promotions-analysis__card p {
    font-size: 0.95em;
    color: var(--text-secondary-color);
    margin: 0 20px 20px;
    flex-grow: 1;
    text-align: justify;
}

.page-blog-555win24-latest-promotions-analysis__card .page-blog-555win24-latest-promotions-analysis__btn-secondary {
    margin: 0 20px;
}

.page-blog-555win24-latest-promotions-analysis__comparison-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-blog-555win24-latest-promotions-analysis__comparison-list .page-blog-555win24-latest-promotions-analysis__list-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-left: 5px solid var(--primary-color); /* Highlight for comparison points */
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-555win24-latest-promotions-analysis__faq-list {
    margin-top: 30px;
}

.page-blog-555win24-latest-promotions-analysis__faq-item {
    background-color: var(--card-bg-color);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-555win24-latest-promotions-analysis__faq-item summary {
    list-style: none; /* Hide default marker */
}

.page-blog-555win24-latest-promotions-analysis__faq-item summary::-webkit-details-marker {
    display: none; /* Hide default marker for webkit browsers */
}

.page-blog-555win24-latest-promotions-analysis__faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.15em;
    color: var(--text-main-color);
    background-color: var(--deep-green-color);
    transition: background-color 0.3s ease;
}

.page-blog-555win24-latest-promotions-analysis__faq-question:hover {
    background-color: var(--primary-color);
}

.page-blog-555win24-latest-promotions-analysis__faq-toggle {
    font-size: 1.5em;
    line-height: 1;
    margin-left: 15px;
    color: var(--gold-color);
}

.page-blog-555win24-latest-promotions-analysis__faq-item[open] .page-blog-555win24-latest-promotions-analysis__faq-toggle {
    content: '−'; /* Change to minus when open */
}

.page-blog-555win24-latest-promotions-analysis__faq-answer {
    padding: 20px 25px;
    font-size: 1em;
    color: var(--text-secondary-color);
    background-color: var(--card-bg-color);
    border-top: 1px solid var(--divider-color);
}

.page-blog-555win24-latest-promotions-analysis__cta-section {
    text-align: center;
    padding: 80px 20px;
    background-color: var(--deep-green-color);
    color: var(--text-main-color);
}

.page-blog-555win24-latest-promotions-analysis__cta-section .page-blog-555win24-latest-promotions-analysis__section-title {
    color: var(--gold-color);
}

.page-blog-555win24-latest-promotions-analysis__cta-section .page-blog-555win24-latest-promotions-analysis__description {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    color: var(--text-secondary-color);
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
    .page-blog-555win24-latest-promotions-analysis__hero-content {
        padding: 0 30px;
    }
    .page-blog-555win24-latest-promotions-analysis__section {
        padding: 50px 20px;
    }
    .page-blog-555win24-latest-promotions-analysis__main-title {
        font-size: clamp(1.8em, 4vw, 2.5em);
    }
    .page-blog-555win24-latest-promotions-analysis__card-image {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .page-blog-555win24-latest-promotions-analysis {
        font-size: 16px;
        line-height: 1.6;
    }
    .page-blog-555win24-latest-promotions-analysis__hero-section {
        padding: 10px 15px 40px;
    }
    .page-blog-555win24-latest-promotions-analysis__hero-content {
        padding: 0 15px;
    }
    .page-blog-555win24-latest-promotions-analysis__main-title {
        font-size: clamp(1.5em, 6vw, 2em); /* Adjust H1 for mobile */
        margin-bottom: 15px;
    }
    .page-blog-555win24-latest-promotions-analysis__description {
        font-size: 1em;
        margin-bottom: 25px;
    }
    .page-blog-555win24-latest-promotions-analysis__btn-primary,
    .page-blog-555win24-latest-promotions-analysis__btn-secondary {
        padding: 10px 20px;
        font-size: 0.95em;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }

    .page-blog-555win24-latest-promotions-analysis__section,
    .page-blog-555win24-latest-promotions-analysis__card,
    .page-blog-555win24-latest-promotions-analysis__container {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .page-blog-555win24-latest-promotions-analysis__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-555win24-latest-promotions-analysis__list-title {
        font-size: 1.3em;
    }
    .page-blog-555win24-latest-promotions-analysis__card-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-555win24-latest-promotions-analysis__card-image {
        height: 180px;
    }
    .page-blog-555win24-latest-promotions-analysis__faq-question {
        font-size: 1em;
        padding: 15px 20px;
    }
    .page-blog-555win24-latest-promotions-analysis__faq-answer {
        padding: 15px 20px;
    }

    /* Mobile responsive images */
    .page-blog-555win24-latest-promotions-analysis img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }
    /* Ensure containers for images/content also adapt */
    .page-blog-555win24-latest-promotions-analysis__hero-image-wrapper,
    .page-blog-555win24-latest-promotions-analysis__card,
    .page-blog-555win24-latest-promotions-analysis__card-grid,
    .page-blog-555win24-latest-promotions-analysis__image-content {
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important; /* Prevent overflow from content */
    }
    .page-blog-555win24-latest-promotions-analysis__cta-section {
        padding: 60px 15px;
    }
    .page-blog-555win24-latest-promotions-analysis__numbered-list .page-blog-555win24-latest-promotions-analysis__list-item {
        padding-left: 45px;
    }
    .page-blog-555win24-latest-promotions-analysis__numbered-list .page-blog-555win24-latest-promotions-analysis__list-item::before {
        width: 25px;
        height: 25px;
        font-size: 1em;
        top: 18px;
        left: 10px;
    }
}