.single-hp_listing #primary,
.single-hp_listing .site-main,
.single-hp_listing .content-area,
.single-hp_listing .entry-content,
.single-hp_listing .hp-page,
.single-hp_listing .hp-page__content,
.single-hp_listing .hp-template--listing-view-page {
  max-width: none !important;
}

.single-hp_listing .site-main,
.single-hp_listing .content-area,
.single-hp_listing .content-container.site-container,
.single-hp_listing .bigmp-hp-listing-page,
.single-hp_listing .hp-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.single-hp_listing .content-container.site-container {
  width: min(1180px, calc(100vw - 40px));
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bigmp-hp-listing-page,
.single-hp_listing .bigmp-hp-listing-page {
  width: 100%;
  max-width: none;
}

.bigmp-profile,
.single-hp_listing .bigmp-profile {
  width: min(1180px, calc(100vw - 40px));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 901px) {
  .bigmp-profile,
  .single-hp_listing .bigmp-profile {
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.bigmp-profile *,
.bigmp-profile *::before,
.bigmp-profile *::after {
  box-sizing: border-box;
}

.single-hp_listing .bigmp-hp-listing-page .hp-page__columns {
  display: block !important;
}

.single-hp_listing .bigmp-hp-listing-page .hp-page__content,
.single-hp_listing .bigmp-hp-listing-page .bigmp-hp-main {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}

.bigmp-profile-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--bigmp-hero-side);
  gap: var(--bigmp-hero-gap);
  align-items: end;
  padding: var(--bigmp-hero-pad-y) 0 var(--bigmp-hero-pad-bottom);
  border-bottom: 0;
}

.bigmp-profile-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 50%;
  width: 100vw;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--bigmp-line);
  background: var(--bigmp-hero-bg);
}

.bigmp-profile-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--bigmp-muted);
  font-size: 13px;
  line-height: 1.4;
}

.bigmp-profile-breadcrumbs a {
  color: var(--bigmp-muted);
  text-decoration: none;
}

.bigmp-profile-breadcrumbs a:last-of-type,
.bigmp-profile-breadcrumbs span:last-child {
  color: var(--bigmp-blue);
  font-weight: 800;
}

.bigmp-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.bigmp-profile-badges span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--bigmp-line-strong);
  border-radius: 999px;
  background: #fff;
  color: var(--bigmp-blue);
  font-size: 12px;
  font-weight: 800;
}

.bigmp-profile-hero h1 {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--bigmp-ink);
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
}

@media (min-width: 901px) {
  .single-hp_listing .bigmp-profile-title__name {
    display: inline-block;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: keep-all;
  }
}

.bigmp-profile-summary {
  max-width: 620px;
  margin: 0 0 20px;
  color: #334155;
  font-size: 17px;
  line-height: 1.55;
}

.bigmp-profile-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #40516d;
  font-size: 14px;
  font-weight: 700;
}

.bigmp-profile-facts span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid var(--bigmp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
}

.bigmp-profile-fact::before {
  content: "";
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  background-color: #e11d48;
  -webkit-mask: var(--bigmp-fact-icon) center / contain no-repeat;
  mask: var(--bigmp-fact-icon) center / contain no-repeat;
}

.bigmp-profile-fact--location {
  --bigmp-fact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2.5a6.7 6.7 0 0 0-6.7 6.7c0 4.7 5.4 10.6 6.2 11.4a.7.7 0 0 0 1 0c.8-.8 6.2-6.7 6.2-11.4A6.7 6.7 0 0 0 12 2.5Zm0 9.2a2.6 2.6 0 1 1 0-5.2 2.6 2.6 0 0 1 0 5.2Z'/%3E%3C/svg%3E");
}

