.page-blog-how-to-choose-23win06-slot-games {
    background-color: #140C0C;
    color: #FFF1E8;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding to respect shared header offset */
}

.page-blog-how-to-choose-23win06-slot-games__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-how-to-choose-23win06-slot-games__hero-section {
    position: relative;
    text-align: center;
    background-color: #2A1212;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.page-blog-how-to-choose-23win06-slot-games__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    max-height: 500px;
}

.page-blog-how-to-choose-23win06-slot-games__hero-content {
    max-width: 900px;
    margin: 20px auto 0 auto;
    padding: 0 20px;
}

.page-blog-how-to-choose-23win06-slot-games__main-title {
    font-size: clamp(2em, 4vw, 3.5em);
    font-weight: bold;
    color: #F3C54D;
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-blog-how-to-choose-23win06-slot-games__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #FFF1E8;
}

.page-blog-how-to-choose-23win06-slot-games__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
    color: #FFF1E8;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(243, 197, 77, 0.4);
}

.page-blog-how-to-choose-23win06-slot-games__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(243, 197, 77, 0.6);
}

.page-blog-how-to-choose-23win06-slot-games__content-section {
    padding: 40px 0;
}

.page-blog-how-to-choose-23win06-slot-games__section-title {
    font-size: 2.2em;
    color: #F3C54D;
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-how-to-choose-23win06-slot-games__paragraph {
    font-size: 1.05em;
    margin-bottom: 20px;
    color: #FFF1E8;
}

.page-blog-how-to-choose-23win06-slot-games__image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-blog-how-to-choose-23win06-slot-games__content-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-choose-23win06-slot-games__list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 30px;
    color: #FFF1E8;
}

.page-blog-how-to-choose-23win06-slot-games__list-item {
    margin-bottom: 15px;
    font-size: 1.05em;
}

.page-blog-how-to-choose-23win06-slot-games__list-item strong {
    color: #FFB04A;
}

.page-blog-how-to-choose-23win06-slot-games__games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.page-blog-how-to-choose-23win06-slot-games__game-card {
    background-color: #2A1212;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    border: 1px solid #6A1E1E;
}

.page-blog-how-to-choose-23win06-slot-games__game-card:hover {
    transform: translateY(-5px);
}

.page-blog-how-to-choose-23win06-slot-games__game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-choose-23win06-slot-games__game-title {
    font-size: 1.5em;
    color: #F3C54D;
    padding: 15px 20px 5px;
}

.page-blog-how-to-choose-23win06-slot-games__game-description {
    font-size: 0.95em;
    color: #FFF1E8;
    padding: 0 20px 20px;
}

.page-blog-how-to-choose-23win06-slot-games__button-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}

.page-blog-how-to-choose-23win06-slot-games__secondary-button {
    display: inline-block;
    background-color: #7E0D0D;
    color: #FFF1E8;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin-left: 20px;
    transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-23win06-slot-games__secondary-button:hover {
    background-color: #C61F1F;
}

.page-blog-how-to-choose-23win06-slot-games__related-articles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.page-blog-how-to-choose-23win06-slot-games__article-card {
    background-color: #2A1212;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    border: 1px solid #6A1E1E;
}

.page-blog-how-to-choose-23win06-slot-games__article-card:hover {
    transform: translateY(-5px);
}

.page-blog-how-to-choose-23win06-slot-games__article-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    min-width: 200px;
    min-height: 200px;
}

.page-blog-how-to-choose-23win06-slot-games__article-title {
    font-size: 1.4em;
    padding: 15px 20px 5px;
}

.page-blog-how-to-choose-23win06-slot-games__article-title a {
    color: #FFB04A;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-how-to-choose-23win06-slot-games__article-title a:hover {
    color: #F3C54D;
}

.page-blog-how-to-choose-23win06-slot-games__article-date {
    font-size: 0.9em;
    color: #E53030;
    padding: 0 20px 15px;
}

.page-blog-how-to-choose-23win06-slot-games__list-item a {
    color: #FFB04A;
    text-decoration: none;
}

.page-blog-how-to-choose-23win06-slot-games__list-item a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-blog-how-to-choose-23win06-slot-games__main-title {
        font-size: clamp(1.8em, 6vw, 2.5em);
    }

    .page-blog-how-to-choose-23win06-slot-games__hero-description,
    .page-blog-how-to-choose-23win06-slot-games__paragraph,
    .page-blog-how-to-choose-23win06-slot-games__list-item {
        font-size: 1em;
    }

    .page-blog-how-to-choose-23win06-slot-games__section-title {
        font-size: 1.8em;
    }

    .page-blog-how-to-choose-23win06-slot-games__cta-button,
    .page-blog-how-to-choose-23win06-slot-games__secondary-button {
        padding: 12px 20px;
        font-size: 0.9em;
        margin: 10px 0;
    }

    .page-blog-how-to-choose-23win06-slot-games__button-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .page-blog-how-to-choose-23win06-slot-games__secondary-button {
        margin-left: 0;
    }

    .page-blog-how-to-choose-23win06-slot-games__content-image,
    .page-blog-how-to-choose-23win06-slot-games__game-image,
    .page-blog-how-to-choose-23win06-slot-games__article-image {
        max-width: 100%;
        height: auto;
    }
    
    .page-blog-how-to-choose-23win06-slot-games__games-grid,
    .page-blog-how-to-choose-23win06-slot-games__related-articles {
        grid-template-columns: 1fr;
    }
}