#single_note .entry-title {
    margin-bottom: 0;
}

#single_note .entry-header {
    margin-bottom: 15px;
}

#single_note .entry-content {
    margin-top: 25px;
}

#single_note .header-academic {
    align-items: center;
    margin-bottom: 20px;
}
.post-thumbnail {
    display: flex;
    justify-content: center;
}
#single_note .header-academic .title-header {
    margin-bottom: 10px;
}

/* #single_note .section-related-ul {
    display: flex;
} */

#single_note .section-related-ul .column {
    display: flex;
    padding: 15px;
    flex-direction: column;

}

#single_note .section-related-ul .column .single-photo-wrapper {
    justify-content: center;
    display: flex;

}

.footer-meta .meta-tags {
    gap: 4px;
}

.footer-meta .meta-item.meta-visits {
    gap: 4px;
}

.section-related-adjustment h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-related-adjustment .desc {
    margin-top: 15px;
}

.section-related-adjustment .desc p.title-related-post {
    margin-bottom: 5px;
    font-weight: 700;
}

.section-related-adjustment .desc p.readmore {
    text-align: end;
}


.entry-header .entry-meta {
    gap: 7px !important;
}

.entry-header .entry-meta .meta-item {
    gap: 3px;
    flex-flow: wrap;
}

#single_note .entry-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}

img.attachment-medium.size-medium.wp-post-image {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
}

.column.one.author-box {
    margin-top: 20px;
}
.author-box h4 {
    margin-bottom: 0px;
}
.author-box-wrapper {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.author-box-wrapper p.author-name {
    margin-bottom: 3px;
       font-weight: 700;
}