.single-post {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    line-height: 1.6;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.entry-title {
    font-size: 2em;
    margin-bottom: 10px;
}

.post-meta {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 15px;
}

.post-tags {
    margin-top: 20px;
    font-size: 0.9em;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.nav-previous a, .nav-next a {
    text-decoration: none;
    color: #0073aa;
}

.nav-previous a:hover, .nav-next a:hover {
    text-decoration: underline;
}

/* Social Share Buttons */
.social-share-buttons {
    padding: 32px 0;
    border-top: 1px solid #e5e7eb;
}

.social-share-buttons h3 {
    font-weight: 600;
    margin-bottom: 16px;
}

.social-share-buttons > div {
    display: flex;
    gap: 16px;
}

.social-share-buttons a {
    display: inline-flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
    transition: color 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
}

.social-share-buttons a:hover {
    color: white;
}

.social-share-buttons .share-facebook:hover {
    background-color: #0866FF;
}

.social-share-buttons .share-linkedin:hover {
    background-color: #0072b1;
}

.social-share-buttons .share-x:hover {
    background-color: #000000;
}
