@charset "UTF-8";
figure.iframe {
  margin: 0;
  padding: 0;
}
figure.iframe iframe {
  border: none;
}
figure.iframe figcaption {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
}
figure.iframe a.open-in-new {
  display: flex;
  margin-left: auto;
  gap: 0.5ch;
  text-decoration: none;
  color: inherit;
  align-items: center;
  opacity: 0.5;
  transition: opacity 200ms;
}
figure.iframe a.open-in-new:hover {
  opacity: 1;
}
figure.iframe a.open-in-new::before {
  font-family: "Material Icons";
  content: "open_in_new";
}