.body, .theblog {
  margin: 0;
}
    .single-post-card {
        background: #fff0f3;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-bottom: 30px;
        overflow: hidden;
        padding: 20px;
        color: #333 !important;
    }
    .single-post-card .post_title {
        margin: 0 0 20px 0;
        font-size: 1.8em;
        color: #333;
    }
    .single-post-card .under_the_title {
        height: 1px;
        background: #eee;
        margin-bottom: 20px;
    }
    .single-post-card .entry {
        line-height: 1.6;
        font-size: 1.1em;
    }
    .single-post-card .entry p {
        margin-bottom: 1.5em;
    }
    .single-post-card .postmetadata {
        font-size: 0.9em;
        color: #888;
        border-top: 1px solid #eee;
        padding-top: 15px;
        margin-top: 30px;
    }
    .social-share-single {
        display: flex;
        justify-content: center; /* Center the buttons horizontally */
        gap: 8px;
        margin: 20px 0;
        width: 100%;
    }
    .social-share-single a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #ddd;
        color: #666;
        text-align: center;
        font-size: 14px;
        transition: all 0.2s;
        text-decoration: none;
        font-family: 'Font Awesome 6 Brands';
    }
    .social-share-single a:hover {
        background: #f5f5f5;
        transform: scale(1.1);
    }
    .facebook-share {
        color: #3b5998;
        border-color: #3b5998 !important;
    }
    .twitter-share {
        color: #1da1f2;
        border-color: #1da1f2 !important;
    }
    .pinterest-share {
        color: #e60023;
        border-color: #e60023 !important;
    }
    .comments-area {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        margin-top: 30px;
    }

.postmetadata {
     font-size: 12px;
     }
.postmetadata a {
     color: #bb1868 !important;
     }
.comminput {
     border-radius: 10px;
}
.commtextarea {
     border-radius: 10px;
}