.elementor-3966 .elementor-element.elementor-element-bf34e53{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-be0fad2 */#mepr-price-box-2326, #mepr-price-box-3959 {
    display:none !important;
}
#mepr-price-box-2323.mepr-price-box {
    background-color: white !important;
    border-radius:8px !important;
}

/* Put the TWO shortcodes side‑by‑side */
.fa-two-col-shortcodes .elementor-widget-container .elementor-shortcode{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch; /* makes both columns same height */
}

@media (max-width:767px){
  .fa-two-col-shortcodes .elementor-widget-container .elementor-shortcode{
    grid-template-columns:1fr;
  }
}

/* Make each shortcode column stretch */
.fa-two-col-shortcodes .mepr-price-menu{
  display:flex;
  height:100%;
}

/* Normalize MP column variants and let the box fill */
.fa-two-col-shortcodes .mepr-price-boxes{
  display:flex !important;
  flex:1 1 auto;
  align-items:stretch;
  width:100%;
  gap:0; /* spacing comes from the grid above */
}
.fa-two-col-shortcodes .mepr-price-boxes.mepr-3-col,
.fa-two-col-shortcodes .mepr-price-boxes.mepr-2-col,
.fa-two-col-shortcodes .mepr-price-boxes.mepr-1-col{ width:100%; }

/* The white card: fill the column and pin the footer/button */
.fa-two-col-shortcodes .mepr-price-box{
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
  min-height:100%;
  margin:0;              /* MP sometimes adds margins that break equal height */
  box-sizing:border-box; /* make padding not grow the box */
}

/* Push CTA area to the bottom so buttons line up */
.fa-two-col-shortcodes .mepr-price-box-foot{ margin-top:auto; }

/* Optional tidy */
.fa-two-col-shortcodes .mepr-price-box { border-radius:12px; }
.fa-two-col-shortcodes .mepr-price-box-button a{ display:inline-block; }/* End custom CSS */