/* ==========================================================================
   KETOWP-288 — MyMojoHealth Pro Network pages
   Scoped overrides for /mmh-pro-network/ (page-id-29081)
   and /mmh-pro-network-application/ (page-id-29227)
   Loaded conditionally from functions.php so it can't leak to other pages.
   ========================================================================== */

/* 1. Kill the global `.cta` margin-top:10rem (assets/css/styles.css:664) so
      the WPBakery page doesn't get an inherited gap above the footer band. */
.page-id-29081 .wrapper-outer .cta,
.page-id-29227 .wrapper-outer .cta {
  margin-top: 0;
  padding: 0;
  background-color: transparent;
}

/* 2. "Your Practice, Connected Through MyMojoHealth Pro" section —
      add rounded corners to the blue row container. */
.page-id-29081 .vc_row.vc_custom_1777584870078 {
  border-radius: 25px;
}

/* 3. Same section — widen the gap between the blue (left) and brown (right)
      columns. WPBakery's vc_column-gap-35 = 35px; bump padding for clearer
      visual separation between the two cards. */
.page-id-29081
  .vc_row.vc_custom_1777584870078.vc_column-gap-35
  > .vc_column_container {
  padding-left: 30px;
  padding-right: 30px;
}

/* 4. Light styling pass on the partnership comparison table. */
.page-id-29081 .km-partnership-table {
  padding: 10px 0;
}
.page-id-29081 .km-table-grid {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.page-id-29081 .km-header {
  color: #0c8ba1;
  text-align: center;
  padding: 18px 24px;
}
.page-id-29081 .km-row-label {
  background-color: #f6f6f6;
}
.page-id-29081 .km-cell {
  transition: background-color 0.2s ease;
}
.page-id-29081 .km-table-grid > .km-wholesale,
.page-id-29081 .km-table-grid > .km-affiliate {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .page-id-29081 .km-row-label {
    background-color: transparent;
  }
}
