.decoupled_preview_iframe-container {
  display: flex;
  height: 75vh;
  border: 2px solid #e0e0d8;
}

.decoupled_preview_iframe .claro-details__wrapper.details-wrapper {
  margin: 0 1.6rem;
}

.decoupled_preview_iframe {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: white no-repeat center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' height='40' width='80'%3E%3Cstyle type='text/css'%3E @keyframes s%7B0%25%7Btransform:rotate(0deg) translate(-50%25,-50%25)%7D50%25%7Btransform:rotate(-430deg) translate(-50%25,-50%25);stroke-dashoffset:20%7D100%25%7Btransform:rotate(-720deg) translate(-50%25,-50%25)%7D%7Dellipse%7Banimation:s 1s linear infinite%7D%3C/style%3E%3Cg transform='translate(5 5)'%3E%3Cellipse fill='none' ry='4' rx='4' cy='5' cx='5' stroke='%23004adc' stroke-width='1' stroke-dashoffset='6.125' stroke-dasharray='25' transform='translate(-5 -5)' /%3E%3C/g%3E%3C/svg%3E");
}

.decoupled_preview_iframe.ready {
  background-image: none;
}

.iframe_information {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.iframe_information div,
.iframe_information label,
.iframe_information a {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 10px;
}

.iframe_information a {
  text-decoration: none;
}

.iframe_information a:hover {
  text-decoration: dotted underline;
}
