.natelo_single_post_category .elementor-shortcode {
    display: flex;
}

.natelo_single_post_category .category_container {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: var(--background, #F5F5F7);
}

.natelo_single_post_category svg {
    width: 20px;
    height: 20px;
}

.natelo_single_post_category a {
    color: var(--title-color, #1D1D1F);
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}

.natelo_single_post_category .category_container:hover a {
    color: var(--wd-primary-color, #0071E3);
}

.natelo_single_post_content {
    max-width: 668px !important;
    margin: 0 auto;
    position: relative;
}

.natelo_single_post_share_container {
    position: absolute;
    z-index: 0;
    width: 50px;
    right: 125px;
    left: auto;
    align-items: flex-end;
    align-content: flex-end;
    height: 100% !important;
}

.natelo_single_post_share {
    position: -webkit-sticky;
    position: sticky;
    top: 115px;
    height: fit-content;
    display: block;
    clear: both;
}

.natelo_single_post_share .elementor-widget-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.natelo_single_post_share a svg circle, .natelo_single_post_share a svg path {
    transition: all .25s ease;
}

.natelo_single_post_share a:hover svg circle {
    fill: var(--wd-primary-color, #0071E3);
}

.natelo_single_post_share a:hover svg path {
    fill: #fff;
}

.natelo_single_post_share a.instagram:hover .instagram_e1, .natelo_single_post_share a.instagram:hover .instagram_e2 {
    fill: transparent;
    stroke: #fff;
}

.natelo_single_post_share a.whatsapp:hover .whatsapp_e2{
    fill: var(--wd-primary-color, #0071E3);
}

.natelo_single_post_toc_container {
    position: absolute;
    z-index: 0;
    width: 230px;
    right: auto;
    align-items: flex-start;
    align-content: flex-start;
    height: 100% !important;
    left: calc(-232px);
}

.natelo_single_post_toc {
    position: -webkit-sticky;
    position: sticky;
    top: 103px;
    height: fit-content;
    display: block;
    clear: both;
}

.natelo_single_post_toc .elementor-toc__header {
    padding-bottom: 0 !important;
}

.natelo_single_post_toc .elementor-toc__body {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 0 !important;
}

.natelo_single_post_toc .elementor-toc__body li.elementor-toc__list-item {
    border-bottom: 1px solid var(--border, #E6E6E6);
    padding: 15px 0;
    margin-bottom: 0;
}

.natelo_single_post_toc .elementor-toc__list-wrapper {
    margin-bottom: 0;
}

.natelo_single_post_toc .elementor-toc__body .elementor-toc__list-item-text-wrapper {
    padding-right: 30px;
}

.natelo_single_post_toc ul > li.elementor-toc__list-item:first-child {
    padding-top: 0;
}

.natelo_single_post_toc ul > li.elementor-toc__list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.natelo_single_post_toc li.elementor-toc__list-item a {
    transition: all .25s ease;
}

.natelo_single_post_toc li.elementor-toc__list-item a.elementor-item-active {
    color: var(--wd-primary-color, #0071E3);
}

.natelo_post_feedback {
    margin: 0 5px 5px 5px;
    border-radius: 15px;
    background: var(--gray-light, #FAFAFC);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.natelo_post_feedback span {
    color: var(--title-color, #1D1D1F);
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.natelo_post_feedback .buttons_container {
    display: flex;
    gap: 7px;
    align-content: space-between;
    justify-content: space-between;
}

.natelo_post_feedback .buttons_container a {
    border-radius: 50px;
    background-color: var(--primary40, #EDF5FD);
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    color: var(--wd-primary-color, #0071E3);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    transition: all .25s ease;
}

.natelo_post_feedback .buttons_container a:hover {
    cursor: pointer;
    background-color: var(--wd-primary-color, #0071E3);
    color: #fff;
}

.natelo_post_feedback.disabled{
	pointer-events: none;
    opacity: 0.5;
}

.natelo_single_post_author_box .author_img img {
    border-radius: 100%;
}

.natelo_single_post_author_box .author_box_content {
    flex: 1;
}

.natelo_single_post_author_box .author_box_social .elementor-shortcode {
    display: flex;
    gap: 30px;
    align-items: center;
}

.natelo_single_post_author_box .author_box_social .elementor-shortcode a {
    display: flex;
}

.natelo_single_post_author_box .author_box_social .elementor-shortcode a path {
    transition: all .25s ease;
}

.natelo_single_post_author_box .author_box_social .elementor-shortcode a:hover path {
    fill: var(--wd-primary-color, #0071E3);
}

.natelo_single_post_related_posts a.elementor-author-box__avatar {
    display: flex;
}

.natelo_single_post_related_posts .elementor-author-box__name {
    transition: all .25s ease;
}

.natelo_single_post_related_posts .elementor-author-box__name:hover {
    color: var(--wd-primary-color, #0071E3) !important;
}

.natelo_single_post_content .elementor-widget-theme-post-content h1, .natelo_single_post_content .elementor-widget-theme-post-content h2, .natelo_single_post_content .elementor-widget-theme-post-content h3, .natelo_single_post_content .elementor-widget-theme-post-content h4, .natelo_single_post_content .elementor-widget-theme-post-content h5, .natelo_single_post_content .elementor-widget-theme-post-content h6 {
    line-height: 32px;
    font-weight: 700;
}

.natelo_reviews_container .review_subject{
	display: none;
}

@media screen and (max-width: 1468px) {
    .natelo_single_post_toc_container {
        left: calc(-115px);
    }
}

@media screen and (max-width: 1402px) {
    .natelo_single_post_share_container {
        right: 0;
    }
}

@media screen and (max-width: 1268px) {
    .natelo_single_post_toc_container {
        display: none;
    }
}

@media screen and (max-width: 1140px) {
    .natelo_single_post_share_container {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .natelo_single_post_related_posts .elementor-loop-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .natelo_single_post_related_posts .elementor-loop-container .e-loop-item {
        flex-shrink: 0;
        max-width: 306px;
    }

}