.page-blog-how-to-choose-the-best-slot-game {
    padding-top: 10px;
    color: #1F2D3D;
    background-color: #F4F7FB;
}

.page-blog-how-to-choose-the-best-slot-game__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-blog-how-to-choose-the-best-slot-game__container--center {
    text-align: center;
}

.page-blog-how-to-choose-the-best-slot-game__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #2F6BFF;
    padding: 40px 20px;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-blog-how-to-choose-the-best-slot-game__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.page-blog-how-to-choose-the-best-slot-game__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-the-best-slot-game__hero-content {
    text-align: center;
    max-width: 900px;
    z-index: 2;
    margin-top: 20px;
}

.page-blog-how-to-choose-the-best-slot-game__main-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: clamp(2rem, 4vw, 3rem); /* Using clamp as required */
}

.page-blog-how-to-choose-the-best-slot-game__intro-description {
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #D6E2FF;
}

.page-blog-how-to-choose-the-best-slot-game__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-the-best-slot-game__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-how-to-choose-the-best-slot-game__cta-button--large {
    padding: 18px 35px;
    font-size: 1.2rem;
}

.page-blog-how-to-choose-the-best-slot-game__section {
    padding: 60px 0;
}

.page-blog-how-to-choose-the-best-slot-game__section-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2F6BFF;
    text-align: center;
    margin-bottom: 40px;
}

.page-blog-how-to-choose-the-best-slot-game__paragraph {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #1F2D3D;
}

