/**
 * Standardized Recurso embebido iframes.
 * More specific than .text-formatted iframe so the global 16:9 does not win.
 */

.rea-embed {
  width: 100%;
  margin-bottom: 1.5rem;
}

.rea-embed:last-child {
  margin-bottom: 0;
}

.text-formatted .rea-embed .rea-embed__iframe,
.field-recurso-enriquecido .rea-embed .rea-embed__iframe,
.rea-embed__iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  aspect-ratio: auto;
}

.rea-embed--video {
  position: relative;
  aspect-ratio: 16 / 9;
}

.rea-embed--video .rea-embed__iframe {
  position: absolute;
  inset: 0;
  height: 100%;
}

.rea-embed--interactive .rea-embed__iframe {
  height: 70vh;
  min-height: 32rem;
}

.rea-embed--pdf .rea-embed__iframe {
  height: 75vh;
  min-height: 32rem;
}

.rea-embed--default .rea-embed__iframe {
  height: 70vh;
  min-height: 32rem;
}
