.samio-listing-view-count {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.65rem;
  color: #68756f;
  font-size: 0.75rem;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.01em;
  opacity: 0.92;
}

.samio-listing-view-count svg {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.samio-listing-view-count--detail {
  margin-top: 0.5rem;
  color: #60716b;
  font-size: 0.8rem;
}

@media (max-width: 480px) {
  .samio-listing-view-count {
    margin-top: 0.55rem;
    font-size: 0.72rem;
  }
}

@media print {
  .samio-listing-view-count {
    display: none !important;
  }
}
