.nq-post-views {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 20px;
  padding: 8px 12px;
  border: 1px solid rgba(96, 117, 88, 0.2);
  border-radius: 999px;
  background: #f6f8f3;
  color: #596653;
  font-size: 14px;
  line-height: 1;
}

.nq-post-views__icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #73826c;
}

.nq-post-views__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.nq-post-views__count {
  color: #394535;
  font-variant-numeric: tabular-nums;
}

.nq-post-views__live {
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-radius: 50%;
  background: #4da768;
  box-shadow: 0 0 0 3px rgba(77, 167, 104, 0.14);
}

@media (max-width: 600px) {
  .nq-post-views {
    margin-bottom: 16px;
    padding: 7px 10px;
    font-size: 13px;
  }
}
