html {
  background: linear-gradient(0deg, #ffffff, #ffffff, #ffddb4);
}

.store-info-page {
  min-height: 100vh;
  background: linear-gradient(0deg, #ffffff, #ffffff, #ffddb4);
  padding: 0.4rem 0;
}
.store-info-page .wrap-30 .store-card {
  margin-bottom: 0.35rem;
  display: block;
  text-decoration: none;
  padding: 0.3rem;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 0px 0.62rem 0px rgba(226, 197, 156, 0.4);
  border-radius: 0.3rem;
}
.store-info-page .wrap-30 .store-card .store-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.3rem;
  height: 3rem;
  margin-bottom: 0.24rem;
}
.store-info-page .wrap-30 .store-card .store-image-wrapper .store-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.store-info-page .wrap-30 .store-card .store-image-wrapper .status-tag {
  position: absolute;
  top: 0.2rem;
  left: 0.24rem;
  padding: 0 0.22rem;
  background: #d5d5d5;
  border-radius: 0.2rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333;
  line-height: 0.48rem;
}
.store-info-page .wrap-30 .store-card .store-info .store-name {
  font-family: PingFang SC, PingFang SC;
  line-height: 0.32rem;
  margin-bottom: 0.24rem;
  font-weight: 600;
  font-size: 0.3rem;
  color: #743e0f;
}
.store-info-page .wrap-30 .store-card .store-info .store-address,
.store-info-page .wrap-30 .store-card .store-info .store-phone,
.store-info-page .wrap-30 .store-card .store-info .store-hours,
.store-info-page .wrap-30 .store-card .store-info .store-services {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.32rem;
  margin-bottom: 0.08rem;
  display: flex;
}
.store-info-page .wrap-30 .store-card .store-info .store-address .label,
.store-info-page .wrap-30 .store-card .store-info .store-phone .label,
.store-info-page .wrap-30 .store-card .store-info .store-hours .label,
.store-info-page .wrap-30 .store-card .store-info .store-services .label {
  flex-shrink: 0;
}
.store-info-page .wrap-30 .store-card .store-info .store-address .value,
.store-info-page .wrap-30 .store-card .store-info .store-phone .value,
.store-info-page .wrap-30 .store-card .store-info .store-hours .value,
.store-info-page .wrap-30 .store-card .store-info .store-services .value {
  flex: 1;
  text-align: left;
}
.store-info-page .wrap-30 .store-card .store-info .store-address:last-child,
.store-info-page .wrap-30 .store-card .store-info .store-phone:last-child,
.store-info-page .wrap-30 .store-card .store-info .store-hours:last-child,
.store-info-page .wrap-30 .store-card .store-info .store-services:last-child {
  margin-bottom: 0;
}
.store-info-page .wrap-30 .store-card .store-info .store-services {
  line-height: 0.4rem;
}
.store-info-page .wrap-30 .store-acrd-open .store-image-wrapper .status-tag {
  background: #f5c062;
  color: #743e0f;
}