/* Rounded corners for content images across the site, same 9px radius as the case-study media frames.
   Full-bleed hero backgrounds (.image-bg), circle images and avatars keep their own shape.
   Cards whose image zooms on hover are rounded on the clipping link, so the scaled image stays inside the corners. */
:root{--format-media-radius:9px}
.post-link,.customer-link,.big-customer-link,.services-link,.widget-with-image{border-radius:var(--format-media-radius);overflow:hidden;isolation:isolate}
.team-image,.features-list-image,.small-about-image,.contact-image,.grid-halves>img,.post-image-title img,.w-richtext figure img,.project-gallery img,
.image-cluster-portrait,.image-cluster-landscape-large,.image-cluster-landscape-small,.image-cluster-square{border-radius:var(--format-media-radius)}
