.article-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    color: #fff;
}

.article-title {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.article-subtitle {
    font-size: 1rem;
    color: #bbb;
    margin-bottom: 10px;
}

.article-time {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 25px;
}

.article-hero-image img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 30px;
}

.article-content {
    line-height: 1.7;
    font-size: 1rem;
    color: #ddd;
}

.article-content strong {
    color: #fff;
}
