/* style/resources-st666-latest-promotions.css */

.page-resources-st666-latest-promotions {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-st666-latest-promotions__hero-section {
    background: linear-gradient(135deg, #CC0000, #FFD700);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #b39700;
}

.page-resources-st666-latest-promotions__hero-content {
    max-width: 800px;
    z-index: 1;
}

.page-resources-st666-latest-promotions__title {
    font-size: 3.2em;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
}

.page-resources-st666-latest-promotions__subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #eee;
}

.page-resources-st666-latest-promotions__btn {
    display: inline-block;
    background-color: #FFD700;
    color: #CC0000;
    padding: 12px 28px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1em;
    margin-top: 15px;
}

.page-resources-st666-latest-promotions__btn:hover {
    background-color: #e6c200;
    transform: translateY(-2px);
}

.page-resources-st666-latest-promotions__btn--primary {
    background-color: #FFD700;
    color: #CC0000;
}

.page-resources-st666-latest-promotions__btn--download {
    background-color: #CC0000;
    color: #FFD700;
    border: 1px solid #FFD700;
}

.page-resources-st666-latest-promotions__btn--download:hover {
    background-color: #990000;
    color: #FFD700;
}

.page-resources-st666-latest-promotions__hero-image-wrapper {
    width: 100%;
    max-width: 900px;
    margin-top: 30px;
    z-index: 0;
}

.page-resources-st666-latest-promotions__hero-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.page-resources-st666-latest-promotions__content-section {
    padding: 40px 20px;
    background-color: #fdfdfd;
}

.page-resources-st666-latest-promotions__article-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-resources-st666-latest-promotions__article-content p {
    margin-bottom: 1em;
    font-size: 1.05em;
    color: #444;
}

.page-resources-st666-latest-promotions__article-content a {
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
}

.page-resources-st666-latest-promotions__article-content a:hover {
    text-decoration: underline;
    color: #990000;
}

.page-resources-st666-latest-promotions__heading {
    color: #CC0000;
    font-size: 2.2em;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
    font-weight: 600;
}

.page-resources-st666-latest-promotions__sub-heading {
    color: #b39700;
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-st666-latest-promotions__article-image-wrapper {
    text-align: center;
    margin: 30px 0;
}

.page-resources-st666-latest-promotions__article-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-st666-latest-promotions__article-content ul,
.page-resources-st666-latest-promotions__article-content ol {
    margin-left: 25px;
    margin-bottom: 1em;
    color: #555;
}

.page-resources-st666-latest-promotions__article-content li {
    margin-bottom: 0.5em;
    font-size: 1.05em;
}

.page-resources-st666-latest-promotions__related-links {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #ddd;
    text-align: center;
}

.page-resources-st666-latest-promotions__link {
    display: inline-block;
    color: #CC0000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 15px;
    padding: 8px 15px;
    border: 1px solid #CC0000;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-st666-latest-promotions__link:hover {
    background-color: #CC0000;
    color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-resources-st666-latest-promotions__title {
        font-size: 2.5em;
    }

    .page-resources-st666-latest-promotions__subtitle {
        font-size: 1.1em;
    }

    .page-resources-st666-latest-promotions__heading {
        font-size: 1.8em;
    }

    .page-resources-st666-latest-promotions__sub-heading {
        font-size: 1.4em;
    }

    .page-resources-st666-latest-promotions__article-container {
        padding: 20px;
    }

    .page-resources-st666-latest-promotions__hero-section {
        padding: 60px 15px;
    }
}

@media (max-width: 480px) {
    .page-resources-st666-latest-promotions__title {
        font-size: 2em;
    }

    .page-resources-st666-latest-promotions__subtitle {
        font-size: 1em;
    }

    .page-resources-st666-latest-promotions__btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .page-resources-st666-latest-promotions__heading {
        font-size: 1.6em;
    }

    .page-resources-st666-latest-promotions__sub-heading {
        font-size: 1.2em;
    }

    .page-resources-st666-latest-promotions__article-container {
        padding: 15px;
    }
    .page-resources-st666-latest-promotions__article-content ul,
    .page-resources-st666-latest-promotions__article-content ol {
        margin-left: 20px;
    }
}