/* style/resources-how-to-win-swerte99-slot.css */

/* Base styles for the page content, ensuring header offset */
.page-resources-how-to-win-swerte99-slot {
    padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333333; /* Dark text for default/light body background */
    background-color: #f8f8f8; /* Slightly off-white background for article readability */
}

/* Hero Section */
.page-resources-how-to-win-swerte99-slot__hero-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    text-align: center;
    color: #ffffff; /* White text for dark hero background */
    background: linear-gradient(135deg, #003366, #001a33); /* Dark blue gradient */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.page-resources-how-to-win-swerte99-slot__hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.page-resources-how-to-win-swerte99-slot__hero-title {
    font-size: 3.2em;
    margin-bottom: 20px;
    color: #FFCC00; /* Gold for title */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.page-resources-how-to-win-swerte99-slot__hero-description {
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f0f0f0;
}

.page-resources-how-to-win-swerte99-slot__hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.page-resources-how-to-win-swerte99-slot__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.page-resources-how-to-win-swerte99-slot__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3; /* Subtle background image */
    display: block;
}

/* General Buttons */
.page-resources-how-to-win-swerte99-slot__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, color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    min-width: 200px; /* Ensure button minimum width */
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-resources-how-to-win-swerte99-slot__button--primary {
    background-color: #FFCC00; /* Gold background */
    color: #003366; /* Dark blue text */
    border: 2px solid #FFCC00;
}

.page-resources-how-to-win-swerte99-slot__button--primary:hover {
    background-color: #e6b800; /* Darker gold */
    color: #001a33;
    transform: translateY(-3px);
}

.page-resources-how-to-win-swerte99-slot__button--secondary {
    background-color: transparent;
    color: #FFCC00; /* Gold text */
    border: 2px solid #FFCC00;
}

.page-resources-how-to-win-swerte99-slot__button--secondary:hover {
    background-color: #FFCC00; /* Gold background */
    color: #003366; /* Dark blue text */
    transform: translateY(-3px);
}

/* Content Area */
.page-resources-how-to-win-swerte99-slot__content-area {
    max-width: 900px; /* Optimal width for long-form reading */
    margin: 40px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.page-resources-how-to-win-swerte99-slot__article {
    padding: 20px 0;
}

.page-resources-how-to-win-swerte99-slot__article-heading {
    font-size: 2.2em;
    color: #003366; /* Dark blue heading */
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: 3px solid #FFCC00; /* Gold underline */
    padding-bottom: 10px;
}

.page-resources-how-to-win-swerte99-slot__article-subheading {
    font-size: 1.6em;
    color: #004d99; /* Slightly lighter blue */
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.page-resources-how-to-win-swerte99-slot__paragraph {
    font-size: 1.1em;
    margin-bottom: 1em;
    color: #333333;
}

.page-resources-how-to-win-swerte99-slot__paragraph .keyword {
    font-weight: bold;
    color: #003366;
}

.page-resources-how-to-win-swerte99-slot__article-image {
    display: block;
    margin: 30px auto;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    min-width: 200px; /* Enforce minimum display size */
    min-height: 200px; /* Enforce minimum display size */
}

/* Table of Contents */
.page-resources-how-to-win-swerte99-slot__table-of-contents {
    background-color: #f2f7fc; /* Light blue background */
    border-left: 5px solid #003366;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 8px;
}

.page-resources-how-to-win-swerte99-slot__toc-title {
    font-size: 1.8em;
    color: #003366;
    margin-bottom: 15px;
    font-weight: bold;
}

.page-resources-how-to-win-swerte99-slot__toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-resources-how-to-win-swerte99-slot__toc-list li {
    margin-bottom: 10px;
}

.page-resources-how-to-win-swerte99-slot__toc-list a {
    text-decoration: none;
    color: #004d99; /* Blue link color */
    font-size: 1.1em;
    transition: color 0.3s ease;
}

.page-resources-how-to-win-swerte99-slot__toc-list a:hover {
    color: #FFCC00; /* Gold on hover */
    text-decoration: underline;
}

/* Call to Action at the end of the article */
.page-resources-how-to-win-swerte99-slot__call-to-action {
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .page-resources-how-to-win-swerte99-slot__hero-title {
        font-size: 2.2em;
    }

    .page-resources-how-to-win-swerte99-slot__hero-description {
        font-size: 1em;
    }

    .page-resources-how-to-win-swerte99-slot__button {
        width: 100%;
        max-width: 280px;
        font-size: 1em;
        padding: 12px 20px;
    }

    .page-resources-how-to-win-swerte99-slot__content-area {
        margin: 20px auto;
        padding: 20px;
    }

    .page-resources-how-to-win-swerte99-slot__article-heading {
        font-size: 1.8em;
    }

    .page-resources-how-to-win-swerte99-slot__article-subheading {
        font-size: 1.4em;
    }

    .page-resources-how-to-win-swerte99-slot__paragraph {
        font-size: 1em;
    }

    .page-resources-how-to-win-swerte99-slot__article-image {
        max-width: 100%;
        height: auto;
        min-width: 200px; /* Ensure minimum display size */
        min-height: 200px; /* Ensure minimum display size */
    }

    /* Important: Ensure images do not overflow on mobile */
    .page-resources-how-to-win-swerte99-slot img {
        max-width: 100%;
        height: auto;
    }
    .page-resources-how-to-win-swerte99-slot__content-area {
        overflow-x: hidden; /* Prevent horizontal scroll */
    }
}