.single-post-template-2 .post-entry {
    border: none;
    box-shadow: none;
    padding: 10px;
    margin-bottom: 10px;
}

.single-post-template-2 .single-post-thumbnail {
    margin-bottom: 0;
    text-align: center;
}

.single-post-template-2 .post-title h1 {
    margin: 10px 0 0 0;
    border: none;
}

.single-post-template-2 .post-title-wrap,
.single-post-template-2 .post-meta-wrap,
.single-post-template-2 .post-rating-wrap {
    text-align: center;
}

.single-post-template-2 .post-meta-wrap svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 4px;
}

.single-post-template-2 .post-entry .post-meta li {
    margin: 5px;
}

.single-post-template-2 .post-rating-wrap .box-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.single-post-template-2 .post-rating-wrap .star-rating {
    float: none;
    margin: 0;
}

.single-post-template-2 .post-content-wrap {
    margin: 2rem 0;
    padding: 25px;
    background-color: #0000000d;
    border-radius: 10px;
}

.single-post-template-2 .ah-share-buttons-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin: 10px 0;
    width: 100%;
    line-height: 1.7;
}

.single-post-template-2 .ah-share-buttons-2 .box-title {
    font-size: 17px;
    font-weight: bold;
}

.single-post-template-2 .post-entry #post-tags {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.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-2 .post-author-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 1.5rem 0;
}

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

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

.single-post-template-2 .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-2 .post-author-wrap .author-name a i {
    vertical-align: middle;
    margin: 0 3px;
}

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

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

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

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

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

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

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

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