/* Force only the blog post image to round */
#component_1598546247291_57 .learnworlds-image,
#component_1598546247291_57 .learnworlds-framed-image,
#component_1598546247291_57 div[style*="background-image"] {
border-radius: 18px 18px 0 0 !important;
overflow: hidden !important;
background-clip: padding-box !important;
}
/* Force the blog card wrapper to clip the corners */
#component_1598546247291_57,
#component_1598546247291_57 a,
#component_1598546247291_57 .lw-blog-card {
border-radius: 18px !important;
overflow: hidden !important;
}