@charset "UTF-8";
.edit-template {
  width: 100%;
}

.edit-template:focus {
  outline: 2px solid #2563eb; /* Azul más intenso para el enfoque */
  box-shadow: 0 0 5px rgba(37, 99, 235, 0.5); /* Sombra azul para resaltar */
}

.template-iframe {
  height: 41rem;
}

.show-variables {
  height: 30rem;
  width: 25rem;
  position: absolute;
  right: 0;
  margin-top: 1rem;
  padding: 1rem;
  border: 1px solid #e5e7eb; /* Gris claro */
  border-radius: 0.375rem; /* Bordes redondeados */
  background-color: #f9fafb; /* Fondo ligeramente gris */
}/*# sourceMappingURL=templates.css.map */