
/* =========================================================
   UYHS SERVICE HERO BUTTON CONSISTENCY
   Brain Integration + Muscle ReActivation
   Desktop: side by side
   Mobile: stacked full width
   ========================================================= */

@media (min-width: 761px) {
  body.uyhs-redesign-page .uyhs-bi-hero-copy .wp-block-buttons,
  body.uyhs-redesign-page .uyhs-mra-hero-copy .wp-block-buttons {
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    align-items:center !important;
    gap:12px !important;
  }

  body.uyhs-redesign-page .uyhs-bi-hero-copy .wp-block-button,
  body.uyhs-redesign-page .uyhs-mra-hero-copy .wp-block-button {
    flex:0 0 auto !important;
    width:auto !important;
    margin:0 !important;
  }

  body.uyhs-redesign-page .uyhs-bi-hero-copy .wp-block-button__link,
  body.uyhs-redesign-page .uyhs-mra-hero-copy .wp-block-button__link {
    width:auto !important;
    white-space:nowrap !important;
  }
}

@media (max-width: 760px) {
  body.uyhs-redesign-page .uyhs-bi-hero-copy .wp-block-buttons,
  body.uyhs-redesign-page .uyhs-mra-hero-copy .wp-block-buttons {
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
  }

  body.uyhs-redesign-page .uyhs-bi-hero-copy .wp-block-button,
  body.uyhs-redesign-page .uyhs-mra-hero-copy .wp-block-button,
  body.uyhs-redesign-page .uyhs-bi-hero-copy .wp-block-button__link,
  body.uyhs-redesign-page .uyhs-mra-hero-copy .wp-block-button__link {
    width:100% !important;
  }
}
