.price-check-status {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 0;
  margin: -2px 0 20px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #79837b;
  font-size: 11px;
  line-height: 1.45;
}

.price-check-status::before {
  content: '';
  width: 6px;
  height: 6px;
  flex: none;
  border-radius: 50%;
  background: #6b9c77;
  box-shadow: 0 0 0 3px #e4f0e4;
}

@media (max-width: 760px) {
  .price-check-status {
    min-height: 0;
    margin-bottom: 16px;
    padding: 0 3px;
    font-size: 10px;
  }
}
