.articles-page {
    color: white;
}

.articles-overview {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
}

.articles-heading,
.articles-empty {
    color: white;
}

.articles-heading {
    margin: 0 0 20px;
}

.article-card {
    margin-bottom: 20px;
    padding: 24px;
    text-align: left;
    color: white;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 10px;
}

.article-title {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
}

.article-title a {
    color: white;
    text-decoration: none;
}

.article-title a:hover {
    color: #cfe7ff;
}

.article-meta {
    margin: 0 0 16px;
    color: #d8d8d8;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.article-excerpt {
    margin: 0;
    color: #f0f0f0;
    line-height: 1.6;
}

.article-links {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.article-links a {
    font-weight: bold;
    text-decoration: none;
}

.read-more {
    color: #9dd1ff;
}
