.safe-badge {
  position: relative;
  margin: 16px 0;
  padding: 20px 20px 12px;
  text-align: center;
  border: 1px solid #e5e7eb; /* light gray */
  border-radius: 8px;
  background-color: #ffffff;
}
.safe-badge .safe-title {
  background: #fff;
  font-size: 1rem;
  left: 50%;
  padding: 5px 23px;
  position: absolute;
  text-align: center;
  top: -1.1rem;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}
.safe-badge strong {
  font-weight: 700;
}
.safe-badge img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.viewers-box {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 25px;
}
.viewers-box .viewers-box-icon {
  flex-shrink: 0;
}
.viewers-box img {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 480px) {
  .viewers-box img {
    width: 40px;
    height: 40px;
  }
}
.viewers-box .strong {
  font-weight: 600;
}/*# sourceMappingURL=shipping-time.css.map */