/* Blog listing: rounded top-right on white cards (~50px), aligned with site-wide rectangle treatment */
.u-section-1 .u-blog .u-blog-post.u-white,
.u-section-2 .u-blog .u-blog-post.u-white {
  border-top-right-radius: 50px;
  overflow: hidden;
}
