.page-blog-w79-latest-promotions-guide {
    background-color: #140C0C;
    color: #FFF1E8;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-top: 10px; /* Small top padding for main content as body padding handles header offset */
}

.page-blog-w79-latest-promotions-guide__hero-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px;
}

.page-blog-w79-latest-promotions-guide__hero-image-wrapper {
    width: 100%;
    max-height: 600px; /* Limit height for desktop hero image */
    overflow: hidden;
}

.page-blog-w79-latest-promotions-guide__hero-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.page-blog-w79-latest-promotions-guide__hero-content {
    max-width: 900px;
    padding: 20px;
    margin-top: 20px;
    background-color: rgba(20, 12, 12, 0.8); /* Slightly transparent background for readability */
    border-radius: 8px;
}

.page-blog-w79-latest-promotions-guide__main-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #F3C54D; /* Gold color for main title */
}

.page-blog-w79-latest-promotions-guide__intro-description {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #FFF1E8;
}

.page-blog-w79-latest-promotions-guide__cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
    color: #140C0C;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 44px; /* Ensure touch target size */
}

.page-blog-w79-latest-promotions-guide__cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(243, 197, 77, 0.4);
}

.page-blog-w79-latest-promotions-guide__content-section {
    padding: 40px 0;
}

.page-blog-w79-latest-promotions-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 40px;
}

.page-blog-w79-latest-promotions-guide__article {
    flex: 3;
}

.page-blog-w79-latest-promotions-guide__sidebar {
    flex: 1;
    min-width: 280px;
    background-color: #2A1212;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #6A1E1E;
}

.page-blog-w79-latest-promotions-guide__article-heading {
    font-size: 2.2rem;
    color: #F3C54D;
    margin-bottom: 25px;
    border-bottom: 2px solid #6A1E1E;
    padding-bottom: 15px;
}

.page-blog-w79-latest-promotions-guide__article-sub-heading {
    font-size: 1.8rem;
    color: #E53030;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-blog-w79-latest-promotions-guide__paragraph {
    margin-bottom: 15px;
    color: #FFF1E8;
}

.page-blog-w79-latest-promotions-guide__list,
.page-blog-w79-latest-promotions-guide__numbered-list {
    list-style-type: disc;
    margin-left: 25px;
    margin-bottom: 20px;
    color: #FFF1E8;
}

.page-blog-w79-latest-promotions-guide__numbered-list {
    list-style-type: decimal;
}

.page-blog-w79-latest-promotions-guide__list-item {
    margin-bottom: 10px;
}

.page-blog-w79-latest-promotions-guide__image-and-text-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}

.page-blog-w79-latest-promotions-guide__image-and-text-block--reverse {
    flex-direction: row-reverse;
}

.page-blog-w79-latest-promotions-guide__content-image {
    width: 50%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    min-width: 200px; /* Minimum size for content images */
    min-height: 200px;
}

.page-blog-w79-latest-promotions-guide__content-image--center {
    width: 80%;
    margin: 20px auto;
    display: block;
}

.page-blog-w79-latest-promotions-guide__text-content {
    flex: 1;
}

.page-blog-w79-latest-promotions-guide__small-cta-button {
    display: inline-block;
    background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
    color: #140C0C;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.95rem;
    transition: background 0.3s ease;
    margin-top: 15px;
    min-height: 44px; /* Ensure touch target size */
    line-height: 24px; /* Adjust line-height for vertical alignment */
    box-sizing: border-box;
}