.page-blog-how-to-choose-the-best-slot-game__image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-the-best-slot-game__image--inline {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-blog-how-to-choose-the-best-slot-game__key-factors-section .page-blog-how-to-choose-the-best-slot-game__section-title,
.page-blog-how-to-choose-the-best-slot-game__tips-section .page-blog-how-to-choose-the-best-slot-game__section-title,
.page-blog-how-to-choose-the-best-slot-game__faq-section .page-blog-how-to-choose-the-best-slot-game__section-title,
.page-blog-how-to-choose-the-best-slot-game__cta-section .page-blog-how-to-choose-the-best-slot-game__section-title {
    color: #000000;
}

.page-blog-how-to-choose-the-best-slot-game__factor-list,
.page-blog-how-to-choose-the-best-slot-game__tip-list {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.page-blog-how-to-choose-the-best-slot-game__factor-item,
.page-blog-how-to-choose-the-best-slot-game__tip-item {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.page-blog-how-to-choose-the-best-slot-game__factor-item:hover,
.page-blog-how-to-choose-the-best-slot-game__tip-item:hover {
    transform: translateY(-5px);
}

.page-blog-how-to-choose-the-best-slot-game__factor-title,
.page-blog-how-to-choose-the-best-slot-game__tip-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2F6BFF;
    margin-bottom: 15px;
}

.page-blog-how-to-choose-the-best-slot-game__factor-description,
.page-blog-how-to-choose-the-best-slot-game__tip-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #1F2D3D;
}

.page-blog-how-to-choose-the-best-slot-game__tip-description a {
    color: #2F6BFF;
    text-decoration: none;
    font-weight: bold;
}

.page-blog-how-to-choose-the-best-slot-game__tip-description a:hover {
    text-decoration: underline;
}

.page-blog-how-to-choose-the-best-slot-game__faq-list {
    margin-top: 40px;
}

.page-blog-how-to-choose-the-best-slot-game__faq-item {
    background-color: #FFFFFF;
    border: 1px solid #D6E2FF;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-choose-the-best-slot-game__faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #F4F7FB;
    border: none;
    font-size: 1.15rem;
    font-weight: bold;
    color: #1F2D3D;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-the-best-slot-game__faq-question:hover {
    background-color: #E0E8F5;
}

.page-blog-how-to-choose-the-best-slot-game__faq-question::after {
    content: '+';
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.page-blog-how-to-choose-the-best-slot-game__faq-question[aria-expanded="true"]::after {
    content: '-';
    transform: rotate(0deg);
}

.page-blog-how-to-choose-the-best-slot-game__faq-answer {
    padding: 0 25px 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #1F2D3D;
}

.page-blog-how-to-choose-the-best-slot-game__faq-answer p {
    margin: 0;
}

.page-blog-how-to-choose-the-best-slot-game__faq-answer a {
    color: #2F6BFF;
    text-decoration: none;
    font-weight: bold;
}

.page-blog-how-to-choose-the-best-slot-game__faq-answer a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 849px) {
    .page-blog-how-to-choose-the-best-slot-game__hero-section {
        padding: 30px 15px;
    }

    .page-blog-how-to-choose-the-best-slot-game__hero-image-wrapper {
        margin-bottom: 15px;
    }

    .page-blog-how-to-choose-the-best-slot-game__hero-content {
        margin-top: 15px;
    }

    .page-blog-how-to-choose-the-best-slot-game__main-title {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
        margin-bottom: 10px;
    }

    .page-blog-how-to-choose-the-best-slot-game__intro-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .page-blog-how-to-choose-the-best-slot-game__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-how-to-choose-the-best-slot-game__section {
        padding: 40px 0;
    }

    .page-blog-how-to-choose-the-best-slot-game__section-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .page-blog-how-to-choose-the-best-slot-game__paragraph {
        font-size: 0.95rem;
    }

    .page-blog-how-to-choose-the-best-slot-game__factor-list,
    .page-blog-how-to-choose-the-best-slot-game__tip-list {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0;
    }

    .page-blog-how-to-choose-the-best-slot-game__factor-title,
    .page-blog-how-to-choose-the-best-slot-game__tip-title {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .page-blog-how-to-choose-the-best-slot-game__faq-question {
        font-size: 1.05rem;
        padding: 15px 20px;
    }

    .page-blog-how-to-choose-the-best-slot-game__faq-answer {
        padding: 0 20px 15px;
    }
}

@media (max-width: 549px) {
    .page-blog-how-to-choose-the-best-slot-game__hero-section {
        padding: 20px 10px;
    }

    .page-blog-how-to-choose-the-best-slot-game__main-title {
        font-size: clamp(1.5rem, 7vw, 2.2rem);
    }

    .page-blog-how-to-choose-the-best-slot-game__intro-description {
        font-size: 0.9rem;
    }

    .page-blog-how-to-choose-the-best-slot-game__cta-button {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .page-blog-how-to-choose-the-best-slot-game__section-title {
        font-size: 1.8rem;
        margin-bottom: 25px;
    }

    .page-blog-how-to-choose-the-best-slot-game__paragraph {
        font-size: 0.9rem;
    }

    .page-blog-how-to-choose-the-best-slot-game__image {
        max-width: 100%;
        height: auto;
    }

    /* Ensure content images don't cause overflow */
    .page-blog-how-to-choose-the-best-slot-game__image,
    .page-blog-how-to-choose-the-best-slot-game__hero-image {
        max-width: 100%;
        height: auto;
    }

    .page-blog-how-to-choose-the-best-slot-game__cta-button--large {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        min-height: 44px;
        padding: 15px 25px;
        font-size: 1.1rem;
    }
}

/* Ensure all images inside content sections are at least 200px */
.page-blog-how-to-choose-the-best-slot-game img {
    max-width: 100%;
    height: auto;
    display: block;
    /* Enforce minimum size for all images in content area */
    min-width: 200px;
    min-height: 200px;
}

/* Override for images that are not meant to be small (all images in content section) */
.page-blog-how-to-choose-the-best-slot-game__introduction-section img,
.page-blog-how-to-choose-the-best-slot-game__key-factors-section img,
.page-blog-how-to-choose-the-best-slot-game__tips-section img,
.page-blog-how-to-choose-the-best-slot-game__faq-section img,
.page-blog-how-to-choose-the-best-slot-game__cta-section img {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 200px;
    min-height: 200px;
}

/* Mobile content image overflow prevention */
@media (max-width: 768px) {
    .page-blog-how-to-choose-the-best-slot-game__container img {
        max-width: 100% !important;
        height: auto !important;
    }
    .page-blog-how-to-choose-the-best-slot-game {
        max-width: 100%;
        overflow-x: hidden;
    }
}