/*
Theme Name: Omni Custom Theme
Theme URI: http://omniwellnessperformance.com
Description: Custom theme
Author: MarketPilot
Author URI: https://marketpilot.com
Version: 1.0.0
Text Domain: bridge
Template: bridge
*/

/* Pricing table mobile responsiveness fix - 2026-05-01 */
@media (max-width: 767px) {
  .elementor-element-a4ddfc4 > .e-con-inner {
    flex-direction: column !important;
    align-items: center !important;
  }
  .elementor-element-a4ddfc4 > .e-con-inner > .e-con.e-child {
    width: 90% !important;
    max-width: 400px !important;
    margin-bottom: 24px !important;
  }
}
