.cate-post .elementor-post-info__terms-list-item {
    display: flex;
    min-width: 100px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    background: #E5E5E5;
    border-radius: 999px;
}

.single img[src*="smiley"], .single img[src*="emoji"] {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.single .content-post p a {
    color: #7A33FF;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 11%;
    text-underline-offset: 17%;
    text-underline-position: from-font;
}

.post-recents .blog-item .featured-image a img {
    height: 180px;
}

.post-recents .blog-item .custom-blog-excerpt {
    display: -webkit-box;
    min-height: 60px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-recents .blog-item h3 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
}

.content-post .e-flex.e-con-boxed {
    padding: 0;
}

@media (max-width: 767px) {
    .main-blog #breadcrumbs span span:first-child::after,
    .single #breadcrumbs span span:first-child::after {
        color: #0A0A0AE5;
    }

    .main-blog .elementor-widget-loop-grid .elementor-grid {
        gap: 16px;
    }
}