/* Whole Body Wellness acupuncture alignment — Codex 2026-07-14 */
.wbw-phases-section .mkdf-process-holder {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: calc(100vw - 64px) !important;
  max-width: 1180px !important;
}
.wbw-phases-section .mkdf-process-inner {
  width: 100% !important;
  max-width: 1180px !important;
  padding: 0 28px !important;
  box-sizing: border-box !important;
  gap: 32px !important;
}
.wbw-phases-section .mkdf-process-item {
  width: calc((100% - 64px) / 3) !important;
  max-width: none !important;
}
.wbw-phases-section .mkdf-pi-content,
.wbw-phases-section .mkdf-pi-title,
.wbw-phases-section .mkdf-pi-text {
  width: 100% !important;
  max-width: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
.wbw-package-grid {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: calc(100vw - 64px) !important;
  max-width: 1180px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 26px !important;
  box-sizing: border-box !important;
}
.wbw-package-grid > .wpb_column {
  width: calc((100% - 52px) / 3) !important;
  display: flex !important;
  align-self: stretch !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.wbw-package-grid > .wpb_column > .vc_column-inner {
  width: 100% !important;
  min-height: 100% !important;
  display: flex !important;
  padding: 32px 24px !important;
  box-sizing: border-box !important;
}
.wbw-package-grid .wpb_wrapper,
.wbw-package-grid .mkdf-price-list,
.wbw-package-grid .mkdf-price-list-holder,
.wbw-package-grid .mkdf-pricelist-item,
.wbw-package-grid .mkdf-pricelist-item-inner,
.wbw-package-grid .mkdf-pricelist-title-price-holder {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
}
.wbw-package-grid .mkdf-price-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wbw-package-grid .mkdf-pricelist-title,
.wbw-package-grid .mkdf-pricelist-description {
  width: 100% !important;
  text-align: left !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}
@media (max-width: 767px) {
  .wbw-phases-section .mkdf-process-holder,
  .wbw-package-grid { width: calc(100vw - 30px) !important; }
  .wbw-phases-section .mkdf-process-inner,
  .wbw-package-grid { display: block !important; }
  .wbw-phases-section .mkdf-process-item,
  .wbw-package-grid > .wpb_column {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
}

/* Final width correction for Aviana/WPBakery theme rules */
body.page-id-3509 .wbw-phases-section .mkdf-process-inner {
  display: flex !important;
  width: 100% !important;
  max-width: none !important;
  gap: 32px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}
body.page-id-3509 .wbw-phases-section .mkdf-process-item {
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.page-id-3509 .wbw-package-grid {
  min-width: calc(100vw - 64px) !important;
}
body.page-id-3509 .wbw-package-grid > .wpb_column {
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
}
/* publish refresh */

/* Acupuncture layout refinement — boxes, phases, packages */
body.page-id-3509 .wbw-session-types {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
body.page-id-3509 .wbw-session-types .vc_inner {
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 32px !important;
}
body.page-id-3509 .wbw-session-types .vc_inner > .wpb_column {
  flex: 1 1 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  display: flex !important;
}
body.page-id-3509 .wbw-session-types .vc_inner > .wpb_column > .vc_column-inner {
  width: 100% !important;
  padding: 38px 42px !important;
  background: #ffffff !important;
  border: 1px solid rgba(141,0,126,.18) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 28px rgba(28,18,32,.08) !important;
}
body.page-id-3509 .wbw-session-types .wpb_text_column {
  width: 100% !important;
  max-width: 500px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
body.page-id-3509 .wbw-session-types h3 {
  margin-bottom: 20px !important;
  text-align: center !important;
}

body.page-id-3509 .wbw-phases-section .mkdf-process-holder {
  display: block !important;
  width: calc(100vw - 64px) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: auto !important;
  transform: none !important;
}
body.page-id-3509 .wbw-phases-section .mkdf-process-inner {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  max-width: none !important;
  gap: 36px !important;
  padding: 0 !important;
}
body.page-id-3509 .wbw-phases-section .mkdf-process-inner > .mkdf-process-item {
  display: block !important;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 28px !important;
  text-align: center !important;
}
body.page-id-3509 .wbw-phases-section .mkdf-pi-content,
body.page-id-3509 .wbw-phases-section .mkdf-pi-title,
body.page-id-3509 .wbw-phases-section .mkdf-pi-text {
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.page-id-3509 .wbw-package-grid .mkdf-price-list,
body.page-id-3509 .wbw-package-grid .mkdf-pricelist-item,
body.page-id-3509 .wbw-package-grid .mkdf-pricelist-title-price-holder,
body.page-id-3509 .wbw-package-grid .mkdf-pricelist-description {
  text-align: center !important;
}
body.page-id-3509 .wbw-package-grid .mkdf-pricelist-title,
body.page-id-3509 .wbw-package-grid .mkdf-pricelist-description,
body.page-id-3509 .wbw-package-grid p {
  text-align: center !important;
}
body.page-id-3509 .wbw-package-grid .mkdf-pricelist-description {
  max-width: 270px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 767px) {
  body.page-id-3509 .wbw-session-types .vc_inner,
  body.page-id-3509 .wbw-phases-section .mkdf-process-inner {
    display: block !important;
  }
  body.page-id-3509 .wbw-session-types .vc_inner > .wpb_column,
  body.page-id-3509 .wbw-phases-section .mkdf-process-inner > .mkdf-process-item {
    width: 100% !important;
    margin-bottom: 28px !important;
  }
}

/* Whole Body Wellness: seamless homepage service overlays */
body.home .mkdf-interactive-banner-holder .mkdf-banner-text-holder {
  left: -15px !important;
  width: calc(100% + 30px) !important;
}/* WBW mobile hero buttons: keep both CTAs inside the glass card */
@media (max-width: 767px) {
  .wbw-home-hero-actions,
  .wbw-home-hero-actions a {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}