.page-blog-w79-latest-promotions-guide__small-cta-button:hover {
    background: linear-gradient(180deg, #FFC06A 0%, #E87A24 100%);
}

.page-blog-w79-latest-promotions-guide__call-to-action {
    background-color: #2A1212;
    border: 1px solid #6A1E1E;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    margin-top: 50px;
}

.page-blog-w79-latest-promotions-guide__cta-text {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: #F3C54D;
    font-weight: bold;
}

.page-blog-w79-latest-promotions-guide__sidebar-heading {
    font-size: 1.5rem;
    color: #F3C54D;
    margin-bottom: 20px;
    border-bottom: 1px solid #6A1E1E;
    padding-bottom: 10px;
}

.page-blog-w79-latest-promotions-guide__related-posts {
    list-style: none;
    padding: 0;
}

.page-blog-w79-latest-promotions-guide__related-item {
    margin-bottom: 20px;
    background-color: #140C0C;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #6A1E1E;
    transition: transform 0.3s ease;
}

.page-blog-w79-latest-promotions-guide__related-item:hover {
    transform: translateY(-5px);
}

.page-blog-w79-latest-promotions-guide__related-link {
    display: block;
    text-decoration: none;
    color: #FFF1E8;
}

.page-blog-w79-latest-promotions-guide__related-image {
    width: 100%;
    height: 200px; /* Fixed height for consistent related image display */
    object-fit: cover;
    object-position: center;
    display: block;
    min-width: 200px; /* Ensure min size */
    min-height: 200px;
}

.page-blog-w79-latest-promotions-guide__related-title {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-size: 1.05rem;
    color: #FFF1E8;
}

/* --- Responsive Design --- */
@media (max-width: 849px) {
    .page-blog-w79-latest-promotions-guide__container {
        flex-direction: column;
        gap: 20px;
    }

    .page-blog-w79-latest-promotions-guide__article,
    .page-blog-w79-latest-promotions-guide__sidebar {
        flex: none;
        width: 100%;
    }

    .page-blog-w79-latest-promotions-guide__image-and-text-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-blog-w79-latest-promotions-guide__image-and-text-block--reverse {
        flex-direction: column;
    }

    .page-blog-w79-latest-promotions-guide__content-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure min size */
        min-height: 200px;
    }

    .page-blog-w79-latest-promotions-guide__hero-image-wrapper {
        max-height: 400px; /* Adjust hero image height for smaller screens */
    }

    .page-blog-w79-latest-promotions-guide__hero-content {
        margin-top: 10px;
    }

    .page-blog-w79-latest-promotions-guide__main-title {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .page-blog-w79-latest-promotions-guide__intro-description {
        font-size: 1rem;
    }

    .page-blog-w79-latest-promotions-guide__cta-button {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 549px) {
    .page-blog-w79-latest-promotions-guide__container {
        padding: 0 12px;
    }

    .page-blog-w79-latest-promotions-guide__hero-section {
        padding-bottom: 20px;
    }

    .page-blog-w79-latest-promotions-guide__main-title {
        font-size: clamp(1.5rem, 8vw, 2rem);
    }

    .page-blog-w79-latest-promotions-guide__article-heading {
        font-size: 1.8rem;
    }

    .page-blog-w79-latest-promotions-guide__article-sub-heading {
        font-size: 1.5rem;
    }

    .page-blog-w79-latest-promotions-guide__paragraph,
    .page-blog-w79-latest-promotions-guide__list-item {
        font-size: 0.95rem;
    }

    .page-blog-w79-latest-promotions-guide__sidebar {
        min-width: auto;
    }

    /* Ensure all images within content area are responsive */
    .page-blog-w79-latest-promotions-guide img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* Content area images specifically */
    .page-blog-w79-latest-promotions-guide__content-image {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Still enforce minimum size */
        min-height: 200px;
    }

    .page-blog-w79-latest-promotions-guide__related-image {
        height: 180px; /* Slightly reduce height for very small screens */
        min-width: 200px; /* Still enforce minimum size */
        min-height: 200px;
    }

    .page-blog-w79-latest-promotions-guide__cta-text {
        font-size: 1.1rem;
    }
}

/* Ensure no horizontal overflow on main content */
.page-blog-w79-latest-promotions-guide__container,
.page-blog-w79-latest-promotions-guide__hero-section {
    overflow-x: hidden;
}