.page-blog-79-king-78-latest-promotions {
    padding-top: 10px;
    background-color: #FFFFFF;
    color: #333333;
}

.page-blog-79-king-78-latest-promotions__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0 40px;
    background-color: #017439;
    color: #FFFFFF;
}

.page-blog-79-king-78-latest-promotions__hero-image-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
}

.page-blog-79-king-78-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.page-blog-79-king-78-latest-promotions__hero-content {
    max-width: 900px;
    padding: 0 20px;
}

.page-blog-79-king-78-latest-promotions__main-title {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFFF00; /* Adjusted for better visibility on green background */
    margin-bottom: 15px;
}

.page-blog-79-king-78-latest-promotions__description {
    font-size: 1.125rem;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #FFFFFF;
}

.page-blog-79-king-78-latest-promotions__cta-button {
    display: inline-block;
    background-color: #C30808;
    color: #FFFF00;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
}

.page-blog-79-king-78-latest-promotions__cta-button:hover {
    background-color: #a00606;
}

.page-blog-79-king-78-latest-promotions__promotions-grid-section,
.page-blog-79-king-78-latest-promotions__faq-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-blog-79-king-78-latest-promotions__section-title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #017439;
}

.page-blog-79-king-78-latest-promotions__promotions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.page-blog-79-king-78-latest-promotions__promotion-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
}

.page-blog-79-king-78-latest-promotions__promotion-card:hover {
    transform: translateY(-5px);
}

.page-blog-79-king-78-latest-promotions__card-image {
    width: 100%;
    height: 200px; /* Fixed height for consistency */
    object-fit: cover;
    display: block;
    margin-bottom: 15px;
}

.page-blog-79-king-78-latest-promotions__card-title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #017439;
    padding: 0 15px;
}

.page-blog-79-king-78-latest-promotions__card-title a {
    color: #017439;
    text-decoration: none;
}

.page-blog-79-king-78-latest-promotions__card-title a:hover {
    text-decoration: underline;
}

.page-blog-79-king-78-latest-promotions__card-text {
    font-size: 1rem;
    line-height: 1.5;
    color: #555555;
    margin-bottom: 20px;
    flex-grow: 1;
    padding: 0 15px;
}

.page-blog-79-king-78-latest-promotions__card-button {
    display: inline-block;
    background-color: #C30808;
    color: #FFFF00;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
}

.page-blog-79-king-78-latest-promotions__card-button:hover {
    background-color: #a00606;
}

.page-blog-79-king-78-latest-promotions__view-all {
    text-align: center;
    margin-top: 40px;
}

.page-blog-79-king-78-latest-promotions__view-all-button {
    display: inline-block;
    background-color: #017439;
    color: #FFFFFF;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
}

.page-blog-79-king-78-latest-promotions__view-all-button:hover {
    background-color: #005a2d;
}

.page-blog-79-king-78-latest-promotions__faq-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-blog-79-king-78-latest-promotions__faq-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-blog-79-king-78-latest-promotions__faq-question {
    font-size: 1.2rem;
    font-weight: bold;
    color: #017439;
    margin-bottom: 10px;
}

.page-blog-79-king-78-latest-promotions__faq-answer {
    font-size: 1rem;
    line-height: 1.6;
    color: #555555;
}

@media (max-width: 849px) {
    .page-blog-79-king-78-latest-promotions__hero-section {
        padding: 15px 0 30px;
    }

    .page-blog-79-king-78-latest-promotions__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-blog-79-king-78-latest-promotions__description {
        font-size: 1rem;
    }

    .page-blog-79-king-78-latest-promotions__section-title {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }

    .page-blog-79-king-78-latest-promotions__promotions-grid {
        grid-template-columns: 1fr;
    }

    .page-blog-79-king-78-latest-promotions__card-image {
        height: 250px; /* Ensure images are not too small on mobile */
        max-width: 100%;
        height: auto;
    }

    .page-blog-79-king-78-latest-promotions__promotion-card img,
    .page-blog-79-king-78-latest-promotions__faq-item img {
        max-width: 100%;
        height: auto;
    }

    .page-blog-79-king-78-latest-promotions__hero-image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .page-blog-79-king-78-latest-promotions__hero-section,
    .page-blog-79-king-78-latest-promotions__promotions-grid-section,
    .page-blog-79-king-78-latest-promotions__faq-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page-blog-79-king-78-latest-promotions__hero-image,
    .page-blog-79-king-78-latest-promotions__card-image {
        max-width: 100%;
        height: auto;
    }

    .page-blog-79-king-78-latest-promotions__hero-content {
        padding: 0 15px;
    }

    /* Ensure all images within the content area are responsive */
    .page-blog-79-king-78-latest-promotions img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 549px) {
    .page-blog-79-king-78-latest-promotions__main-title {
        font-size: clamp(1.5rem, 8vw, 2rem);
    }

    .page-blog-79-king-78-latest-promotions__section-title {
        font-size: 1.5rem;
    }

    .page-blog-79-king-78-latest-promotions__cta-button,
    .page-blog-79-king-78-latest-promotions__card-button,
    .page-blog-79-king-78-latest-promotions__view-all-button {
        width: 100%;
        max-width: 300px; /* Constrain full-width buttons */
    }

    .page-blog-79-king-78-latest-promotions__card-image {
        height: 200px;
    }
}