.hns-showroom-locations-section {
  --hns-showroom-locations-section-bg: #151515;
  --hns-showroom-locations-font: var(--hns-font-sans, "Inter", Arial, Helvetica, sans-serif);
  --hns-showroom-locations-text: #f7f1e4;
  --hns-showroom-locations-muted: rgba(247, 241, 228, 0.48);
  --hns-showroom-locations-border: rgba(247, 241, 228, 0.14);
  --hns-showroom-locations-panel-bg: rgba(255, 255, 255, 0.015);
  --hns-showroom-locations-container: 1280px;
  --hns-showroom-locations-section-x: 24px;
  --hns-showroom-locations-section-top: 92px;
  --hns-showroom-locations-section-bottom: 78px;
  --hns-showroom-locations-heading-gap: 42px;
  --hns-showroom-locations-column-gap: 40px;
  --hns-showroom-locations-media-gap: 28px;
  --hns-showroom-locations-info-min: 140px;
  --hns-showroom-locations-info-padding: 30px 24px;
  --hns-showroom-locations-label-size: 16px;
  --hns-showroom-locations-body-size: 16px;
  --hns-showroom-locations-icon-size: 24px;
  --hns-showroom-locations-row-gap: 18px;

  width: 100%;
  overflow: hidden;
  background: var(--hns-showroom-locations-section-bg);
  color: var(--hns-showroom-locations-text);
}

.hns-showroom-locations-section *,
.hns-showroom-locations-section *::before,
.hns-showroom-locations-section *::after,
.hns-showroom-locations *,
.hns-showroom-locations *::before,
.hns-showroom-locations *::after {
  box-sizing: border-box;
}

.hns-showroom-locations-section__inner {
  max-width: var(--hns-showroom-locations-container);
  margin: 0 auto;
  padding: var(--hns-showroom-locations-section-top) var(--hns-showroom-locations-section-x) var(--hns-showroom-locations-section-bottom);
}

.hns-showroom-locations-section__heading.hns-page-heading {
  margin: 0 0 var(--hns-showroom-locations-heading-gap);
  color: var(--hns-showroom-locations-text);
  font-family: var(--hns-showroom-locations-font);
  font-size: var(--hns-fs-section-heading, clamp(28px, 2.4vw, 40px));
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.hns-showroom-locations {
  --hns-showroom-locations-font: var(--hns-font-sans, "Inter", Arial, Helvetica, sans-serif);
  --hns-showroom-locations-text: #f7f1e4;
  --hns-showroom-locations-muted: rgba(247, 241, 228, 0.48);
  --hns-showroom-locations-border: rgba(247, 241, 228, 0.14);
  --hns-showroom-locations-panel-bg: rgba(255, 255, 255, 0.015);
  --hns-showroom-locations-column-gap: 28px;
  --hns-showroom-locations-media-gap: 14px;
  --hns-showroom-locations-info-min: 78px;
  --hns-showroom-locations-info-padding: 14px 16px 13px;
  --hns-showroom-locations-label-size: 16px;
  --hns-showroom-locations-body-size: 16px;
  --hns-showroom-locations-icon-size: 18px;
  --hns-showroom-locations-row-gap: 2px;

  width: 100%;
  color: var(--hns-showroom-locations-text);
  font-family: var(--hns-showroom-locations-font);
}

.hns-showroom-locations--section {
  --hns-showroom-locations-column-gap: 40px;
  --hns-showroom-locations-media-gap: 28px;
  --hns-showroom-locations-info-min: 140px;
  --hns-showroom-locations-info-padding: 30px 24px;
  --hns-showroom-locations-label-size: 16px;
  --hns-showroom-locations-body-size: 16px;
  --hns-showroom-locations-icon-size: 24px;
  --hns-showroom-locations-row-gap: 5px;
}

.hns-showroom-locations__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--hns-showroom-locations-media-gap) var(--hns-showroom-locations-column-gap);
}

