.page-blog-go88vin-popular-games-strategy {
    background-color: #F4F7FB; /* Background */
    color: #1F2D3D; /* Text Main */
    line-height: 1.6;
    font-family: Arial, sans-serif;
    padding-top: 10px; /* Small top padding for internal pages, body handles --header-offset */
}

.page-blog-go88vin-popular-games-strategy__hero-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    background-color: #2F6BFF; /* Primary color for hero section background */
    display: flex; /* Enforce image on top, content below */
    flex-direction: column; /* Image on top, content below */
    align-items: center;
    padding: 20px 0;
}

.page-blog-go88vin-popular-games-strategy__hero-image {
    width: 100%;
    max-width: 1920px; /* Max width for the image itself */
    height: auto;
    display: block;
    object-fit: cover;
    margin-bottom: 20px; /* Space between image and content */
}

.page-blog-go88vin-popular-games-strategy__hero-content {
    text-align: center;
    max-width: 1000px;
    padding: 0 20px;
    color: #FFFFFF; /* White text on blue background */
}

.page-blog-go88vin-popular-games-strategy__main-title {
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: clamp(2.2rem, 4vw, 3.5rem); /* Responsive font size for H1 */
}

.page-blog-go88vin-popular-games-strategy__description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.page-blog-go88vin-popular-games-strategy__cta-button {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 8px;
    background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); /* Button gradient */
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

.page-blog-go88vin-popular-games-strategy__cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-go88vin-popular-games-strategy__content-area {
    padding: 40px 0;
}

.page-blog-go88vin-popular-games-strategy__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-blog-go88vin-popular-games-strategy__section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000; /* Custom Color_1776249996415 */
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
}

.page-blog-go88vin-popular-games-strategy__paragraph {
    font-size: 1.05rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 20px;
    line-height: 1.7;
}

.page-blog-go88vin-popular-games-strategy__game-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.page-blog-go88vin-popular-games-strategy__game-card {
    background-color: #FFFFFF; /* Card BG */
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #D6E2FF; /* Border */
}

.page-blog-go88vin-popular-games-strategy__game-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-blog-go88vin-popular-games-strategy__game-image {
    width: 100%;
    height: 225px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-go88vin-popular-games-strategy__game-card > * {
    padding: 0 25px;
}

.page-blog-go88vin-popular-games-strategy__game-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000000; /* Custom Color_1776249996415 */
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.page-blog-go88vin-popular-games-strategy__game-description {
    font-size: 0.95rem;
    color: #1F2D3D; /* Text Main */
    margin-bottom: 20px;
    flex-grow: 1; /* Push the button to the bottom */
}

.page-blog-go88vin-popular-games-strategy__read-more {
    display: inline-block;
    color: #2F6BFF; /* Primary color */
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 25px;
    transition: color 0.2s ease;
    padding: 0 25px; /* Ensure padding for button-like appearance */
}

.page-blog-go88vin-popular-games-strategy__read-more:hover {
    color: #6FA3FF; /* Secondary color on hover */
}

.page-blog-go88vin-popular-games-strategy__tips-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.page-blog-go88vin-popular-games-strategy__tip-item {
    background-color: #FFFFFF; /* Card BG */
    border-left: 5px solid #2F6BFF; /* Primary color accent */
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    font-size: 1.05rem;
    color: #1F2D3D; /* Text Main */
}

.page-blog-go88vin-popular-games-strategy__tip-item strong {
    color: #000000; /* Custom Color_1776249996415 */
}

.page-blog-go88vin-popular-games-strategy__cta-bottom {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.page-blog-go88vin-popular-games-strategy__cta-button--large {
    padding: 16px 35px;
    font-size: 1.15rem;
}

.page-blog-go88vin-popular-games-strategy__view-all-posts {
    display: inline-block;
    color: #2F6BFF; /* Primary color */
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    padding: 10px 20px;
    border: 2px solid #2F6BFF; /* Primary color border */
    border-radius: 8px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-blog-go88vin-popular-games-strategy__view-all-posts:hover {
    background-color: #2F6BFF; /* Primary color */
    color: #FFFFFF;
}

/* Responsive styles */
@media (max-width: 768px) {
    .page-blog-go88vin-popular-games-strategy__hero-section {
        padding: 15px 0;
    }

    .page-blog-go88vin-popular-games-strategy__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-blog-go88vin-popular-games-strategy__description {
        font-size: 1rem;
    }

    .page-blog-go88vin-popular-games-strategy__cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .page-blog-go88vin-popular-games-strategy__section-title {
        font-size: 1.8rem;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .page-blog-go88vin-popular-games-strategy__paragraph,
    .page-blog-go88vin-popular-games-strategy__tip-item {
        font-size: 0.95rem;
    }

    .page-blog-go88vin-popular-games-strategy__game-list {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 25px;
    }

    .page-blog-go88vin-popular-games-strategy__game-image {
        height: 200px; /* Slightly smaller height on mobile */
    }

    .page-blog-go88vin-popular-games-strategy__game-title {
        font-size: 1.25rem;
    }

    .page-blog-go88vin-popular-games-strategy__game-description {
        font-size: 0.9rem;
    }

    .page-blog-go88vin-popular-games-strategy__read-more {
        font-size: 0.95rem;
    }

    .page-blog-go88vin-popular-games-strategy__container {
        padding: 0 15px;
    }

    .page-blog-go88vin-popular-games-strategy__cta-bottom {
        margin-top: 40px;
        gap: 15px;
    }

    .page-blog-go88vin-popular-games-strategy__cta-button--large {
        padding: 14px 30px;
        font-size: 1.05rem;
    }

    .page-blog-go88vin-popular-games-strategy__view-all-posts {
        font-size: 1rem;
        padding: 8px 18px;
    }

    /* Important: Content area image overflow prevention */
    .page-blog-go88vin-popular-games-strategy img {
        max-width: 100%;
        height: auto;
    }
}