.page-resources-hubet-latest-news {
    font-family: Arial, sans-serif;
    color: #f5e6d0; /* Light text for dark background */
    background-color: #0A192F; /* Main dark background */
}

.page-resources-hubet-latest-news .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.page-resources-hubet-latest-news .hero-section {
    background: linear-gradient(135deg, #0A192F, #1a3052);
    padding: 80px 0;
    text-align: center;
    color: #FFD700;
    border-bottom: 2px solid #FFD700;
}

.page-resources-hubet-latest-news .hero-title {
    font-size: 3.5em;
    margin-bottom: 15px;
    color: #FFD700;
    line-height: 1.2;
}

.page-resources-hubet-latest-news .hero-subtitle {
    font-size: 1.3em;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #f5e6d0;
}

.page-resources-hubet-latest-news .btn {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1.1em;
    margin: 10px;
}

.page-resources-hubet-latest-news .btn-primary {
    background-color: #FFD700;
    color: #0A192F;
    border: 2px solid #FFD700;
}

.page-resources-hubet-latest-news .btn-primary:hover {
    background-color: #e6c200;
    border-color: #e6c200;
}

.page-resources-hubet-latest-news .btn-secondary {
    background-color: transparent;
    color: #FFD700;
    border: 2px solid #FFD700;
}

.page-resources-hubet-latest-news .btn-secondary:hover {
    background-color: #FFD700;
    color: #0A192F;
}

.page-resources-hubet-latest-news .content-section {
    padding: 60px 0;
}

.page-resources-hubet-latest-news .article-container {
    max-width: 800px;
    line-height: 1.7;
    font-size: 1.1em;
    color: #f5e6d0;
}

.page-resources-hubet-latest-news .section-title {
    font-size: 2.5em;
    color: #FFD700;
    margin-top: 50px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.page-resources-hubet-latest-news .section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 3px;
    background-color: #FFD700;
}

.page-resources-hubet-latest-news .sub-section-title {
    font-size: 1.8em;
    color: #FFD700;
    margin-top: 40px;
    margin-bottom: 20px;
}

.page-resources-hubet-latest-news p {
    margin-bottom: 20px;
    text-align: justify;
}

.page-resources-hubet-latest-news a {
    color: #FFD700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-resources-hubet-latest-news a:hover {
    color: #e6c200;
    text-decoration: underline;
}

.page-resources-hubet-latest-news .article-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-hubet-latest-news ul {
    list-style: disc inside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.page-resources-hubet-latest-news ul li {
    margin-bottom: 10px;
}

.page-resources-hubet-latest-news .cta-block {
    background-color: #1a3052;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #FFD700;
}

.page-resources-hubet-latest-news .cta-block p {
    font-size: 1.2em;
    margin-bottom: 20px;
    color: #f5e6d0;
}

.page-resources-hubet-latest-news .btn-text {
    background: none;
    border: none;
    color: #FFD700;
    text-decoration: underline;
    padding: 0;
    font-size: 1.1em;
}

.page-resources-hubet-latest-news .btn-text:hover {
    color: #e6c200;
    text-decoration: none;
}

.page-resources-hubet-latest-news .back-link-container {
    text-align: center;
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px dashed rgba(255, 215, 0, 0.3);
}

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

    .page-resources-hubet-latest-news .hero-subtitle,
    .page-resources-hubet-latest-news .article-container p,
    .page-resources-hubet-latest-news .article-container li {
        font-size: 1em;
    }

    .page-resources-hubet-latest-news .section-title {
        font-size: 2em;
    }

    .page-resources-hubet-latest-news .sub-section-title {
        font-size: 1.5em;
    }

    .page-resources-hubet-latest-news .btn {
        padding: 10px 20px;
        font-size: 1em;
        margin: 5px;
    }
}

@media (max-width: 480px) {
    .page-resources-hubet-latest-news .hero-title {
        font-size: 2em;
    }

    .page-resources-hubet-latest-news .hero-subtitle {
        font-size: 0.9em;
    }

    .page-resources-hubet-latest-news .section-title {
        font-size: 1.8em;
    }

    .page-resources-hubet-latest-news .sub-section-title {
        font-size: 1.3em;
    }

    .page-resources-hubet-latest-news .btn {
        display: block;
        width: fit-content;
        margin: 10px auto;
    }
}