.elementor-3374 .elementor-element.elementor-element-666e776{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-be09c0f *//* Wrapper for THIS specific SMS opt-in form */
.hl-form-smsoptin{
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

/* Let HighLevel resize; prevent WP/theme collapse */
.hl-form-smsoptin iframe{
  width: 100% !important;
  min-height: 1077px; /* matches your data-height */
  border: 0 !important;
  display: block !important;
}

/* Mobile: reduce side padding so fields aren't squished */
@media (max-width: 767px){
  .hl-form-smsoptin{
    scroll-margin-top: 120px; /* if you have a sticky header */
  }

  .entry-content, .wp-site-blocks, .wp-block-group, .wp-block-columns,
  .elementor-section, .elementor-container, .elementor-column, .elementor-widget-wrap,
  .container, .site-content, .content-area{
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* optional: give a little extra vertical room on mobile */
  .hl-form-smsoptin iframe{
    min-height: 1200px;
  }
}/* End custom CSS */