.article-detail {
    max-width: 800px;
    margin: 40px auto;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.featured-image {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.post-title-meta {
    padding: 20px;
}

.post-title {
    font-family: 'Shubbak-Bold';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-meta {
    font-size: 16px;
    color: #666;
}

.post-meta span {
    margin-right: 20px;
}

.categories {
    font-weight: bold;
    margin: 0 !important;
}

.date {
    color: #999;
}

.post-content {
    padding: 20px;
}

.post-content p {
    margin-bottom: 20px;
}

.author-bio {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 10px 0;
}

.author-name {
    font-family: 'Shubbak-Bold';
    font-size: 18px;
    font-weight: bold;
}

.author-bio-text {
    color: #666;
}