.bigmp-profile-fact--hours {
  --bigmp-fact-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.bigmp-profile-fact--hours::before {
  background-color: #64748b;
}

.bigmp-profile-contact,
.bigmp-profile-card,
.bigmp-profile-side-card {
  border: 1px solid var(--bigmp-line);
  border-radius: var(--bigmp-radius);
  background: #fff;
  box-shadow: var(--bigmp-shadow);
}

.bigmp-profile-side-card {
  position: relative;
  overflow: hidden;
}

.bigmp-profile-contact {
    position: relative;
    overflow: hidden;
    padding: 18px;
    text-align: center;
    width: 100%;
    justify-self: stretch;
}

.bigmp-profile-contact::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--bigmp-blue), #60a5fa);
}

.bigmp-profile-contact--regular {
  padding: 16px;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.045);
}

.bigmp-profile-contact--regular::before {
  height: 3px;
  background: var(--bigmp-line-strong);
}

.bigmp-profile-contact strong {
  display: block;
  margin-bottom: 10px;
  color: var(--bigmp-ink);
  font-size: 15px;
  font-weight: 800;
}

.bigmp-profile-contact p {
  margin: 0 0 16px;
  color: var(--bigmp-ink);
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.bigmp-profile-contact--regular strong {
  margin-bottom: 8px;
  font-size: 14px;
}

.bigmp-profile-contact--regular p {
  margin-bottom: 14px;
  font-size: 20px;
}

.bigmp-profile-button,
.bigmp-profile-ghost {
  width: min(100%, 216px);
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 14px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bigmp-profile-button {
  border: 1px solid var(--bigmp-blue);
  background: var(--bigmp-blue);
  color: #fff;
  box-shadow: 0 12px 30px rgba(29, 78, 216, 0.16);
}

.bigmp-profile-button:hover,
.bigmp-profile-button:focus {
  border-color: var(--bigmp-blue-hover);
  background: var(--bigmp-blue-hover);
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(29, 78, 216, 0.22);
}

.bigmp-profile-button:hover,
.bigmp-profile-button:focus,
.bigmp-profile-button:active,
.bigmp-profile-button:visited {
  color: #fff;
}

.bigmp-profile-button.is-copied {
  background: #16a34a;
  border-color: #16a34a;
  color: #fff;
  transform: none;
  box-shadow: none;
}

.bigmp-profile-contact--regular .bigmp-profile-button:not(.is-copied),
.bigmp-profile-contact--regular .bigmp-profile-button:not(.is-copied):visited {
  min-height: 36px;
  box-sizing: border-box;
}

.bigmp-profile-contact--regular .bigmp-profile-button:not(.is-copied):hover,
.bigmp-profile-contact--regular .bigmp-profile-button:not(.is-copied):focus {
  transform: none;
}

.bigmp-profile-contact--regular .bigmp-profile-button.is-copied,
.bigmp-profile-contact--regular .bigmp-profile-button.is-copied:hover,
.bigmp-profile-contact--regular .bigmp-profile-button.is-copied:focus {
  min-height: 36px;
  box-sizing: border-box;
  border-color: #16a34a;
  background: #16a34a;
  color: #fff;
  transform: none;
  box-shadow: none;
}

.bigmp-profile-button__mobile {
  display: none;
}

.bigmp-profile-ghost {
  margin-top: 8px;
  border: 1px solid var(--bigmp-line-strong);
  background: #fff;
  color: var(--bigmp-blue);
  box-shadow: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.bigmp-profile-ghost:hover,
.bigmp-profile-ghost:focus {
  border-color: var(--bigmp-blue);
  background: var(--bigmp-blue-soft);
  color: var(--bigmp-blue);
  transform: translateY(-1px);
}

.bigmp-profile-contact .bigmp-profile-button,
.bigmp-profile-contact .bigmp-profile-ghost {
  width: min(100%, 216px);
}

.bigmp-profile-side-card .bigmp-profile-ghost,
.bigmp-profile-card .bigmp-profile-ghost {
  display: flex;
  width: min(100%, 216px);
  margin-left: auto;
  margin-right: auto;
}

.bigmp-profile-content {
  display: grid;
  grid-template-columns: minmax(0, 832px) 320px;
  gap: 28px;
  align-items: start;
  padding: 38px 0 88px;
}

.bigmp-profile-main,
.bigmp-profile-sidebar {
  display: grid;
  gap: 18px;
}

.bigmp-profile-main {
  min-width: 0;
}

.bigmp-profile-sidebar {
  position: sticky;
  top: 18px;
}

.bigmp-profile-gallery {
  padding: 10px;
  overflow: hidden;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(37, 99, 235, 0.22), rgba(147, 197, 253, 0.16)) border-box;
  border: 1px solid transparent;
}

.bigmp-profile-gallery__layout {
  display: grid;
  gap: 10px;
}

.bigmp-profile-gallery__layout--pro {
  grid-template-columns: minmax(0, 1fr) 158px;
  align-items: stretch;
  max-height: 455px;
}

.bigmp-profile-gallery__main {
  min-width: 0;
  display: flex;
}

.bigmp-profile-gallery__main-trigger {
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: zoom-in;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bigmp-profile-gallery__main-trigger:hover {
  transform: translateY(-1px);
}

.bigmp-profile-gallery__main-trigger:focus {
  outline: none;
}

.bigmp-profile-gallery__main-trigger:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.3);
  outline-offset: 3px;
}

.bigmp-profile-gallery__main img,
.bigmp-profile-gallery__main iframe,
.bigmp-profile-gallery__main video {
  width: 100%;
  height: 350px;
  max-height: 48vh;
  display: block;
  border-radius: 6px;
  background: #fff;
}

.bigmp-profile-gallery__layout--pro .bigmp-profile-gallery__main img,
.bigmp-profile-gallery__layout--pro .bigmp-profile-gallery__main iframe,
.bigmp-profile-gallery__layout--pro .bigmp-profile-gallery__main video,
.bigmp-profile-gallery__layout--pro .bigmp-profile-gallery__video-preview,
.bigmp-profile-gallery__layout--pro .bigmp-profile-gallery__main-trigger {
  height: 100%;
  min-height: 350px;
  max-height: 455px;
}

.bigmp-profile-gallery__main img,
.bigmp-profile-gallery__main video {
  object-fit: cover;
  background: #eef4fb;
}

.bigmp-profile-gallery:not(.bigmp-profile-gallery--pro) .bigmp-profile-gallery__main-trigger {
  background: linear-gradient(135deg, #f7f4cf 0%, #dceeff 100%);
}

.bigmp-profile-gallery:not(.bigmp-profile-gallery--pro) .bigmp-profile-gallery__main img {
  object-fit: contain;
  background: transparent;
}

.bigmp-profile-gallery__main iframe {
  border: 0;
}

.bigmp-profile-gallery__thumbs {
  display: grid;
  gap: 9px;
  align-content: start;
  max-height: 455px;
  overflow-y: auto;
  padding: 0 2px 2px 0;
  scrollbar-width: thin;
}

.bigmp-profile-gallery__thumb {
  position: relative;
  width: 100%;
  min-height: 94px;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  background: #f8fbff;
  color: var(--bigmp-blue);
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.bigmp-profile-gallery__thumb > * {
  grid-area: 1 / 1;
}

.bigmp-profile-gallery__thumb:focus {
  outline: none;
}

.bigmp-profile-gallery__thumb:hover,
.bigmp-profile-gallery__thumb:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.32);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.12);
}

