div[data-trustmary-widget-template] {
  background: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  border-radius: 8px;
  display: flex;
  position: relative;
}

.trustmary-widget-template-frame {
  display: block;
  width: 100%;
  height: 800px;
  border: none;
  border-radius: 8px;
}
