.sakete_home_map {
  position: relative;
}

.huiwang_map_content {
  width: 100%;
  aspect-ratio: 160/70;
  min-height: 18.75rem;
}

.sakete_home_map .huiwang_address {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  padding-left: var(--container-spacing);
  padding-right: var(--container-spacing);
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0.9375rem;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0.625rem 1.25rem 0 rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(15px);
}

.sakete_home_map .huiwang_address b {
  font-family: var(--medium-font-family);
  font-size: var(--text-flag-size);
  font-weight: 500;
  line-height: 150%;
  color: var(--title-text-color);
}

/* @media screen and (max-width: 992px) {
  .sakete_home_map .huiwang_address {
    padding: 1.25rem 0.9375rem;
  }

  .huiwang_address svg {
    width: 1.875rem;
    height: 1.875rem;
  }
} */

@media screen and (max-width: 768px) {
  .sakete_home_map .huiwang_address {
    padding: 0.9375rem;
  }

  .sakete_home_map .huiwang_address b {
  }
}