.page-news-f8bet1-sponsor-sports-event {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 0 16px; /* Small padding for the main content on smaller screens */
    color: #333333; /* Default text color */
    background-color: #FFFFFF; /* Page background as specified */
}

.page-news-f8bet1-sponsor-sports-event__hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px; /* Small top padding for the first section */
    margin-bottom: 40px;
    max-width: 1200px; /* Max width for content */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.page-news-f8bet1-sponsor-sports-event__image-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.page-news-f8bet1-sponsor-sports-event__image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
    filter: none; /* No CSS filters to change image color */
}

.page-news-f8bet1-sponsor-sports-event__hero-content {
    width: 100%;
}

.page-news-f8bet1-sponsor-sports-event__main-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem); /* Responsive H1 font size */
    font-weight: 700;
    line-height: 1.2;
    color: #017439; /* Main color for H1 */
    margin-bottom: 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page-news-f8bet1-sponsor-sports-event__description {
    font-size: clamp(1rem, 2.5vw, 1.15rem);
    line-height: 1.6;
    color: #555555;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.page-news-f8bet1-sponsor-sports-event__cta-button {
    display: inline-block;
    background-color: #C30808; /* Register/Login color */
    color: #FFFF00; /* Register/Login font color */
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    min-width: 200px; /* Ensure button is not too small */
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
}

.page-news-f8bet1-sponsor-sports-event__cta-button:hover {
    background-color: #a00606; /* Darker red on hover */
}

.page-news-f8bet1-sponsor-sports-event__content-section {
    max-width: 900px;
    margin: 0 auto 60px auto;
    padding: 0 16px; /* Inner padding for content section */
    line-height: 1.7;
    font-size: 16px;
    color: #333333;
}

.page-news-f8bet1-sponsor-sports-event__section-title {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    color: #017439;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.3;
}

.page-news-f8bet1-sponsor-sports-event__content-section p {
    margin-bottom: 15px;
}

.page-news-f8bet1-sponsor-sports-event__image-article-wrapper {
    width: 100%;
    margin: 25px 0;
}

.page-news-f8bet1-sponsor-sports-event__image-article-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    object-fit: cover;
    min-width: 200px; /* Ensure minimum size */
    min-height: 200px;
    filter: none; /* No CSS filters to change image color */
}

.page-news-f8bet1-sponsor-sports-event__list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.page-news-f8bet1-sponsor-sports-event__list li {
    margin-bottom: 10px;
    color: #333333;
}

.page-news-f8bet1-sponsor-sports-event__list-item-title {
    color: #017439;
}

.page-news-f8bet1-sponsor-sports-event__feature-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 40px 0;
}

.page-news-f8bet1-sponsor-sports-event__feature-card {
    background-color: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.page-news-f8bet1-sponsor-sports-event__card-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #017439;
    margin-bottom: 15px;
    line-height: 1.4;
}

.page-news-f8bet1-sponsor-sports-event__feature-card p {
    font-size: 0.95rem;
    color: #555555;
    margin-bottom: 20px;
    flex-grow: 1;
}

.page-news-f8bet1-sponsor-sports-event__card-link {
    display: inline-block;
    background-color: #017439;
    color: #FFFFFF;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-size: 0.9rem;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
}

.page-news-f8bet1-sponsor-sports-event__card-link:hover {
    background-color: #005a2e;
}

.page-news-f8bet1-sponsor-sports-event__cta-section {
    background-color: #f0f8f0; /* Lighter green background for CTA */
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 50px;
}

.page-news-f8bet1-sponsor-sports-event__cta-text {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 600;
    color: #017439;
    margin-bottom: 25px;
    line-height: 1.4;
}

.page-news-f8bet1-sponsor-sports-event__cta-button--secondary {
    background-color: #C30808; /* Consistent button color */
    color: #FFFF00;
}

.page-news-f8bet1-sponsor-sports-event__cta-button--secondary:hover {
    background-color: #a00606;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .page-news-f8bet1-sponsor-sports-event {
        padding: 0 12px;
    }

    .page-news-f8bet1-sponsor-sports-event__hero-section {
        padding-top: 8px;
        margin-bottom: 30px;
    }

    .page-news-f8bet1-sponsor-sports-event__main-title {
        font-size: clamp(1.5rem, 6vw, 2.2rem);
        margin-bottom: 10px;
    }

    .page-news-f8bet1-sponsor-sports-event__description {
        font-size: clamp(0.95rem, 3vw, 1.1rem);
        margin-bottom: 20px;
    }

    .page-news-f8bet1-sponsor-sports-event__cta-button {
        padding: 10px 20px;
        font-size: 0.95rem;
        min-width: unset; /* Allow button to shrink */
        width: 100%; /* Full width on mobile for better tap target */
        max-width: 300px; /* Max width for consistency */
    }

    .page-news-f8bet1-sponsor-sports-event__content-section {
        margin-bottom: 40px;
        padding: 0 12px;
    }

    .page-news-f8bet1-sponsor-sports-event__section-title {
        font-size: clamp(1.3rem, 5vw, 1.8rem);
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .page-news-f8bet1-sponsor-sports-event__feature-cards {
        grid-template-columns: 1fr; /* Single column on mobile */
        gap: 20px;
        margin: 30px 0;
    }

    .page-news-f8bet1-sponsor-sports-event__cta-section {
        padding: 30px 20px;
        margin-top: 40px;
    }

    .page-news-f8bet1-sponsor-sports-event__cta-text {
        font-size: clamp(1.1rem, 4vw, 1.3rem);
        margin-bottom: 20px;
    }

    /* Mobile image overflow prevention */
    .page-news-f8bet1-sponsor-sports-event img {
        max-width: 100%;
        height: auto;
    }
}