.bigmp-profile-gallery__thumb.is-active {
  display: none;
}

.bigmp-profile-gallery__thumb:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.28);
  outline-offset: 2px;
}

.bigmp-profile-gallery__thumb img {
  width: 100%;
  height: 100%;
  min-height: 94px;
  object-fit: cover;
  display: block;
  transition: transform 0.24s ease;
}

.bigmp-profile-gallery__thumb:hover img,
.bigmp-profile-gallery__thumb:focus-visible img {
  transform: scale(1.025);
}

.bigmp-profile-gallery__thumb--video {
  isolation: isolate;
  background: var(--bigmp-video-thumb, linear-gradient(135deg, #eef4fb, #dbeafe));
  background-position: center;
  background-size: cover;
}

.bigmp-profile-gallery__thumb--video::before,
.bigmp-profile-gallery__video-preview::before {
  content: "";
  grid-area: 1 / 1;
  align-self: stretch;
  justify-self: stretch;
  background: rgba(15, 23, 42, 0.2);
  opacity: 1;
  transition: opacity 0.22s ease, background 0.22s ease;
  z-index: 1;
}

.bigmp-profile-gallery__thumb--video img {
  position: relative;
  z-index: 0;
  transition: transform 0.24s ease;
}

.bigmp-profile-gallery__thumb--video:hover img,
.bigmp-profile-gallery__thumb--video:focus-visible img {
  transform: scale(1.035);
}

.bigmp-profile-gallery__thumb--video:hover::before,
.bigmp-profile-gallery__thumb--video:focus-visible::before,
.bigmp-profile-gallery__video-preview:hover::before,
.bigmp-profile-gallery__video-preview:focus-visible::before {
  background: rgba(15, 23, 42, 0.32);
}

.bigmp-profile-gallery__video-preview {
  height: 350px;
  max-height: 48vh;
  display: grid;
  place-items: center;
  isolation: isolate;
  background: var(--bigmp-video-thumb, linear-gradient(135deg, #eef4fb, #dbeafe));
  background-position: center;
  background-size: cover;
}

.bigmp-profile-gallery__play {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--bigmp-blue);
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.22);
}

.bigmp-profile-gallery__play::before {
  content: "";
  width: 0;
  height: 0;
  transform: translateX(2px);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 16px solid currentColor;
}

.bigmp-profile-gallery__thumb--video .bigmp-profile-gallery__play {
  width: 42px;
  height: 42px;
}

.bigmp-profile-gallery__thumb--video .bigmp-profile-gallery__play::before {
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-left-width: 13px;
}

.bigmp-profile-video-link {
  display: grid;
  min-height: 240px;
  place-items: center;
  border-radius: 6px;
  background: #eef4fb;
  color: var(--bigmp-blue);
  font-weight: 800;
  text-decoration: none;
}

.bigmp-media-lightbox-open {
  overflow: hidden;
}

.bigmp-media-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px clamp(86px, 9vw, 176px);
  background: rgba(15, 23, 42, 0.86);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.bigmp-media-lightbox.is-open {
  display: flex;
  opacity: 1;
}

.bigmp-media-lightbox__stage {
  width: min(1120px, 100%);
  max-height: 88vh;
  display: grid;
  place-items: center;
}

.bigmp-media-lightbox.is-open .bigmp-media-lightbox__stage > * {
  animation: bigmpLightboxMediaIn 0.2s ease both;
}

@keyframes bigmpLightboxMediaIn {
  from {
    opacity: 0;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.bigmp-media-lightbox__stage img,
.bigmp-media-lightbox__stage iframe,
.bigmp-media-lightbox__stage video {
  width: 100%;
  max-height: 88vh;
  display: block;
  border: 0;
  border-radius: 10px;
  background: #020617;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.bigmp-media-lightbox__stage img {
  width: auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.bigmp-media-lightbox__stage iframe,
.bigmp-media-lightbox__stage video {
  aspect-ratio: 16 / 9;
}

.bigmp-media-lightbox__close,
.bigmp-media-lightbox__nav {
  position: absolute;
  display: grid;
  place-items: center;
  appearance: none;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #0f172a;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.16s ease, background 0.16s ease, box-shadow 0.16s ease;
}

.bigmp-media-lightbox__close:hover,
.bigmp-media-lightbox__close:focus,
.bigmp-media-lightbox__nav:hover,
.bigmp-media-lightbox__nav:focus {
  border: 0;
  background: #ffffff;
  color: #0f172a;
  outline: none;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.bigmp-media-lightbox__close:focus-visible,
.bigmp-media-lightbox__nav:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

.bigmp-media-lightbox__close {
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  font-size: 32px;
  line-height: 44px;
}

.bigmp-media-lightbox__nav {
  top: 50%;
  width: 54px;
  height: 54px;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 1;
}

.bigmp-media-lightbox__nav:hover,
.bigmp-media-lightbox__nav:focus {
  transform: translateY(-50%) scale(1.04);
}

.bigmp-media-lightbox__nav svg {
  width: 28px;
  height: 28px;
  display: block;
}

.bigmp-media-lightbox__nav path {
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bigmp-media-lightbox__nav--prev {
  left: clamp(18px, 3.5vw, 72px);
}

.bigmp-media-lightbox__nav--next {
  right: clamp(18px, 3.5vw, 72px);
}

.bigmp-media-lightbox.is-single .bigmp-media-lightbox__nav {
  display: none;
}

.bigmp-media-lightbox__count {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.bigmp-profile-card__body,
.bigmp-profile-side-card {
  padding: 22px;
}

.bigmp-profile-card h2,
.bigmp-profile-side-card h2 {
  margin: 0 0 14px;
  color: var(--bigmp-ink);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.bigmp-profile-side-card h2 {
  font-size: 18px;
}

.bigmp-profile-text,
.bigmp-profile-side-card p {
  color: #40516d;
  font-size: 15px;
  line-height: 1.65;
}

.bigmp-profile-schedule {
  display: grid;
  gap: 10px;
  margin: 0;
}

.bigmp-profile-schedule div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: baseline;
}

.bigmp-profile-schedule dt,
.bigmp-profile-schedule dd {
  margin: 0;
  color: #40516d;
  font-size: 15px;
  line-height: 1.35;
}

.bigmp-profile-schedule dd {
  color: #334155;
  font-weight: 800;
  text-align: right;
}

.bigmp-profile-text p:last-child,
.bigmp-profile-side-card p:last-child {
  margin-bottom: 0;
}

.bigmp-profile-card--offer {
  border-color: rgba(37, 99, 235, 0.22);
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  position: relative;
  overflow: hidden;
}

.bigmp-profile-card--offer::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, var(--bigmp-blue), #60a5fa);
}

.bigmp-profile-offer__eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 10px;
  padding: 0 10px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--bigmp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bigmp-profile-offer__text {
  font-weight: 700;
}

.bigmp-profile-related {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bigmp-profile-related-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 112px;
  padding: 12px;
  border: 1px solid var(--bigmp-line);
  border-radius: 16px;
  color: var(--bigmp-ink);
  text-decoration: none;
  background: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.bigmp-profile-related-card:hover,
.bigmp-profile-related-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
  outline: none;
}

.bigmp-profile-related-card__media {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4f1c9, #d8efff);
}

.bigmp-profile-related-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bigmp-profile-related-card__media--logo img {
  width: 72%;
  height: 72%;
  object-fit: contain;
}

.bigmp-profile-related-card__body {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.bigmp-profile-related-card strong {
  color: var(--bigmp-ink);
  font-size: 15px;
  line-height: 1.25;
}

.bigmp-profile-related-card__body > span:last-child {
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
}

.bigmp-profile-amenities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bigmp-profile-amenities li {
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  color: #1e3a5f;
  font-size: 13px;
  font-weight: 800;
}

.bigmp-profile-amenities li::before {
  content: "✓";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bigmp-blue), #60a5fa);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.16);
}

.bigmp-profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bigmp-profile-links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--bigmp-line);
  border-radius: 999px;
  color: var(--bigmp-blue);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.bigmp-profile-links a:hover,
.bigmp-profile-links a:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.35);
  background: var(--bigmp-blue-soft);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.12);
  outline: none;
}

.hp-page,
.hp-listing--view-page,
.hp-template--listings-view-page,
.hp-template--listing-category-view-page {
  background: var(--bigmp-bg);
  color: var(--bigmp-ink);
}

.single-hp_listing .bigmp-profile-summary:empty {
  display: none;
}
