.goldstar-staff-map,
.goldstar-staff-map * {
  box-sizing: border-box;
}

.goldstar-staff-map {
  width: 100%;
  padding: 2.5rem 0 3rem;
  font-family: Poppins, Arial, sans-serif;
  position: relative;
}

.goldstar-staff-map .goldstar-staff-map__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

.goldstar-staff-map .goldstar-staff-map__title {
  margin: 0;
  color: #262262;
  font-size: 30px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.goldstar-staff-map .goldstar-staff-map__top-rule {
  margin-top: 14px;
  margin-bottom: 18px;
  height: 2px;
  background: var(--color-goldstar-gold);
}

.goldstar-staff-map .goldstar-staff-map__layout {
  display: grid;
  grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.goldstar-staff-map .goldstar-staff-map__controls {
  margin-bottom: 12px;
}

.goldstar-staff-map .goldstar-staff-map__filter-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.goldstar-staff-map .goldstar-staff-map__filter-label {
  display: block;
  margin: 0 0 8px;
  color: #4f5f84;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.goldstar-staff-map .goldstar-staff-map__filter-input {
  width: 100%;
  height: 52px;
  border: 1px solid #d6d7df !important;
  border-radius: 10px !important;
  background: #ffffff;
  color: #4a4f67;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0 48px 0 16px;
  outline: none;
}

.goldstar-staff-map .goldstar-staff-map__filter-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.goldstar-staff-map .goldstar-staff-map__filter-chevron {
  position: absolute;
  right: 14px;
  top: calc(50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid #8d90a6;
  border-bottom: 2px solid #8d90a6;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.goldstar-staff-map .goldstar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.goldstar-staff-map .goldstar-card {
  border: 1px solid #d7d9e3;
  border-radius: 22px;
  overflow: hidden;
  background: #ededf2;
  cursor: pointer;
}

.goldstar-staff-map .goldstar-card__head {
  background: #262262;
  color: #fff;
  padding: 14px 16px 12px;
}

.goldstar-staff-map .goldstar-card.is-east .goldstar-card__head {
  background: var(--color-goldstar-gold);
  color: #fff;
}

.goldstar-staff-map .goldstar-card__title {
  margin: 0;
  color: #fff !important;
  font-size: 16px;
  line-height: 1.02;
  font-weight: 700;
}

.goldstar-staff-map .goldstar-card__profile {
  display: inline-block;
  margin-top: 6px;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.goldstar-staff-map .goldstar-card__body {
  padding: 16px 16px 18px;
  display: grid;
  gap: 12px;
}

.goldstar-staff-map .goldstar-card__info-group {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 10px;
  align-items: start;
}

.goldstar-staff-map .goldstar-icon-box {
  bottom: 9px;
  position: relative;
  width: 26px;
  height: 26px;
  color: #262262;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.goldstar-staff-map .goldstar-icon-box svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

.goldstar-staff-map .goldstar-card__label {
  display: block;
  color: #3f4a7a;
  font-size: 12px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 4px;
}

.goldstar-staff-map .goldstar-card__value {
  color: #5b607a;
  font-size: 12px;
  line-height: 1.35;
  white-space: pre-line;
}

.goldstar-staff-map .goldstar-card__send-message,
.goldstar-staff-map .goldstar-card__send-message:visited {
  color: #3f4a7a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-decoration: none;
}

.goldstar-staff-map .goldstar-card__send-message:hover,
.goldstar-staff-map .goldstar-card__send-message:focus-visible {
  text-decoration: underline;
}

.goldstar-staff-map .goldstar-card__send-message.is-disabled {
  opacity: 0.7;
  text-decoration: none;
  pointer-events: none;
}

.goldstar-staff-map .goldstar-map-panel {
  border: 1px solid #d7d9e3;
  border-radius: 22px;
  background: #fff;
  padding: 10px;
}

.goldstar-staff-map .goldstar-map-panel__canvas {
  width: 100%;
  min-height: 520px;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}

.goldstar-staff-map .goldstar-map-panel__canvas svg {
  width: 100%;
  height: auto;
  display: block;
}

.goldstar-staff-map .goldstar-map-panel__loading {
  margin: 0;
  padding: 14px;
  color: #596081;
  font-size: 14px;
}

.goldstar-staff-map .goldstar-empty {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px dashed rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  color: #2e355f;
  font-size: 13px;
}

.goldstar-staff-map .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

.goldstar-staff-map .location-detail-link {
  text-decoration: underline;
}

.goldstar-staff-map .goldstar-staff-map__left.is-prep {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.goldstar-staff-map .goldstar-staff-map__left.is-ready {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.goldstar-staff-map [data-goldstar-staff-card],
.goldstar-staff-map [data-goldstar-staff-card]:focus,
.goldstar-staff-map [data-goldstar-staff-card]:active,
.goldstar-staff-map [data-goldstar-staff-card]:focus-visible,
.goldstar-staff-map [data-goldstar-map-canvas] [id],
.goldstar-staff-map [data-goldstar-map-canvas] [id]:focus,
.goldstar-staff-map [data-goldstar-map-canvas] [id]:active,
.goldstar-staff-map [data-goldstar-map-canvas] [id]:focus-visible,
.goldstar-staff-map .goldstar-staff-map__filter-input,
.goldstar-staff-map .goldstar-staff-map__filter-input:focus,
.goldstar-staff-map .goldstar-staff-map__filter-input:focus-visible,
.goldstar-staff-map .goldstar-staff-map__filter-select,
.goldstar-staff-map .goldstar-staff-map__filter-select:focus,
.goldstar-staff-map .goldstar-staff-map__filter-select:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

.goldstar-staff-map button::-moz-focus-inner,
.goldstar-staff-map [role="button"]::-moz-focus-inner,
.goldstar-staff-map select::-moz-focus-inner {
  border: 0 !important;
}

@media (max-width: 1200px) {
  .goldstar-staff-map .goldstar-staff-map__layout {
    grid-template-columns: 1fr;
  }

  .goldstar-staff-map .goldstar-staff-map__right {
    order: -1;
  }
}

@media (max-width: 680px) {
  .goldstar-staff-map .goldstar-staff-map__container {
    padding: 0 16px;
  }

  .goldstar-staff-map .goldstar-card__title {
    font-size: 16px;
  }

  .goldstar-staff-map .goldstar-card__profile {
    font-size: 14px;
  }

  .goldstar-staff-map .goldstar-card__label {
    font-size: 12px;
  }

  .goldstar-staff-map .goldstar-card__value,
  .goldstar-staff-map .goldstar-card__send-message {
    font-size: 15px;
  }
}