/*
 * Event shape enhancement. Browsers that support `corner-shape` receive a
 * superellipse; every other browser retains each component's deliberately
 * tuned border radius. Avoid clipping paths here: mobile Safari can clip
 * nested glass layers and icon artwork at their edges.
 */
.event-squircle {
  corner-shape: squircle;
}
