/* /* ==================================================
   WP Job Portal – Desktop Layout Enhancement
   Safe for PremiumPress | Mobile-first | Upgrade-safe
   ================================================== */

@media (min-width: 992px) {

  /* Force horizontal layout for Newsletter section widgets */
  .wpjobportal-newsletter-wrapper .wpjobportal-widget-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    gap: 24px;
  }

  /* Ensure child items share equal width */
  .wpjobportal-newsletter-wrapper .wpjobportal-widget-row > div {
    flex: 1 1 auto !important;
  }
}

