/**
 * Basic Embed Module
 *
 * Styles for template-parts/modules/basic_embed_module.php
**/

.basic_embed_module {
  padding: 60px 0;
}

.basic-embed__body {
  position: relative;
}

/* Make dropped-in iframes fluid and prevent layout shift */
.basic-embed__body iframe {
  display: block;
  max-width: 100%;
  border: 0;
}

/* Full Width — break out of the theme container, edge to edge */
.basic-embed__bleed {
  width: 100vw;
  max-width: 100vw;
  /* Pull back to the viewport edges regardless of parent padding */
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.basic_embed_module--full .basic-embed__body iframe {
  width: 100%;
}

@media (max-width: 992px) {
  .basic_embed_module { padding: 48px 0; }
}
