.rw-freshness {
  display: flex;
  order: 2;
  width: 100%;
  min-width: 0;
  min-height: 28px;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  padding-block-start: 8px;
  padding-inline: 10px;
  color: var(--subtle, var(--muted, #64748b));
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: end;
}

.rw-freshness__check {
  flex: 0 0 auto;
  color: var(--accent, #0a8a70);
  font-size: 0.82rem;
  font-weight: 800;
}

.rw-freshness__label,
.rw-freshness time {
  min-width: 0;
}

.rw-freshness time {
  color: inherit;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

html[data-theme="light"] .rw-freshness {
  color: var(--rw-v4-muted, #5f746e);
}

html:not([data-theme="light"]) .rw-freshness {
  color: var(--subtle, #9fb1b5);
}

@media (max-width: 679px) {
  .rw-freshness {
    min-height: 26px;
    justify-content: flex-start;
    padding-block-start: 7px;
    padding-inline: 8px;
    font-size: 0.7rem;
    text-align: start;
  }
}

@media (max-width: 359px) {
  .rw-freshness {
    column-gap: 0.28rem;
    padding-inline: 4px;
    font-size: 0.66rem;
  }
}
