@charset "UTF-8";
a.button,
.button,
.wp-block-button__link {
  align-items: center;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  font-family: museo-sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  height: 2.5em;
  justify-content: center;
  line-height: 1.5;
  padding: calc(0.5em - 1px) 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
}

.button.is-primary.is-outlined, .button.is-primary.is-outlined.is-primary,
.button.is-primary.is-outlined.is-outlined,
.button.is-primary.is-outlined.is-outlined.is-primary,
.button.is-outlined.is-primary.is-outlined,
.button.is-outlined.is-primary.is-outlined.is-primary,
.button.is-primary-light.is-outlined,
.button.is-primary-light.is-outlined.is-primary,
.button.is-white.is-outlined,
.button.is-white.is-outlined.is-primary {
  background-color: transparent;
  border-color: #830065;
  color: #830065;
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-primary:hover, .button.is-primary.is-outlined.is-primary:focus,
.button.is-primary.is-outlined.is-outlined:hover,
.button.is-primary.is-outlined.is-outlined:focus,
.button.is-primary.is-outlined.is-outlined.is-primary:hover,
.button.is-primary.is-outlined.is-outlined.is-primary:focus,
.button.is-outlined.is-primary.is-outlined:hover,
.button.is-outlined.is-primary.is-outlined:focus,
.button.is-outlined.is-primary.is-outlined.is-primary:hover,
.button.is-outlined.is-primary.is-outlined.is-primary:focus,
.button.is-primary-light.is-outlined:hover,
.button.is-primary-light.is-outlined:focus,
.button.is-primary-light.is-outlined.is-primary:hover,
.button.is-primary-light.is-outlined.is-primary:focus,
.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus,
.button.is-white.is-outlined.is-primary:hover,
.button.is-white.is-outlined.is-primary:focus {
  background-color: #830065;
  border-color: #830065;
  color: #fff;
}

.button.is-primary:not(.is-outlined) {
  background-color: #830065;
  border-color: transparent;
  color: #fff;
}
.button.is-primary:not(.is-outlined):hover, .button.is-primary:not(.is-outlined):focus {
  background-color: #6a0051;
  border-color: transparent;
  color: #fff;
}

.button.is-primary-light {
  background-color: #B32572;
  border-color: transparent;
  color: #fff;
}
.button.is-primary-light:hover, .button.is-primary-light:focus {
  background-color: #830065;
  border-color: transparent;
  color: #fff;
}

.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #830065;
}
.button.is-white:hover, .button.is-white:focus {
  background-color: #F9F9F9;
  border-color: transparent;
  color: #6a0051;
}

:not(.ph-button-context--dark) .s-richtext .button.is-primary:not(.is-outlined),
:not(.ph-button-context--dark) .s-richtext .is-style-primary .wp-block-button__link,
:not(.ph-button-context--dark) .s-richtext .wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-primary-light):not(.is-style-outline-white) .wp-block-button__link,
.ph-button-context--light .button.is-primary:not(.is-outlined),
.ph-button-context--light .is-style-primary .wp-block-button__link,
.ph-button-context--light .wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-primary-light):not(.is-style-outline-white) .wp-block-button__link {
  background-color: #830065;
  border-color: transparent;
  color: #fff;
}
:not(.ph-button-context--dark) .s-richtext .button.is-primary:not(.is-outlined):hover, :not(.ph-button-context--dark) .s-richtext .button.is-primary:not(.is-outlined):focus,
:not(.ph-button-context--dark) .s-richtext .is-style-primary .wp-block-button__link:hover,
:not(.ph-button-context--dark) .s-richtext .is-style-primary .wp-block-button__link:focus,
:not(.ph-button-context--dark) .s-richtext .wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-primary-light):not(.is-style-outline-white) .wp-block-button__link:hover,
:not(.ph-button-context--dark) .s-richtext .wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-primary-light):not(.is-style-outline-white) .wp-block-button__link:focus,
.ph-button-context--light .button.is-primary:not(.is-outlined):hover,
.ph-button-context--light .button.is-primary:not(.is-outlined):focus,
.ph-button-context--light .is-style-primary .wp-block-button__link:hover,
.ph-button-context--light .is-style-primary .wp-block-button__link:focus,
.ph-button-context--light .wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-primary-light):not(.is-style-outline-white) .wp-block-button__link:hover,
.ph-button-context--light .wp-block-button:not(.is-style-outline):not(.is-style-white):not(.is-style-primary-light):not(.is-style-outline-white) .wp-block-button__link:focus {
  background-color: #6a0051;
  border-color: transparent;
  color: #fff;
}
:not(.ph-button-context--dark) .s-richtext .button.is-outlined.is-primary,
:not(.ph-button-context--dark) .s-richtext .is-style-outline .wp-block-button__link,
.ph-button-context--light .button.is-outlined.is-primary,
.ph-button-context--light .is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: #830065;
  color: #830065;
}
:not(.ph-button-context--dark) .s-richtext .button.is-outlined.is-primary:hover, :not(.ph-button-context--dark) .s-richtext .button.is-outlined.is-primary:focus,
:not(.ph-button-context--dark) .s-richtext .is-style-outline .wp-block-button__link:hover,
:not(.ph-button-context--dark) .s-richtext .is-style-outline .wp-block-button__link:focus,
.ph-button-context--light .button.is-outlined.is-primary:hover,
.ph-button-context--light .button.is-outlined.is-primary:focus,
.ph-button-context--light .is-style-outline .wp-block-button__link:hover,
.ph-button-context--light .is-style-outline .wp-block-button__link:focus {
  background-color: #830065;
  border-color: #830065;
  color: #fff;
}

