/* ---- STILI SPECIFICI DELLA PAGINA ARTICOLO ---- */

.article-header {
    padding: 4rem 0;
    background-color: var(--background-light);
    border-bottom: 1px solid #dee2e6;
}

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

.article-meta a {
    color: #6c757d;
    text-decoration: none;
    font-weight: bold;
}
.article-meta a:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.author-box {
    padding: 1.5rem;
    background-color: var(--background-light);
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.author-box img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 1.5rem;
}