.page-blog-strategy-for-slot-games {
    padding-top: 10px; /* Small top padding for the main content */
    background-color: #F4F7FB; /* Background color for the page */
    color: #1F2D3D;
}

.page-blog-strategy-for-slot-games__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(180deg, #2F6BFF 0%, #6FA3FF 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-blog-strategy-for-slot-games__hero-image-container {
    width: 100%;
    max-width: 1200px; /* Constrain image width for desktop */
    margin-top: 30px;
}

.page-blog-strategy-for-slot-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    min-width: 200px; /* Ensure image is not too small */
    min-height: 200px;
}

.page-blog-strategy-for-slot-games__hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.page-blog-strategy-for-slot-games__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    /* Using clamp for responsive font size, avoiding fixed large values */
    font-size: clamp(2.2rem, 5vw, 3.5rem);
}

.page-blog-strategy-for-slot-games__description {
    font-size: 1.15rem;
    line-height: 1.6;
    color: #E0EFFF;
    margin-bottom: 30px;
}

.page-blog-strategy-for-slot-games__section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-strategy-for-slot-games__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2F6BFF; /* Main text color for titles */
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.3;
}

.page-blog-strategy-for-slot-games__paragraph {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #1F2D3D;
    margin-bottom: 20px;
    text-align: justify;
}

.page-blog-strategy-for-slot-games__link {
    color: #2F6BFF;
    text-decoration: none;
    font-weight: 600;
}

.page-blog-strategy-for-slot-games__link:hover {
    text-decoration: underline;
}

.page-blog-strategy-for-slot-games__strategy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.page-blog-strategy-for-slot-games__strategy-card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #D6E2FF; /* Border color */
}

.page-blog-strategy-for-slot-games__strategy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-strategy-for-slot-games__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
    min-width: 200px; /* Enforce min size */
    min-height: 200px; /* Enforce min size */
    display: block;
}

.page-blog-strategy-for-slot-games__card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2F6BFF;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-blog-strategy-for-slot-games__card-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #1F2D3D;
}

.page-blog-strategy-for-slot-games__list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.page-blog-strategy-for-slot-games__list-item {
    background-color: #FFFFFF;
    border-left: 5px solid #2F6BFF;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: 1.05rem;
    line-height: 1.6;
    color: #1F2D3D;
}

.page-blog-strategy-for-slot-games__list-item strong {
    color: #000000;
}

.page-blog-strategy-for-slot-games__cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.page-blog-strategy-for-slot-games__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    min-height: 44px; /* Ensure touch target size */
}

.page-blog-strategy-for-slot-games__cta-button--primary {
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    border: none;
    box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-strategy-for-slot-games__cta-button--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(47, 107, 255, 0.6);
}

.page-blog-strategy-for-slot-games__cta-button--secondary {
    background-color: #FFFFFF;
    color: #2F6BFF;
    border: 2px solid #2F6BFF;
}

.page-blog-strategy-for-slot-games__cta-button--secondary:hover {
    background-color: #F0F5FF;
    transform: translateY(-3px);
}

.page-blog-strategy-for-slot-games__faq-item {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.page-blog-strategy-for-slot-games__faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    color: #2F6BFF;
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    transition: background-color 0.3s ease;
}

.page-blog-strategy-for-slot-games__faq-question::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.page-blog-strategy-for-slot-games__faq-question.active::after {
    content: '-';
    transform: rotate(0deg); /* No rotation needed for '-' */
}

.page-blog-strategy-for-slot-games__faq-answer {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-blog-strategy-for-slot-games__faq-answer.active {
    max-height: 200px; /* Adjust as needed for content */
    padding: 20px;
}

.page-blog-strategy-for-slot-games__faq-answer p {
    font-size: 1rem;
    line-height: 1.6;
    color: #1F2D3D;
    margin-bottom: 0;
}

/* Responsive Styles */
@media (max-width: 849px) {
    .page-blog-strategy-for-slot-games__hero-section {
        padding: 30px 15px;
    }

    .page-blog-strategy-for-slot-games__main-title {
        font-size: clamp(2rem, 6vw, 2.8rem);
    }

    .page-blog-strategy-for-slot-games__description {
        font-size: 1rem;
    }

    .page-blog-strategy-for-slot-games__section-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .page-blog-strategy-for-slot-games__paragraph,
    .page-blog-strategy-for-slot-games__card-text,
    .page-blog-strategy-for-slot-games__list-item {
        font-size: 0.95rem;
    }

    .page-blog-strategy-for-slot-games__strategy-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-strategy-for-slot-games__card-image {
        height: 180px;
    }

    .page-blog-strategy-for-slot-games__cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .page-blog-strategy-for-slot-games__cta-button {
        width: 100%;
        max-width: 320px;
        padding: 12px 20px;
        font-size: 1rem;
    }

    .page-blog-strategy-for-slot-games__faq-question {
        font-size: 1.1rem;
        padding: 15px;
    }

    .page-blog-strategy-for-slot-games__faq-answer p {
        font-size: 0.95rem;
    }
}

@media (max-width: 549px) {
    .page-blog-strategy-for-slot-games__hero-section {
        padding: 25px 10px;
    }

    .page-blog-strategy-for-slot-games__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-blog-strategy-for-slot-games__section {
        padding: 40px 15px;
    }

    .page-blog-strategy-for-slot-games__section-title {
        font-size: 1.6rem;
    }

    .page-blog-strategy-for-slot-games__card-image {
        height: 150px;
    }

    /* Ensure content images are not smaller than 200px display size */
    .page-blog-strategy-for-slot-games img {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Global minimum for content images */
        min-height: 200px; /* Global minimum for content images */
    }

    .page-blog-strategy-for-slot-games__card-image {
        min-width: 200px; /* Override for card images if needed, but still >200px */
        min-height: 200px;
    }
}