.ph-button-context--dark .button.is-white:not(.is-outlined),
.ph-button-context--dark .is-style-white .wp-block-button__link,
.ph-button-context--dark .wp-block-button:not(.is-style-primary-light):not(.is-style-outline-white):not(.is-style-primary):not(.is-style-outline) .wp-block-button__link {
  background-color: #fff;
  border-color: transparent;
  color: #830065;
}
.ph-button-context--dark .button.is-white:not(.is-outlined):hover, .ph-button-context--dark .button.is-white:not(.is-outlined):focus,
.ph-button-context--dark .is-style-white .wp-block-button__link:hover,
.ph-button-context--dark .is-style-white .wp-block-button__link:focus,
.ph-button-context--dark .wp-block-button:not(.is-style-primary-light):not(.is-style-outline-white):not(.is-style-primary):not(.is-style-outline) .wp-block-button__link:hover,
.ph-button-context--dark .wp-block-button:not(.is-style-primary-light):not(.is-style-outline-white):not(.is-style-primary):not(.is-style-outline) .wp-block-button__link:focus {
  background-color: #F9F9F9;
  border-color: transparent;
  color: #6a0051;
}
.ph-button-context--dark .button.is-primary-light,
.ph-button-context--dark .is-style-primary-light .wp-block-button__link {
  background-color: #B32572;
  border-color: transparent;
  color: #fff;
}
.ph-button-context--dark .button.is-primary-light:hover, .ph-button-context--dark .button.is-primary-light:focus,
.ph-button-context--dark .is-style-primary-light .wp-block-button__link:hover,
.ph-button-context--dark .is-style-primary-light .wp-block-button__link:focus {
  background-color: #830065;
  border-color: transparent;
  color: #fff;
}
.ph-button-context--dark .is-style-outline-white .wp-block-button__link {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.ph-button-context--dark .is-style-outline-white .wp-block-button__link:hover, .ph-button-context--dark .is-style-outline-white .wp-block-button__link:focus {
  background-color: #fff;
  border-color: #fff;
  color: #830065;
}

.wp-block-button {
  margin-bottom: 1rem;
}

.c-hours-schedule__heading {
  margin: 0 0 0.5rem;
}

.c-hours-open-now {
  align-items: center;
  color: #1a7f37;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 600;
  gap: 0.5rem;
  margin: 0 0 1rem;
}

.c-hours-open-now__dot {
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.35);
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}

.c-hours-schedule__table {
  border-collapse: collapse;
  margin: 0;
  max-width: 28rem;
  width: 100%;
}
.c-hours-schedule__table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.c-hours-schedule__table tbody tr:last-child {
  border-bottom: none;
}

.c-hours-schedule__day {
  font-weight: 700;
  margin: 0;
  padding: 0.5rem 0.75rem 0.5rem 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}

.c-hours-schedule__hours {
  margin: 0;
  padding: 0.5rem 0;
  vertical-align: top;
}

.c-location-hero {
  margin: 0 auto;
  max-width: 1740px;
  position: relative;
}

.c-location-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .c-location-hero__image {
    left: 58%;
    width: 42%;
  }
}
@media screen and (min-width: 1504px) {
  .c-location-hero__image {
    left: auto;
    right: -150px;
    width: calc(42% + 150px);
  }
}

