.page-blog-good88-win-good88-latest-promotions {
    --primary-color: #2F6BFF;
    --secondary-color: #6FA3FF;
    --button-gradient: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
    --card-bg: #FFFFFF;
    --page-bg: #F4F7FB;
    --text-main: #1F2D3D;
    --text-black: #000000;
    --border-color: #D6E2FF;
    --glow-color: #A5C4FF;
    background-color: var(--page-bg);
    color: var(--text-main);
    font-family: Arial, sans-serif;
}

.page-blog-good88-win-good88-latest-promotions__container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}

.page-blog-good88-win-good88-latest-promotions__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 0 60px 0;
    background-color: var(--primary-color);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.page-blog-good88-win-good88-latest-promotions__hero-image-wrapper {
    width: 100%;
    max-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-blog-good88-win-good88-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.page-blog-good88-win-good88-latest-promotions__hero-content {
    padding: 40px 20px;
    max-width: 900px;
    z-index: 1;
    position: relative; /* Ensure content is above any background effects */
}

.page-blog-good88-win-good88-latest-promotions__main-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-blog-good88-win-good88-latest-promotions__hero-description {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #E0EFFF;
}

.page-blog-good88-win-good88-latest-promotions__cta-button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    background: var(--button-gradient);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1em;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-good88-win-good88-latest-promotions__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 0 4px var(--glow-color);
}

.page-blog-good88-win-good88-latest-promotions__promotions-list-section {
    padding: 60px 0;
}

.page-blog-good88-win-good88-latest-promotions__section-title {
    font-size: 2.2em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text-black);
}

.page-blog-good88-win-good88-latest-promotions__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-good88-win-good88-latest-promotions__promotion-card {
    background-color: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
}

.page-blog-good88-win-good88-latest-promotions__promotion-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-good88-win-good88-latest-promotions__promotion-image {
    width: 100%;
    height: 250px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
}

.page-blog-good88-win-good88-latest-promotions__card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.page-blog-good88-win-good88-latest-promotions__card-title {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-blog-good88-win-good88-latest-promotions__card-title a {
    color: var(--text-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-blog-good88-win-good88-latest-promotions__card-title a:hover {
    color: var(--primary-color);
}

.page-blog-good88-win-good88-latest-promotions__card-description {
    font-size: 0.95em;
    color: var(--text-main);
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

.page-blog-good88-win-good88-latest-promotions__promotion-date {
    font-size: 0.85em;
    color: #667788;
    margin-bottom: 20px;
    display: block;
}

.page-blog-good88-win-good88-latest-promotions__card-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    background-color: var(--secondary-color);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    align-self: flex-start;
}

.page-blog-good88-win-good88-latest-promotions__card-link:hover {
    background-color: var(--primary-color);
}

.page-blog-good88-win-good88-latest-promotions__view-all-wrapper {
    text-align: center;
    margin-top: 40px;
}

.page-blog-good88-win-good88-latest-promotions__view-all-button {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-blog-good88-win-good88-latest-promotions__view-all-button:hover {
    background-color: #2458d9; /* Slightly darker primary */
    transform: translateY(-2px);
}

.page-blog-good88-win-good88-latest-promotions__cta-section {
    background-color: var(--primary-color);
    color: #FFFFFF;
    padding: 80px 20px;
    text-align: center;
    margin-top: 40px;
}

.page-blog-good88-win-good88-latest-promotions__cta-title {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.page-blog-good88-win-good88-latest-promotions__cta-description {
    font-size: 1.15em;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #E0EFFF;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .page-blog-good88-win-good88-latest-promotions__hero-content {
        padding: 30px 15px;
    }
    .page-blog-good88-win-good88-latest-promotions__main-title {
        font-size: 2.2em;
    }
    .page-blog-good88-win-good88-latest-promotions__hero-description {
        font-size: 1em;
    }
    .page-blog-good88-win-good88-latest-promotions__section-title {
        font-size: 2em;
    }
    .page-blog-good88-win-good88-latest-promotions__cta-title {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .page-blog-good88-win-good88-latest-promotions__hero-section {
        padding: 10px 0 40px 0;
    }
    .page-blog-good88-win-good88-latest-promotions__hero-image {
        max-width: 100%;
        height: auto;
    }
    .page-blog-good88-win-good88-latest-promotions__hero-content {
        padding: 20px 10px;
    }
    .page-blog-good88-win-good88-latest-promotions__main-title {
        font-size: 1.8em;
    }
    .page-blog-good88-win-good88-latest-promotions__hero-description {
        font-size: 0.95em;
    }
    .page-blog-good88-win-good88-latest-promotions__cta-button {
        padding: 12px 25px;
        font-size: 1em;
    }
    .page-blog-good88-win-good88-latest-promotions__promotions-list-section {
        padding: 40px 0;
    }
    .page-blog-good88-win-good88-latest-promotions__section-title {
        font-size: 1.8em;
        margin-bottom: 30px;
    }
    .page-blog-good88-win-good88-latest-promotions__promotions-grid {
        grid-template-columns: 1fr;
    }
    .page-blog-good88-win-good88-latest-promotions__promotion-image {
        height: 200px;
        max-width: 100%; /* Ensure images don't overflow */
    }
    .page-blog-good88-win-good88-latest-promotions__card-title {
        font-size: 1.2em;
    }
    .page-blog-good88-win-good88-latest-promotions__card-description {
        font-size: 0.9em;
    }
    .page-blog-good88-win-good88-latest-promotions__cta-section {
        padding: 60px 15px;
    }
    .page-blog-good88-win-good88-latest-promotions__cta-title {
        font-size: 1.8em;
    }
    .page-blog-good88-win-good88-latest-promotions__cta-description {
        font-size: 1em;
    }
    .page-blog-good88-win-good88-latest-promotions__container {
        padding: 15px;
        max-width: 100%;
        overflow-x: hidden;
    }
    .page-blog-good88-win-good88-latest-promotions__promotions-grid img {
        max-width: 100%; height: auto;
    }
}

@media (max-width: 480px) {
    .page-blog-good88-win-good88-latest-promotions__main-title {
        font-size: 1.5em;
    }
    .page-blog-good88-win-good88-latest-promotions__section-title {
        font-size: 1.5em;
    }
    .page-blog-good88-win-good88-latest-promotions__cta-title {
        font-size: 1.5em;
    }
}