.single-post-template-3 article.post-entry {
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.single-post-template-3 .post-title h1 {
    margin: 0 0 10px 0;
    color: #333333;
    font-size: 27px;
    border: none;
}

.single-post-template-3 .post-entry .post-meta li {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 16px;
    font-weight: 400;
}

.single-post-template-3 .post-entry .post-meta li a {
    font-size: 16px;
    font-weight: 400;
}

.single-post-template-3 .post-entry ul.post-meta {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.single-post-template-3 .post-entry .post-meta li svg {
    width: 23px;
    height: 23px;
}

.single-post-template-3 .post-content-row {
    max-width: max-content;
    margin-bottom: 2rem;
}

.single-post-template-3 .post-content-wrap {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}

.ah-simple-box-style {
    position: relative;
    background-color: var(--ahura-c-bg-secondary);
    width: 100%;
    border: 1px solid var(--ahura-c-bg-primary);
    padding: 15px;
    border-radius: 10px;
    margin: 1rem 0;
    box-shadow: 0 4px 15px rgb(0 0 0 / 5%);
}

.single-post-template-3 .post-author-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 2.5rem 0 20px 0;
}

.single-post-template-3 .post-author-wrap img {
    max-width: none;
    width: 76px;
    height: 76px;
    border-radius: 50px;
    box-shadow: 0 10px 11px #0000002b;
}

.single-post-template-3 .post-author-wrap .author-name {
    font-weight: bold;
    font-size: 17px;
}

.single-post-template-3 .post-author-wrap .author-name a {
    display: inline-block;
    margin: 0 7px;
    font-size: 13px;
    font-weight: 400;
    background-color: #ccceff;
    color: #3437ab;
    padding: 4px 10px;
    border-radius: 50px;
}

.single-post-template-3 .post-author-wrap .author-name a i {
    vertical-align: middle;
    margin: 0 3px;
}

.single-post-template-3 .post-author-wrap .author-text {
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
}

.single-post-template-3 .post-tags-wrap {
    padding: 10px;
}

.single-post-template-3 .post-tags-wrap .box-title {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block;
}

.single-post-template-3 .post-tags-wrap #post-tags {
    display: inline-block;
    padding: 0 10px;
}

.single-post-template-3 .post-tags-wrap a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 7px;
    background-color: #EFEFEF;
    margin: 3px;
}

.single-post-template-3 .post-tags-wrap a:hover {
    background-color: #7e7e7e;
    color: #fff;
}

.single-post-template-3 .post-rating-wrap {
    margin-bottom: 30px;
}

.single-post-template-3 .related-posts-2 .related-posts-title {
    color: var(--ahura-c-text-primary);
    padding: 0;
    border: none;
}

.single-post-template-3 .related-posts-2 .post-item img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 7px;
}

.single-post-template-3 .related-posts-2 .post-item .post-title {
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.single-post-template-3 .single-content-types {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.single-post-template-3 .single-content-types a span {
    font-size: 15px;
    color: #7e7e7e;
    margin: 0;
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 50px;
}

.single-post-template-3 .ah-share-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    width: 100%;
}

.single-post-template-3 .ah-simple-box-style {
    background-color: transparent;
    border: none;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    box-shadow: none;
    border-radius: 0;
}

.single-post-template-3 .comments-area h3 {
    margin: 0 0 7px 0;
    border: none;
}

.single-post-template-3 .ah-post-comments-wrap {
    padding: 0;
}

.single-post-template-3 .ah-comments-template-2 .comment-respond {
    padding: 20px 0;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .single-post-template-3 :is(.post-entry,article.post-entry) {
    padding: 20px;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .ah-comments-template-2 .comment-respond,
html:is(.ahura-dark-theme, .ahura-black-theme) .single-post-template-3 .post-tags-wrap a {
    background-color: transparent;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .single-post-template-3 .post-meta li svg path {
    stroke: #fff;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .single-post-template-3 .post-content-wrap {
    border-color: transparent;
}

html:is(.ahura-dark-theme, .ahura-black-theme) .single-post-template-3 .ah-simple-box-style {
    border-radius: 10px;
}