.home-stamp-ledger {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.35rem;
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.home-stamp-ledger span {
  display: grid;
  justify-items: center;
  gap: 0.2rem;
}

.home-stamp-ledger i {
  display: grid;
  width: 28px;
  aspect-ratio: 1;
  place-items: center;
  color: var(--text-muted);
  border: 1px dashed var(--line-strong);
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.65rem;
  font-style: normal;
}

.home-stamp-ledger .is-stamped i {
  color: var(--vermilion-dark);
  border: 2px double var(--vermilion);
  transform: rotate(-6deg);
}

.home-stamp-ledger small {
  color: var(--text-muted);
  font-size: 0.5rem;
  font-weight: 800;
}
