<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">iframe img {
  width: 80vw !important;
}
iframe body {
  background-color: #ffffff55 !important;
}
.slds-modal__container {
  width: 70%;
  max-width: 70%;
}
/* On low resolution screens, buttons get this applied on hover, this makes it match when not hovered */
button {
  transform: scale(1);
}
</pre></body></html>