@media screen and (min-width: 769px), print {
  .half .c-location-hero__image {
    left: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 1504px) {
  .half .c-location-hero__image {
    width: calc(50% + 150px);
  }
}

.c-location-hero__lead {
  color: #fff;
  padding: 16px 16px 45px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .c-location-hero__lead {
    min-height: 425px;
    padding: 85px 16px 115px;
  }
}
.c-location-hero__lead::before {
  background: linear-gradient(45deg, #830065 0%, #B32572 52%, #EC0086 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .c-location-hero__lead::before {
    opacity: 1;
    width: 58%;
  }
}
@media screen and (min-width: 1504px) {
  .c-location-hero__lead::before {
    left: -150px;
    width: calc(58% + 150px);
  }
}
.c-location-hero__lead h1,
.c-location-hero__lead h2,
.c-location-hero__lead h3 {
  color: #fff;
  margin: 0 0 9px;
}
.c-location-hero__lead a {
  color: #fff;
}

@media screen and (min-width: 769px), print {
  .half .c-location-hero__lead::before {
    width: 50%;
  }
}
@media screen and (min-width: 1504px) {
  .half .c-location-hero__lead::before {
    width: calc(50% + 150px);
  }
}

.c-location-hero__back {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 0 45px;
}
@media screen and (min-width: 1504px) {
  .c-location-hero__back {
    left: 0;
    position: absolute;
    top: 32px;
  }
}
.c-location-hero__back:hover, .c-location-hero__back:focus {
  border-color: #fff;
  text-decoration: underline;
}
.c-location-hero__back::before {
  content: "\f060";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  margin: 0 7px 0 0;
}

.c-location-hero__type {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.c-location-hero__specialty {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}

.c-location-hero__status {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9375rem;
  font-weight: 400;
  gap: 0.65rem 1.25rem;
  line-height: 1.35;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.c-location-hero__status li {
  margin: 0;
  padding-left: 1.35rem;
  position: relative;
}
.c-location-hero__status li::before {
  color: rgba(255, 255, 255, 0.95);
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  font-size: 0.7rem;
  font-weight: 300;
  left: 0;
  position: absolute;
  top: 0.12em;
}

.c-location-hero--practice-office {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .c-location-hero--practice-office {
    display: block;
  }
}
@media screen and (min-width: 769px), print {
  .c-location-hero--practice-office .c-location-hero__image {
    left: 50%;
    right: auto;
    width: 50%;
  }
}
.c-location-hero--practice-office .c-location-hero__lead {
  flex: 1 1 auto;
}
.c-location-hero--practice-office .c-location-hero__lead h1,
.c-location-hero--practice-office .c-location-hero__lead h2,
.c-location-hero--practice-office .c-location-hero__lead h3 {
  color: #fff;
}
.c-location-hero--practice-office .c-location-hero__lead::before {
  background: #5c0038;
  filter: none;
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .c-location-hero--practice-office .c-location-hero__lead::before {
    background: radial-gradient(125% 90% at 0% 0%, rgba(236, 0, 134, 0.38) 0%, transparent 55%), radial-gradient(80% 65% at 85% 100%, rgba(20, 0, 16, 0.28) 0%, transparent 50%), linear-gradient(108deg, #4a002f 0%, #72004a 42%, #800050 100%);
    left: 0;
    width: 50%;
  }
}
.c-location-hero--practice-office .c-location-hero__type {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-location-hero--practice-office .c-location-hero__image {
    background-position: 50% 40%;
    height: min(52vw, 280px);
    left: auto;
    min-height: 200px;
    order: 2;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .c-location-hero--practice-office .c-location-hero__lead {
    order: 1;
    padding-bottom: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .c-location-hero--practice-office .c-location-hero__lead h1 {
    font-size: clamp(1.5rem, 2vw, 2.2rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 0.35rem;
  }
}

.c-location-hero--practice-office__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 220px;
}
@media screen and (min-width: 1024px) {
  .c-location-hero--practice-office__column {
    min-height: 320px;
  }
}

.c-location-hero--practice-office__copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px), print {
  .c-location-hero--practice-office__copy {
    box-sizing: border-box;
    max-width: calc(50% - var(--po-content-inset, 16px) - 1rem);
    width: 100%;
  }
  .c-location-hero--practice-office__copy h1 {
    hyphens: auto;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}
.c-location-hero--practice-office__copy .c-practice-office-hero__back {
  align-items: center;
  align-self: flex-start;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 400;
  gap: 0.4rem;
  line-height: 1.2;
  margin-bottom: -1px;
  margin-top: 1rem;
  max-width: 100%;
  padding: 9px 16px 10px;
  position: relative;
  text-decoration: none;
  z-index: 12;
}
.c-location-hero--practice-office__copy .c-practice-office-hero__back, .c-location-hero--practice-office__copy .c-practice-office-hero__back:hover, .c-location-hero--practice-office__copy .c-practice-office-hero__back:focus, .c-location-hero--practice-office__copy .c-practice-office-hero__back:visited {
  color: #fff;
  text-decoration: none;
}
.c-location-hero--practice-office__copy .c-practice-office-hero__back:hover, .c-location-hero--practice-office__copy .c-practice-office-hero__back:focus {
  background: rgba(0, 0, 0, 0.3);
}
.c-location-hero--practice-office__copy .c-practice-office-hero__back::before {
  content: "\f053";
  font-family: "Font Awesome 7 Pro";
  font-size: 0.65rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}

.c-practice-office-page-shell > .c-location-hero.c-location-hero--practice-office {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
}

.c-practice-office-page-shell .c-location-hero--practice-office .c-location-hero__lead {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .c-practice-office-page-shell .c-location-hero--practice-office .c-location-hero__lead {
    padding-bottom: 115px;
    padding-top: 85px;
  }
}

.c-hospital-hero {
  position: relative;
}

.c-hospital-hero__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 769px), print {
  .c-hospital-hero__image {
    height: auto;
    left: 50%;
    position: relative;
    top: auto;
    transform: translate(-50%, 0);
    width: 100vw;
  }
}
@media screen and (min-width: 1504px) {
  .c-hospital-hero__image {
    max-height: 500px;
  }
}
.c-hospital-hero__image::after {
  content: "";
  display: block;
  padding: 0 0 40%;
}

.c-hospital-hero__lead {
  color: #fff;
  padding: 16px 16px 45px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .c-hospital-hero__lead {
    padding-top: 32px;
  }
}
@media screen and (min-width: 1504px) {
  .c-hospital-hero__lead {
    padding-bottom: 95px;
  }
}
.c-hospital-hero__lead::before {
  background: linear-gradient(45deg, #830065 0%, #B32572 52%, #EC0086 100%);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .c-hospital-hero__lead::before {
    opacity: 1;
  }
}
.c-hospital-hero__lead h1,
.c-hospital-hero__lead h2,
.c-hospital-hero__lead h3 {
  color: #fff;
  margin: 0 0 9px;
}
.c-hospital-hero__lead a {
  color: #fff;
}

.c-hospital-hero__back {
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 0 45px;
}
@media screen and (min-width: 1024px) {
  .c-hospital-hero__back {
    background-color: #830065;
    padding: 7px 15px;
    position: absolute;
    top: 0;
    transform: translate(0, -50%);
  }
}
.c-hospital-hero__back:hover, .c-hospital-hero__back:focus {
  border-color: #fff;
}
@media screen and (min-width: 1024px) {
  .c-hospital-hero__back:hover, .c-hospital-hero__back:focus {
    background-color: #6a0051;
  }
}
.c-hospital-hero__back::before {
  content: "\f060";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: 300;
  margin: 0 7px 0 0;
}

.c-hospital-hero__type {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

.c-hospital-hero__specialty {
  font-size: 1rem;
  font-weight: 300;
  margin: 0;
}

.c-location-data {
  font-size: 1rem;
  font-weight: 300;
  margin: -30px 16px 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .c-location-data {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1504px) {
  .c-location-data {
    margin-top: -70px;
  }
}
.c-location-data .column {
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px), print {
  .c-location-data .column {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-location-data .column > div {
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .c-location-data .column > div {
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 0 32px 0 16px;
  }
}
@media screen and (min-width: 1504px) {
  .c-location-data .column > div {
    margin-bottom: 32px;
    margin-top: 32px;
    padding: 0 32px;
  }
}
.c-location-data .column > div::after {
  border-bottom: 1px solid #D1D1D1;
  content: "";
  display: block;
  left: 16px;
  position: absolute;
  right: 16px;
  top: 0;
}
@media screen and (min-width: 769px), print {
  .c-location-data .column > div::after {
    border-bottom: none;
    border-left: 1px solid #D1D1D1;
    bottom: 0;
    left: 0;
    right: auto;
    top: 0;
  }
}
.c-location-data .column > div:first-child::after {
  display: none;
}
.c-location-data h2 {
  color: #434343;
  font-size: 1.125rem;
  margin: 0 0 11px;
}
@media screen and (min-width: 769px), print {
  .c-location-data a {
    color: #D30A7C;
    text-decoration: underline;
  }
}
.c-location-data a.button,
.c-location-data .c-location-data__address-content a:not(.phone-link):not(.map-link) {
  text-decoration: none;
}

@media screen and (min-width: 769px), print {
  .c-location-data__address {
    max-width: 28%;
  }
}
.c-location-data__address a {
  color: #fff;
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px), print {
  .c-location-data__address a {
    background-color: transparent;
    color: #D30A7C;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: underline;
  }
  .c-location-data__address a:hover, .c-location-data__address a:focus {
    background-color: transparent;
    color: #333;
  }
}

@media screen and (min-width: 1024px) {
  .c-location-data__address-content {
    padding-left: 40px;
  }
}
.c-location-data__address-content a:not(.phone-link):not(.map-link) {
  display: block;
}
@media screen and (min-width: 769px), print {
  .c-location-data__address-content a:not(.phone-link):not(.map-link) {
    background-color: transparent;
    color: #D30A7C;
    font-weight: 400;
    text-decoration: underline;
  }
  .c-location-data__address-content a:not(.phone-link):not(.map-link):hover, .c-location-data__address-content a:not(.phone-link):not(.map-link):focus {
    background-color: transparent;
    color: #333;
  }
}

@media screen and (min-width: 769px), print {
  .c-location-data__address a.map-link,
  .c-location-data__address-content a.map-link {
    background-color: transparent;
    color: #D30A7C;
    font-weight: 400;
    text-decoration: underline;
  }
  .c-location-data__address a.map-link:hover, .c-location-data__address a.map-link:focus,
  .c-location-data__address-content a.map-link:hover,
  .c-location-data__address-content a.map-link:focus {
    background-color: transparent;
    color: #333;
  }
}
.c-location-data__address a.map-link::before,
.c-location-data__address-content a.map-link::before {
  content: "\f3c5";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 7px 0 0;
}

@media screen and (min-width: 769px), print {
  .c-location-data__address a.phone-link,
  .c-location-data__address-content a.phone-link {
    background-color: transparent;
    color: #D30A7C;
    font-weight: 400;
    text-decoration: underline;
  }
  .c-location-data__address a.phone-link:hover, .c-location-data__address a.phone-link:focus,
  .c-location-data__address-content a.phone-link:hover,
  .c-location-data__address-content a.phone-link:focus {
    background-color: transparent;
    color: #333;
  }
}

@media screen and (min-width: 769px), print {
  .c-location-data__hours {
    flex-grow: 1;
    max-width: 40%;
    min-width: 35%;
  }
}

@media screen and (min-width: 769px), print {
  .c-location-data__resources {
    width: 35%;
  }
}
.c-location-data__resources .button {
  display: block;
  margin: 0 0 16px;
  max-width: 250px;
}

.c-location-data__attr {
  font-weight: 700;
  width: 110px;
}

.c-location-data.c-location-data--practice-office .c-practice-office-info-card .column {
  background-color: transparent;
  box-shadow: none;
  color: #333;
}
.c-location-data.c-location-data--practice-office .c-practice-office-info-card h2 {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 11px;
}
.c-location-data.c-location-data--practice-office .c-location-data__attr {
  font-weight: 300;
  padding-right: 0.5rem;
  width: auto;
}
.c-location-data.c-location-data--practice-office .c-location__practice_group_link {
  margin-top: 32px;
}
.c-location-data.c-location-data--practice-office .c-location__practice_group_link a.practice-group-link {
  background-color: transparent;
  border: none;
  color: #D30A7C;
  font-weight: 400;
  hyphens: auto;
  overflow-wrap: break-word;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  white-space: pre-wrap;
  word-break: break-word;
}
.c-location-data.c-location-data--practice-office .c-location__practice_group_link a.practice-group-link::before {
  display: none;
}
.c-location-data.c-location-data--practice-office .c-location__practice_group_link a.practice-group-link.has-icon::before {
  background: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1967_515)'%3E%3Cpath d='M3.5445 5.95001H0.901C0.662726 5.95223 0.434839 6.04787 0.266347 6.21636C0.0978549 6.38485 0.00221664 6.61274 0 6.85101V17H3.5445V5.95001Z' fill='%23D30A7C' /%3E%3Cpath d='M4.28394 0.85V17H14.4839V0.85C14.4839 0.624566 14.3944 0.408365 14.235 0.248959C14.0756 0.0895535 13.8594 0 13.6339 0H5.13394C4.9085 0 4.6923 0.0895535 4.53289 0.248959C4.37349 0.408365 4.28394 0.624566 4.28394 0.85Z' fill='%23D30A7C' /%3E%3C/g%3E%3C/defs%3E%3C/svg%3E") no-repeat left center;
  display: inline;
  padding-left: 16px;
}
.c-location-data.c-location-data--practice-office .c-location__practice_group_link a.practice-group-link.has-icon::after {
  content: "→";
  display: inline-block;
  margin-left: 0.3em;
  text-decoration: none;
}
.c-location-data.c-location-data--practice-office .c-location-data__address-content {
  overflow: visible;
  overflow-wrap: anywhere;
  word-wrap: break-word;
}
.c-location-data.c-location-data--practice-office .c-location-data__address-content p {
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
.c-location-data.c-location-data--practice-office .map-link.has-arrow::after {
  content: "→";
  display: inline-block;
  margin-left: 0.35em;
  text-decoration: none;
}
.c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner .c-practice-office-cta {
  border-radius: 6px;
  display: flex;
  font-weight: 600;
  justify-content: center;
  margin: 0;
  max-width: none;
  text-align: center;
  width: 100%;
}
.c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner .c-practice-office-cta:hover, .c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner .c-practice-office-cta:focus {
  text-decoration: none;
}
.c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner .c-practice-office-cta.is-outlined {
  background-color: #fff;
  border-color: #830065;
  color: #333;
}
.c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner .c-practice-office-cta.is-outlined:hover, .c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner .c-practice-office-cta.is-outlined:focus {
  background-color: #830065;
  border-color: #830065;
  color: #fff;
}
.c-location-data.c-location-data--practice-office .c-practice-office-info-card .column > div::after {
  display: none;
}
@media screen and (min-width: 769px), print {
  .c-location-data.c-location-data--practice-office .c-practice-office-info-card .column:not(:first-child) > div::after {
    border-bottom: none;
    border-left: 1px solid #d1d1d1;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-location-data.c-location-data--practice-office {
    margin-left: 12px;
    margin-right: 12px;
  }
  .c-location-data.c-location-data--practice-office .c-location-data__hours,
  .c-location-data.c-location-data--practice-office .c-location-data__address,
  .c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office {
    padding-left: 0;
    padding-right: 0;
  }
  .c-location-data.c-location-data--practice-office .c-practice-office-info-card .column:not(:first-child) > div::after {
    border-bottom: 1px solid #d1d1d1;
    border-left: none;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office .c-location-data__resources-inner {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

.c-practice-office-info-card {
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.07);
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .c-practice-office-info-card__columns {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
  }
  .c-practice-office-info-card__columns > .column {
    flex: 1 1 0;
    margin: 32px 0;
    max-width: none;
    min-width: 0;
    width: auto;
  }
  .c-practice-office-info-card__columns--count-1 > .column {
    flex: 1 1 100%;
  }
  .c-practice-office-info-card__columns--count-2 > .column {
    flex: 1 1 50%;
    max-width: 50%;
  }
  .c-practice-office-info-card__columns--count-3 > .column {
    flex: 1 1 33.333%;
    max-width: 33.333%;
  }
}
.c-practice-office-info-card__accent {
  background: linear-gradient(90deg, #ffd301 0%, #ff9800 40%, #800050 78%, #d30a7c 100%);
  border-radius: 0 0 2px 2px;
  flex-shrink: 0;
  height: 4px;
  overflow: hidden;
  width: 100%;
}
.c-practice-office-info-card__footer {
  background: #ebebeb;
  border-top: 1px solid #ddd;
  color: #333;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 12px 20px 14px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.c-practice-office-info-card__footer p {
  margin: 0;
}
.c-practice-office-info-card .c-hours-schedule__table tbody tr {
  border-bottom: none;
}
.c-practice-office-info-card .c-hours-schedule__day,
.c-practice-office-info-card .c-hours-schedule__hours {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.container.is-widescreen > .c-location-intro__body,
.container.is-widescreen > .c-hospital-detail-body.is-location > .s-richtext,
.container.is-widescreen > .c-location-card__row,
.container.is-widescreen .columns:not(.is-centered) > .column.is-12-widescreen {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.c-location-intro {
  padding: 0;
}

.c-location-intro__quicklinks {
  display: none;
}
@media screen and (min-width: 769px), print {
  .c-location-intro__quicklinks {
    display: block;
    padding: 35px 16px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-location-intro__quicklinks {
    padding: 50px 16px 0 45px;
  }
}
.c-location-intro__quicklinks h2 {
  border-bottom: 1px solid #bbb;
  color: #333;
  font-size: 1.125rem;
  margin: 0 0 13px;
  padding: 0 0 13px;
}
.c-location-intro__quicklinks li {
  margin: 0 0 11px;
}
.c-location-intro__quicklinks li.hide {
  display: none;
}
.c-location-intro__quicklinks a {
  color: #B32572;
  font-weight: 700;
}
.c-location-intro__quicklinks a:hover, .c-location-intro__quicklinks a:focus {
  color: #333;
  text-decoration: underline;
}

.c-location-card__row {
  padding: 35px 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .c-location-card__row {
    padding: 50px 16px;
  }
}
@media screen and (min-width: 1504px) {
  .c-location-card__row {
    padding: 50px 0;
  }
}
.c-location-card__row::before {
  background-color: #F9F9F9;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}
.c-location-card__row h2 {
  margin: 0 0 21px;
}
@media screen and (min-width: 1024px) {
  .c-location-card__row h2 {
    margin: 0 0 41px;
  }
}

@media screen and (min-width: 769px), print {
  .c-location-card__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -12px;
  }
}

.c-location-card {
  background-color: #fff;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
  font-size: 0.875rem;
  margin: 0 0 2rem;
  padding: 16px;
}
@media screen and (min-width: 769px), print {
  .c-location-card {
    margin: 0 12px 2rem;
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .c-location-card {
    font-size: 1rem;
    width: calc(33.333333% - 24px);
  }
}
.c-location-card.hide {
  display: none;
}
.c-location-card h3 {
  color: #333;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .c-location-card h3 {
    font-size: 1.125rem;
  }
}
.c-location-card a {
  color: #D30A7C;
  text-decoration: underline;
}
.c-location-card a:hover, .c-location-card a:focus {
  color: #333;
  text-decoration: underline;
}

.c-location-card__directions::before {
  content: "\f3c5";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: bold;
  margin: 0 5px 0 0;
}

.c-location-card__phone::before {
  content: "\f095";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  font-weight: bold;
  margin: 0 5px 0 0;
}

.c-location-card__location-action {
  font-weight: 700;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .c-location-card__location-action {
    font-size: 1.125rem;
  }
}
.c-location-card__location-action a {
  color: #B32572;
  text-decoration: none;
}
.c-location-card__location-action a:hover, .c-location-card__location-action a:focus {
  color: #333;
  text-decoration: underline;
}
.c-location-card__location-action a::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 7 Pro";
  margin: 0 0 0 5px;
}

.c-location-card__all {
  background: linear-gradient(to right, #ffd301 0%, #f4702a 20%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
  border: none;
  color: #ED1849;
  display: none;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 5px;
  transition: color 0.2s ease-out;
}
.c-location-card__all.show {
  display: inline-block;
}
.c-location-card__all:hover {
  color: #fff;
}

.c-practice-office-page-shell {
  --po-shell-gutter: 12px;
  --po-hours-col-pl: 0px;
  --po-hours-inner-pl: 16px;
  --po-content-inset: calc(var(--po-hours-col-pl) + var(--po-hours-inner-pl));
  overflow-x: clip;
}
@media screen and (min-width: 769px), print {
  .c-practice-office-page-shell {
    --po-shell-gutter: 16px;
    --po-hours-col-pl: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .c-practice-office-page-shell {
    --po-hours-col-pl: 56px;
  }
}
@media screen and (min-width: 1504px) {
  .c-practice-office-page-shell {
    --po-hours-inner-pl: 32px;
  }
}
.c-practice-office-page-shell .c-practice-office-content-inset {
  box-sizing: border-box;
  padding-right: 16px;
}
.c-practice-office-page-shell > .container.is-widescreen > .c-location-data.c-location-data--practice-office,
.c-practice-office-page-shell .container.is-widescreen > .c-location-data.c-location-data--practice-office {
  margin-left: 0;
  margin-right: 0;
  margin-top: -30px;
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 11;
}
@media screen and (min-width: 1504px) {
  .c-practice-office-page-shell > .container.is-widescreen > .c-location-data.c-location-data--practice-office,
  .c-practice-office-page-shell .container.is-widescreen > .c-location-data.c-location-data--practice-office {
    margin-top: -70px;
  }
}
.c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__options,
.c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__address,
.c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__hours,
.c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office {
  padding: 32px var(--po-hours-col-pl);
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__options,
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__address,
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__hours,
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office {
    padding: 20px var(--po-hours-col-pl);
  }
}
@media screen and (min-width: 769px), print {
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__options,
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__address,
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__hours,
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__resources--practice-office {
    margin: 32px 0;
    max-width: 33%;
    min-width: 33%;
    padding: 20px var(--po-hours-col-pl);
    width: 33%;
  }
}
@media screen and (min-width: 769px), print {
  .c-practice-office-page-shell .c-location-data.c-location-data--practice-office .column > div {
    padding-left: var(--po-hours-inner-pl);
    padding-right: var(--po-hours-inner-pl);
  }
}
.c-practice-office-page-shell .c-location-data.c-location-data--practice-office .c-location-data__options {
  align-content: center;
}
.c-practice-office-page-shell .c-hospital-detail-body.is-location {
  padding-top: 2rem;
}
.c-practice-office-page-shell .c-practice-office-detail-body__inner {
  max-width: 100%;
  width: 100%;
}
.c-practice-office-page-shell .c-practice-office-detail-body__inner > .columns {
  margin-left: 0;
  margin-right: 0;
}
.c-practice-office-page-shell .c-practice-office-detail-section {
  margin-bottom: 2rem;
}
.c-practice-office-page-shell .c-practice-office-detail-section__heading,
.c-practice-office-page-shell .c-practice-office-intro__expertise .c-practice-office-detail-section__heading {
  color: #830065;
  font-family: museo-sans, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.c-practice-office-page-shell .c-practice-office-faq .c-accordion__heading {
  margin-bottom: 1rem;
  padding: 0;
}
.c-practice-office-page-shell .c-practice-office-faq .c-accordion__container {
  padding: 0;
}
.c-practice-office-page-shell .c-practice-office-about-prisma .c-about-prisma-health {
  background: #f2f2f2;
  margin: 0 0 2rem;
  padding: 1.5rem 1.25rem;
}
.c-practice-office-page-shell .c-practice-office-about-prisma .c-about-prisma-health h2 {
  color: #830065;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-practice-office-page-shell .c-location-hero__status {
    flex-direction: column;
    gap: 0.5rem;
  }
}

.c-practice-office-intro {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 16px;
  margin-top: 16px;
}
.c-practice-office-intro__expertise {
  flex: 1 1 66.666%;
  min-width: 0;
}
.c-practice-office-intro__expertise > :first-child {
  margin-top: 0;
}
.c-practice-office-intro__expertise h2 {
  margin: 0 0 1rem;
}
.c-practice-office-intro__conditions {
  display: flex;
  flex: 1 1 33.333%;
  min-width: 0;
}
.c-practice-office-intro__conditions--solo {
  flex: 1 1 100%;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c-practice-office-intro__expertise, .c-practice-office-intro__conditions {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.c-practice-office-conditions-card,
.c-practice-office-conditions-placeholder {
  border-radius: 10px;
  min-height: 210px;
  width: 100%;
}

.c-practice-office-conditions-card {
  background: linear-gradient(287deg, #830065 10.8%, #B32572 61.85%, #EC0086 101.28%);
  color: #fff;
  padding: 20px 24px;
}
.c-practice-office-conditions-card h2 {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
}
.c-practice-office-conditions-card ul {
  margin: 0;
  padding-left: 1.1rem;
}
.c-practice-office-conditions-card li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 2px;
}
.c-practice-office-conditions-card li::marker {
  color: #ffd301;
}

.c-about-prisma-health h2 {
  color: #830065;
}

.c-hospital-detail-body.is-location {
  padding-top: 2rem;
}

.container.is-widescreen > .c-hospital-detail-body.is-location > .s-richtext,
.container.is-widescreen > .c-location-data {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  width: 100%;
}

.c-locations-ui {
  padding: 2rem 0 3.5rem;
}
.c-locations-ui.is-loading .c-locations-ui__results {
  opacity: 0.5;
}

.c-locations-ui__hero {
  color: #fff;
  margin-bottom: 1rem;
  padding: 1rem 1rem 0.8rem;
  position: relative;
  z-index: 1;
}
.c-locations-ui__hero::before {
  background: linear-gradient(45deg, #830065 0%, #B32572 52%, #EC0086 100%);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: -1;
}
.c-locations-ui__hero h1 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.c-locations-ui__hero .s-richtext,
.c-locations-ui__hero .s-richtext p,
.c-locations-ui__hero .s-richtext li,
.c-locations-ui__hero .s-richtext a {
  color: #fff;
}
.c-locations-ui__hero .s-richtext a {
  text-decoration: underline;
}

.c-locations-ui__search {
  background: rgba(24, 7, 20, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  margin-top: 0.35rem;
  padding: 1rem 1rem 1.1rem;
}
.c-locations-ui__search :focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.c-locations-ui__search input[type=search] {
  background: #fff;
  border: 1px solid #e8cfde;
  border-radius: 999px;
  color: #2f1c29;
  font-size: 1.05rem;
  height: 44px;
  padding: 0 1rem;
}

.c-locations-ui__search-input-wrap {
  align-items: center;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

.c-locations-ui__search-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 999px;
  color: #fff;
  display: none;
  font-size: 1rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.c-locations-ui__search-distance {
  align-items: center;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: auto 88px auto 116px;
}
.c-locations-ui__search-distance label {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.c-locations-ui__search-distance input,
.c-locations-ui__search-distance select {
  background: #fff;
  border: 1px solid #e8cfde;
  border-radius: 999px;
  color: #2f1c29;
  font-size: 0.85rem;
  height: 38px;
  padding: 0 0.55rem;
}

.c-locations-ui__advanced {
  margin-top: 0.95rem;
}
.c-locations-ui__advanced > summary {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.c-locations-ui__advanced[open] {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  margin-top: 1.1rem;
  padding-top: 0.9rem;
}

.c-locations-ui__filter-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.c-locations-ui__filter-group {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #f3e5ed;
  border-radius: 12px;
  padding: 0.85rem;
}
.c-locations-ui__filter-group h2 {
  color: #5c2b4e;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.c-locations-ui__pill-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.c-locations-ui__pill {
  cursor: pointer;
  margin: 0;
}
.c-locations-ui__pill input {
  left: -9999px;
  position: absolute;
}
.c-locations-ui__pill span {
  border: 1px solid #c798b4;
  border-radius: 999px;
  color: #4b233c;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.5rem 0.7rem;
  transition: all 0.2s ease;
}
.c-locations-ui__pill input:checked + span {
  background: #c52378;
  border-color: #c52378;
  color: #fff;
}

.c-locations-ui__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.c-locations-ui__result-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.c-locations-ui__count {
  color: #5a2a4d;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.c-locations-ui__active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.c-locations-ui__active-pill {
  background: #f7eaf2;
  border-radius: 999px;
  color: #7b3d64;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
}

.c-locations-ui__results {
  display: grid;
  gap: 0.8rem;
}

.c-locations-ui__card {
  background: #fff;
  border: 1px solid #c37aa1;
  border-radius: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: row;
  gap: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.c-locations-ui__card::after {
  background: linear-gradient(to right, #ffd301 0%, #f4702a 20%, #ee254a 40%, #ed2870 60%, #c52378 80%, #861766 100%);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  opacity: 0.75;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.c-locations-ui__card h3,
.c-locations-ui__card p {
  margin-bottom: 0.35rem;
}

.c-locations-ui__card-image {
  display: block;
  height: 100%;
  max-width: none;
  min-height: 180px;
  object-fit: cover;
  width: 38%;
}
.c-locations-ui__card-image--placeholder {
  background: linear-gradient(135deg, #eaf0f8 0%, #d8e6f8 100%);
}

.c-locations-ui__card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 1rem 1rem 1.1rem;
}

.c-locations-ui__card-type {
  color: #c52378;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin: 0 0 0.3rem;
  text-transform: uppercase;
}

.c-locations-ui__card-meta {
  color: #6d4b61;
  font-weight: 700;
}

.c-locations-ui__card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.35rem;
}

.c-locations-ui__card-action {
  align-items: center;
  border: 1px solid #d18db0;
  border-radius: 999px;
  color: #7f1e5a;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.35rem;
  line-height: 1;
  padding: 0.45rem 0.65rem;
  text-decoration: none;
}
.c-locations-ui__card-action:hover, .c-locations-ui__card-action:focus {
  background: #fff0f8;
  color: #6f0f4c;
}

.c-locations-ui__card-action-icon {
  align-items: center;
  border: 1px solid #e6b8d1;
  border-radius: 999px;
  display: inline-flex;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}

.c-locations-ui__card-link {
  display: inline-block;
  font-weight: 700;
  margin-top: 0.45rem;
}

.c-locations-ui__empty {
  background: #fbf4f8;
  border: 1px dashed #d7b5ca;
  border-radius: 12px;
  color: #70445f;
  margin: 0;
  padding: 1rem;
}

.c-locations-ui__footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: space-between;
  margin-top: 1rem;
}

.c-locations-ui__distance-note {
  color: #7a5970;
  font-size: 0.8rem;
  margin: 0;
}

@media (min-width: 860px) {
  .c-locations-ui__search {
    padding: 1.25rem;
  }
  .c-locations-ui__search-input-wrap {
    grid-template-columns: 44px 1fr auto auto;
  }
  .c-locations-ui__search-icon {
    display: inline-flex;
  }
  .c-locations-ui__filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-locations-ui__results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 859px) {
  .c-locations-ui__search-distance {
    grid-template-columns: auto 1fr auto 1fr;
  }
  .c-locations-ui__card {
    flex-direction: column;
  }
  .c-locations-ui__card-image {
    min-height: 170px;
    width: 100%;
  }
}
.c-search-results {
  padding-block: var(--ph-section-y);
}

.c-search-results__intro {
  margin-bottom: 1.5rem;
}

.c-yext-results {
  min-height: 12rem;
}

.c-routing-page {
  padding-block: var(--ph-section-y);
}

.c-hub-page {
  padding-block: var(--ph-section-y);
}

.c-hub-page__content {
  margin-top: 1rem;
}

.c-locations-page {
  padding-block: var(--ph-section-y, 0);
}