.hns-showroom-locations__item {
  min-width: 0;
}

.hns-showroom-locations__info {
  min-height: var(--hns-showroom-locations-info-min);
  padding: var(--hns-showroom-locations-info-padding);
  border: 1px solid var(--hns-showroom-locations-border);
  background: var(--hns-showroom-locations-panel-bg);
}

.hns-showroom-locations__info h3 {
  margin: 0 0 8px;
  color: var(--hns-showroom-locations-muted);
  font-family: var(--hns-showroom-locations-font);
  font-size: var(--hns-showroom-locations-label-size);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hns-showroom-locations__info p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: var(--hns-showroom-locations-text);
  font-family: var(--hns-showroom-locations-font);
  font-size: var(--hns-showroom-locations-body-size);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.hns-showroom-locations__info p + p {
  margin-top: var(--hns-showroom-locations-row-gap);
}

.hns-showroom-locations__info svg {
  display: block;
  width: var(--hns-showroom-locations-icon-size);
  min-width: var(--hns-showroom-locations-icon-size);
  height: var(--hns-showroom-locations-icon-size);
  margin-top: 1px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hns-showroom-locations__info a {
  color: inherit;
  text-decoration: none;
}

.hns-showroom-locations__info a:hover,
.hns-showroom-locations__info a:focus-visible {
  color: #d7ac43;
}

.hns-showroom-locations__media,
.hns-showroom-locations__map {
  display: block;
  width: 100%;
  margin: var(--hns-showroom-locations-media-gap) 0 0;
  overflow: hidden;
  background: #202020;
  line-height: 0;
}

.hns-showroom-locations__media {
  aspect-ratio: 1.62 / 1;
}

.hns-showroom-locations__map {
  aspect-ratio: 1.62 / 1;
}

.hns-showroom-locations__media img,
.hns-showroom-locations__map img,
.hns-showroom-locations__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.hns-showroom-locations__media img,
.hns-showroom-locations__map img {
  object-fit: cover;
  object-position: center;
}

.hns-showroom-locations__map iframe {
  border: 0;
}

.hns-showroom-locations__map:focus-visible {
  outline: 2px solid rgba(226, 197, 103, 0.92);
  outline-offset: -4px;
}

@media (max-width: 767px) {
  .hns-showroom-locations-section {
    --hns-showroom-locations-section-top: 34px;
    --hns-showroom-locations-section-bottom: 54px;
    --hns-showroom-locations-section-x: 16px;
    --hns-showroom-locations-heading-gap: 22px;
    --hns-showroom-locations-column-gap: 22px;
    --hns-showroom-locations-media-gap: 14px;
    --hns-showroom-locations-info-min: 0;
    --hns-showroom-locations-info-padding: 13px 14px;
    --hns-showroom-locations-label-size: 12px;
    --hns-showroom-locations-body-size: var(--hns-fs-body-sm, 13px);
    --hns-showroom-locations-icon-size: 14px;
    --hns-showroom-locations-row-gap: 2px;
  }

  .hns-showroom-locations-section__inner {
    max-width: 430px;
  }

  .hns-showroom-locations-section__heading.hns-page-heading {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .hns-showroom-locations--section {
    --hns-showroom-locations-column-gap: 22px;
    --hns-showroom-locations-media-gap: 14px;
    --hns-showroom-locations-info-min: 0;
    --hns-showroom-locations-info-padding: 13px 14px;
    --hns-showroom-locations-label-size: 12px;
    --hns-showroom-locations-body-size: var(--hns-fs-body-sm, 13px);
    --hns-showroom-locations-icon-size: 14px;
    --hns-showroom-locations-row-gap: 2px;
  }

  .hns-showroom-locations__grid {
    grid-template-columns: 1fr;
  }

  .hns-showroom-locations__info {
    min-height: 0;
  }

  .hns-showroom-locations__info p {
    font-size: var(--hns-fs-body-sm, 13px);
  }
}
