.elementor-7403 .elementor-element.elementor-element-957a8e4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7403 .elementor-element.elementor-element-4fb523e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7403 .elementor-element.elementor-element-cea9994{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7403 .elementor-element.elementor-element-d20bc94{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-7403 .elementor-element.elementor-element-683e6fa{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-7403 .elementor-element.elementor-element-a6f2733{--display:flex;}.elementor-7403 .elementor-element.elementor-element-687ad07{--display:flex;}/* Start custom CSS for container, class: .elementor-element-957a8e4 *//* =========================================================
   ST37 — Care Partner (Senior Facility pillar)
   Scope: .ss-st37
   ========================================================= */

.ss-st37{}

/* Tighten vertical rhythm inside this section */
.ss-st37 .ss-st37__grid{ align-items: start; }

/* Left content readability */
.ss-st37 .ss-st37__content{
  max-width: 46rem;
}

/* Headline polish */
.ss-st37 .ss-st37__headline{
  margin-bottom: .25rem;
}

/* Bullets: luxe “dot” bullets */
.ss-st37 .ss-st37__bullets ul{
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ss-st37 .ss-st37__bullets li{
  position: relative;
  padding-left: 1.15rem;
  margin: .55rem 0;
}
.ss-st37 .ss-st37__bullets li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: .45rem;
  height: .45rem;
  border-radius: 999px;
  background: rgba(255,44,86,.55); /* Passion Pink tint */
  box-shadow: 0 0 0 3px rgba(255,44,86,.10);
}

/* Staff panel tweaks */
.ss-st37 .ss-st37__staff{
  height: fit-content;
}
.ss-st37 .ss-st37__staff-note{
  font-size: var(--ss-fs-sm);
}

/* CTA row: equal-width, luxe buttons */
.ss-st37 .ss-st37__ctas{
  margin-top: var(--ss-gap-5);
  align-items: stretch;
}
.ss-st37 .ss-st37__ctas .elementor-widget-button{
  flex: 1 1 240px;
}
.ss-st37 .ss-st37__ctas .elementor-widget-button .elementor-button.ss-btn{
  width: 100%;
}

/* Responsive: reduce gap + center CTAs on mobile */
@media (max-width: 767px){
  .ss-st37 .ss-st37__ctas{
    justify-content: center;
    margin-top: var(--ss-gap-4);
  }
}

/* Hide blocks if their ACF output is empty
   (Modern browsers; safe graceful fallback if unsupported) */
.ss-st37 .ss-st37__intro:has(.elementor-widget-container:empty),
.ss-st37 .ss-st37__bullets:has(.elementor-widget-container:empty),
.ss-st37 .ss-st37__staff-note:has(.elementor-widget-container:empty){
  display: none !important;
}

/* If staff note is empty, hide the entire right column */
.ss-st37 .ss-st37__aside:has(.ss-st37__staff-note .elementor-widget-container:empty){
  display: none !important;
}
/* =========================================================
   ST37 — CTA Row Tighten (fix “buttons far apart”)
   Scope: .ss-st37 .ss-st37__ctas
   ========================================================= */

.ss-st37 .ss-st37__ctas{
  /* override the global .ss-row flex behavior */
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

  /* tighter spacing */
  gap: 12px 14px !important;

  /* prevent “space-between” style distribution */
  justify-content: center !important;
  align-items: center !important;
  align-content: start !important;

  /* keep the pair from stretching across the whole page */
  max-width: 560px !important;
  margin-inline: auto !important;

  /* kill any weird height that makes them separate */
  min-height: 0 !important;
}

/* Elementor sometimes adds margins on widgets */
.ss-st37 .ss-st37__ctas .elementor-widget-button{
  margin: 0 !important;
}

/* make each button fill its grid cell */
.ss-st37 .ss-st37__ctas .elementor-button{
  width: 100% !important;
  white-space: nowrap !important;
}

/* Mobile: stack */
@media (max-width: 767px){
  .ss-st37 .ss-st37__ctas{
    grid-template-columns: 1fr !important;
    max-width: 360px !important;
  }
}/* =========================================================
   ST37 — Bullets as “Pill Chips w/ Check”
   Target: .ss-st37__bullets.ss-prose (Text Editor WYSIWYG)
   ========================================================= */

.ss-st37 .ss-st37__bullets ul,
.ss-st37 .ss-st37__bullets ol{
  /* turn the list into a wrapping chip row */
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;

  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px; /* row gap / column gap */
  align-items: center;
}

/* each list item becomes a pill */
.ss-st37 .ss-st37__bullets li{
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 14px 10px 12px;
  border-radius: var(--ss-r-pill);

  border: 1px solid rgba(255,44,86,.18);
  background: linear-gradient(180deg,
    rgba(255,44,86,.07),
    rgba(255,255,255,.70)
  );

  box-shadow: 0 10px 28px rgba(26,26,26,.08);
  color: var(--ss-ink-soft);
  font-weight: 600;
  font-size: var(--ss-fs-sm);
  line-height: 1.15;

  /* matches your screenshot “chip” behavior */
  white-space: nowrap;
}

/* replace your previous pink dot with a check-in-circle */
.ss-st37 .ss-st37__bullets li::before{
  content: "✓";
  display: grid;
  place-items: center;

  width: 22px;
  height: 22px;
  border-radius: 999px;

  background: rgba(255,44,86,.10);
  border: 1px solid rgba(255,44,86,.28);
  color: var(--ss-pink);

  font-weight: 900;
  font-size: 13px;

  /* override any old positioning rules */
  position: static !important;
  box-shadow: 0 0 0 3px rgba(255,44,86,.08);
}

/* Mobile: allow chips to wrap text if needed */
@media (max-width: 767px){
  .ss-st37 .ss-st37__bullets li{
    white-space: normal;
  }
}
/* =========================================================
   ST37 — Vertically center the ASIDE column inside the 2-col grid
   Target: .ss-st37__aside within .ss-st37__grid
   ========================================================= */

/* Desktop/tablet only (when it's actually 2 columns) */
@media (min-width: 768px){
  /* keep left column top-aligned */
  .ss-st37 .ss-st37__grid{ align-items: start; }

  /* center ONLY the aside column vertically */
  .ss-st37 .ss-st37__aside{
    align-self: center;
    height: fit-content;
  }
}/* End custom CSS */