/* Start custom CSS for shortcode, class: .elementor-element-67390ac */article {
    background: white;
    width: 100%;
    max-width: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.meta-categories-wrapp {
    position: absolute;
    top: 0;
    right: 0;
    background: rgb(252, 189, 0);
    translate: 0 -100%;
    padding: 2px;
    left: 0;
    display: flex;
    justify-content: center;
    max-width: max-content;
    margin: 0 auto;
}
@media only screen and (max-width: 600px) {
.posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 20px;
}
}
.posts-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.article-body-container {
    position: relative;
}
.article-inner {
    position: relative;
}
.post-img-wrapp img{
    display: flex;
    margin: 0 auto;
}
.post-date {
    position: absolute;
    top: 0;
    background: white;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 10px;
    display: flex;
    gap: 3px;
}
.article-body-container{
    padding: 5px;
}
.article-body-container >h3 {
    text-align: center;
    translate: 0 50%;
}
p.read-more-section * {
    color: rgb(252, 189, 0);
 
}
.read-more-section {
    text-align: center;
    margin-top: 5px;
}

.rik-blogs{
    margin-top: 50px;
}
.post-img-wrapp{
    transition: all 0.3s;
}
.post-img-wrapp:hover {
    scale: 0.96;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-f25d01c *//* --- Related blog categories: turn the ribbon into pills under the image --- */
body #product-blog-suggestions .article-inner .meta-categories-wrapp {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    translate: none !important;
    transform: none !important;
    background: transparent !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    max-width: max-content !important;
}

/* Keep the pill styling tidy */
body #product-blog-suggestions .article-inner .meta-post-categories.wd-post-cat.wd-style-with-bg {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body #product-blog-suggestions .article-inner .meta-post-categories.wd-post-cat.wd-style-with-bg::before,
body #product-blog-suggestions .article-inner .meta-post-categories.wd-post-cat.wd-style-with-bg::after {
    display: none !important;
}

body #product-blog-suggestions .article-inner .meta-post-categories a {
    display: inline-flex !important;
    align-items: center;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    background-color: #ffd54f !important;
    color: #000 !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
}

body #product-blog-suggestions .article-inner .meta-post-categories a:hover {
    background-color: #ffca28 !important;
    color: #111 !important;
}

/* Hide the unused meta/share rows and tidy spacing */
body #product-blog-suggestions .article-inner .entry-meta,
body #product-blog-suggestions .article-inner .hovered-social-icons {
    display: none !important;
}

body #product-blog-suggestions .article-inner .wd-entities-title {
    margin: 0 0 10px !important;
}

body #product-blog-suggestions .article-inner .wd-entry-content {
    margin-top: 6px !important;
}

.article-body-container {
    position: static !important;
}

.article-body-container >h3 {
    text-align: center;
    translate: 0 0%;
}/* End custom CSS */