.single-article {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.single-featured img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    margin-bottom: 25px;
}

.single-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.single-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 25px;
}

.single-meta span {
    background: #f1f1f1;
    padding: 6px 12px;
    border-radius: 6px;
}

.single-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #222;
}

.single-content p {
    margin-bottom: 18px;
}

.single-content img {
    max-width: 100%;
    border-radius: 10px;
}

/* TAGS */
.single-tags span {
    background: #e30513;
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.single-navigation {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.single-navigation a {
    background: #122d86;
    color: white;
    padding: 10px 18px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
}

.single-navigation a:hover {
    background: #0d1f61;
}
