.article-header {
    background: linear-gradient(135deg, #007cba 0%, #0056b3 100%);
    color: white;
    padding: 2rem 0;
}

.article-meta {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.article-image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 2rem 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.article-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.article-content p {
    margin-bottom: 1.5rem;
}

.back-button {
    margin-bottom: 2rem;
}

.share-buttons {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 3rem;
}

.share-btn {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px 5px 0;
    border-radius: 20px;
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
    transition: transform 0.2s ease;
}

.share-btn:hover {
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.share-facebook { background: #1877f2; }
.share-twitter { background: #1da1f2; }
.share-linkedin { background: #0a66c2; }
.share-email { background: #6c757d; }

.related-news {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    margin-top: 3rem;
}