/**
  * Iframe component
 */

.block-iframe {
  iframe {
    border-radius: var(--border-radius-lg);
  }
}
