/**
 * Simple Design Template Styles
 * Applies consistent styling for form containers with simple design template
 */
[data-structure=b-modern-form],
.s_form_premium {
  background-color: var(--block-bg-color, #ededed);
}

[data-structure=b-modern-form] .p-form-new,
.s_form_premium .c-bg-img {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  max-width: 480px;
  overflow: hidden;
}