/* style/resources-latest-slot-strategies.css */

/* Base styles for the page content */
.page-resources-latest-slot-strategies {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for light body background */
    background-color: #f9f9f9;
}

.page-resources-latest-slot-strategies__hero-section {
    background: linear-gradient(135deg, #FFD700, #8B0000);
    padding: 80px 20px;
    text-align: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.page-resources-latest-slot-strategies__hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Overlay for better text readability */
    z-index: 1;
}

.page-resources-latest-slot-strategies__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-latest-slot-strategies__main-title {
    font-size: 3.5em;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.page-resources-latest-slot-strategies__hero-description {
    font-size: 1.4em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-latest-slot-strategies__hero-button {
    display: inline-block;
    background-color: #FFD700;
    color: #8B0000;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-latest-slot-strategies__hero-button:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

.page-resources-latest-slot-strategies__article-content {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-resources-latest-slot-strategies__back-link,
.page-resources-latest-slot-strategies__back-link-bottom {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #8B0000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-resources-latest-slot-strategies__back-link-bottom {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

.page-resources-latest-slot-strategies__back-link:hover,
.page-resources-latest-slot-strategies__back-link-bottom:hover {
    color: #FFD700;
}

.page-resources-latest-slot-strategies__section {
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}

.page-resources-latest-slot-strategies__section:last-of-type {
    border-bottom: none;
}

.page-resources-latest-slot-strategies__section-title {
    font-size: 2.2em;
    color: #8B0000;
    margin-bottom: 25px;
    border-left: 5px solid #FFD700;
    padding-left: 15px;
}

.page-resources-latest-slot-strategies__sub-title {
    font-size: 1.6em;
    color: #FFD700;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-latest-slot-strategies__paragraph {
    font-size: 1.1em;
    margin-bottom: 15px;
    line-height: 1.7;
}

.page-resources-latest-slot-strategies__list {
    list-style: disc inside;
    margin-left: 20px;
    margin-bottom: 15px;
}

.page-resources-latest-slot-strategies__list-item {
    font-size: 1.1em;
    margin-bottom: 8px;
}

.page-resources-latest-slot-strategies__nested-list {
    list-style: circle inside;
    margin-left: 20px;
    margin-top: 5px;
}

.page-resources-latest-slot-strategies__image-full-width {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 30px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
    object-fit: cover;
}

.page-resources-latest-slot-strategies__image-center {
    display: block;
    margin: 30px auto;
    max-width: 80%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
    object-fit: cover;
}

.page-resources-latest-slot-strategies__inline-link {
    color: #8B0000;
    text-decoration: underline;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-latest-slot-strategies__inline-link:hover {
    color: #FFD700;
}

.page-resources-latest-slot-strategies__cta-section {
    text-align: center;
    padding: 40px 0;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-top: 40px;
}

.page-resources-latest-slot-strategies__button-group {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-latest-slot-strategies__button {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.page-resources-latest-slot-strategies__button--primary {
    background-color: #8B0000;
    color: #ffffff;
}

.page-resources-latest-slot-strategies__button--primary:hover {
    background-color: #a00000;
    transform: translateY(-3px);
}

.page-resources-latest-slot-strategies__button--secondary {
    background-color: #FFD700;
    color: #8B0000;
}

.page-resources-latest-slot-strategies__button--secondary:hover {
    background-color: #e6c200;
    transform: translateY(-3px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-latest-slot-strategies__main-title {
        font-size: 2.5em;
    }

    .page-resources-latest-slot-strategies__hero-description {
        font-size: 1.2em;
    }

    .page-resources-latest-slot-strategies__section-title {
        font-size: 1.8em;
    }

    .page-resources-latest-slot-strategies__sub-title {
        font-size: 1.4em;
    }

    .page-resources-latest-slot-strategies__paragraph,
    .page-resources-latest-slot-strategies__list-item {
        font-size: 1em;
    }

    .page-resources-latest-slot-strategies__hero-button,
    .page-resources-latest-slot-strategies__button {
        padding: 12px 25px;
        font-size: 1em;
    }

    .page-resources-latest-slot-strategies__button-group {
        flex-direction: column;
        gap: 15px;
    }

    .page-resources-latest-slot-strategies__image-full-width,
    .page-resources-latest-slot-strategies__image-center {
        margin: 20px 0;
    }
}

@media (max-width: 480px) {
    .page-resources-latest-slot-strategies__hero-section {
        padding: 60px 15px;
    }

    .page-resources-latest-slot-strategies__main-title {
        font-size: 2em;
    }

    .page-resources-latest-slot-strategies__hero-description {
        font-size: 1em;
    }

    .page-resources-latest-slot-strategies__article-content {
        margin: 20px auto;
        padding: 0 15px;
    }

    .page-resources-latest-slot-strategies__section-title {
        font-size: 1.5em;
    }

    .page-resources-latest-slot-strategies__sub-title {
        font-size: 1.2em;
    }

    .page-resources-latest-slot-strategies__hero-button,
    .page-resources-latest-slot-strategies__button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}