/* Clean, strong media frame */ .notion-image-block { border-radius: 8px; /* Slight rounding for modern feel */ border: 1px solid rgba(255, 255, 255, 0.1); /* Very subtle crisp edge */ box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5); /* Deep shadow for depth */ overflow: hidden; }