.rollshaper-shortcode {
  width: 100%;
  max-width: 100%;
  height: var(--rollshaper-height, 820px);
  overflow: hidden;
  border-radius: 20px;
  background: #f6f6f5;
}

.rollshaper-shortcode__frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f6f6f5;
}

@media (max-width: 760px) {
  .rollshaper-shortcode {
    height: var(--rollshaper-mobile-height, 980px);
    border-radius: 17px;
  }
}
