.latest-receipts-card {
  padding: 20px;
}

.latest-receipts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.latest-receipts-link {
  -webkit-appearance: none;
  appearance: none;
}

.latest-receipts-link {
  color: #1f2a37;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  text-align: inherit;
}

.latest-receipts-link-icon-wrap {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand);
  display: grid;
  place-items: center;
}

.latest-receipts-link-icon {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
}

.latest-receipts-link-label {
  line-height: 1.1;
}

.latest-receipt-item {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 46px 1fr auto;
  gap: 12px;
  align-items: center;
}

.latest-receipts-status {
  margin: 18px 0 0;
  font-size: 0.95rem;
  text-align: center;
}

.latest-receipts-status.is-muted {
  color: var(--muted);
}

.latest-receipts-status.is-error {
  color: #b42318;
}

.latest-receipts-retry {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.receipt-icon-wrap {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #f0f4f7;
}

.receipt-icon {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.58;
}

.receipt-market {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.receipt-time {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.receipt-points {
  color: var(--brand);
  font-size: 1.05rem;
}
