.hsc-card {
  margin: 1.5rem 0;
  padding: 1.15rem;
  border: 1px solid rgba(20, 41, 68, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.hsc-copy {
  max-width: 760px;
}

.hsc-eyebrow {
  margin-bottom: 0.3rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4f6f61;
}

.hsc-card h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.2;
}

.hsc-card p {
  margin: 0.25rem 0;
}

.hsc-address {
  color: #4b5563;
  font-size: 0.95rem;
}

.hsc-actions {
  margin-top: 1rem;
}

.hsc-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.05rem;
  border: 0;
  border-radius: 999px;
  background: #1f513f;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.hsc-open:hover,
.hsc-open:focus {
  filter: brightness(1.05);
}

.hsc-open:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hsc-view {
  margin-top: 1rem;
}

.hsc-stage {
  min-height: 320px;
  border-radius: 16px;
  overflow: hidden;
  background: #eef2f0;
}

.hsc-stage > div,
.hsc-google-frame {
  width: 100%;
  height: 420px;
  min-height: 320px;
  border: 0;
  display: block;
}

.hsc-status {
  margin-top: 0.55rem;
  color: #52615b;
  font-size: 0.92rem;
}

.hsc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.8rem;
  margin-top: 0.65rem;
}

.hsc-links a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hsc-fallback-note {
  display: flex;
  min-height: 220px;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  text-align: center;
  color: #44534d;
}

@media (min-width: 760px) {
  .hsc-card {
    padding: 1.35rem;
  }
}

@media (max-width: 640px) {
  .hsc-card {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 16px;
  }

  .hsc-stage,
  .hsc-stage > div,
  .hsc-google-frame {
    height: 330px;
  }

  .hsc-links {
    flex-direction: column;
  }
}

.hsc-card.hsc-opened .hsc-open {
  background: #6b5a45;
}
