.sd-building-info-img {
  width: 100vw;
  height: calc(100vw / 5 * 4);
  vertical-align: bottom;
}
.sd-building-info-head {
  position: relative;
}
.sd-building-info-edit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 40px;
}
.sd-building-info-content {
  margin: 0 48px;
}
.sd-building-info-title {
  margin: 24px 0;
  font-size: 48px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  line-height: 67px;
  word-break: break-all;
}

.sd-building-info-config {
  display: inline-block;
  margin-bottom: 24px;
  padding: 6px 18px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  line-height: 28px;
  border-radius: 20px;
  border: 1px solid rgba(219, 215, 212, 1);
  margin-right: 16px;
  &.sd-building-info-used {
    background: rgba(243, 241, 239, 1);
    color: rgba(215, 197, 176, 1);
    border: none;
  }
  &.sd-building-info-active {
    background: linear-gradient(117deg, rgba(237, 183, 148, 1) 0%, rgba(255, 205, 170, 1) 100%);
    color: rgba(255, 255, 255, 1);
    border: none;
  }
  &:last-child {
    margin-right: 0;
  }
}
