/* style/resources-go99-latest-news.css */
.page-resources-go99-latest-news {
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #f8f8f8;
}

.page-resources-go99-latest-news__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-go99-latest-news__hero-section {
    background: linear-gradient(135deg, #0A2463, #3A5C97);
    color: #ffffff;
    padding: 80px 0;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-go99-latest-news__hero-title {
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #E3B505;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-go99-latest-news__hero-description {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.page-resources-go99-latest-news__hero-cta {
    display: inline-block;
    background-color: #E3B505;
    color: #0A2463;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.page-resources-go99-latest-news__hero-cta:hover {
    background-color: #f0c21a;
    transform: translateY(-3px);
}

.page-resources-go99-latest-news__content-section {
    padding: 60px 0;
    background-color: #ffffff;
}

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

.page-resources-go99-latest-news__back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #0A2463;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.page-resources-go99-latest-news__back-link:hover {
    color: #E3B505;
}

.page-resources-go99-latest-news__back-link--bottom {
    margin-top: 40px;
    margin-bottom: 0;
}

.page-resources-go99-latest-news__article p {
    margin-bottom: 1.2em;
    font-size: 1.05em;
    line-height: 1.7;
    color: #444;
}

.page-resources-go99-latest-news__section-title {
    font-size: 2em;
    color: #0A2463;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #E3B505;
    padding-bottom: 10px;
}

.page-resources-go99-latest-news__sub-section-title {
    font-size: 1.5em;
    color: #2A4A8A;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-resources-go99-latest-news__article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.page-resources-go99-latest-news__cta-button {
    display: inline-block;
    background-color: #E3B505;
    color: #0A2463;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 20px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-go99-latest-news__cta-button:hover {
    background-color: #f0c21a;
    transform: translateY(-2px);
}

.page-resources-go99-latest-news__floating-cta {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.page-resources-go99-latest-news__floating-button {
    display: flex;
    align-items: center;
    background-color: #E3B505;
    color: #0A2463;
    padding: 15px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-go99-latest-news__floating-button:hover {
    background-color: #f0c21a;
    transform: translateY(-5px) scale(1.05);
}

.page-resources-go99-latest-news__floating-icon {
    font-size: 1.5em;
    margin-right: 10px;
}

.page-resources-go99-latest-news__floating-text {
    white-space: nowrap;
}

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

    .page-resources-go99-latest-news__hero-description {
        font-size: 1em;
    }

    .page-resources-go99-latest-news__section-title {
        font-size: 1.8em;
    }

    .page-resources-go99-latest-news__sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-go99-latest-news__article-content {
        padding: 20px 15px;
    }

    .page-resources-go99-latest-news__floating-button {
        padding: 12px 20px;
        font-size: 0.95em;
    }

    .page-resources-go99-latest-news__floating-icon {
        font-size: 1.2em;
        margin-right: 8px;
    }
}

@media (max-width: 480px) {
    .page-resources-go99-latest-news__hero-title {
        font-size: 1.5em;
    }

    .page-resources-go99-latest-news__hero-description {
        font-size: 0.9em;
    }

    .page-resources-go99-latest-news__hero-cta {
        padding: 10px 20px;
        font-size: 1em;
    }

    .page-resources-go99-latest-news__section-title {
        font-size: 1.5em;
    }

    .page-resources-go99-latest-news__floating-cta {
        bottom: 15px;
        right: 15px;
    }

    .page-resources-go99-latest-news__floating-button {
        padding: 10px 15px;
        font-size: 0.9em;
    }

    .page-resources-go99-latest-news__floating-icon {
        display: none; /* Hide icon on very small screens to save space */
    }
}