.stale-banner {
  padding: 6px 14px;
  background: #fdf6e8;
  border-bottom: 0.5px solid #e8d8a0;
  font-size: 11px;
  color: #7a5c1e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.stale-banner button {
  font-size: 11px;
  padding: 2px 10px;
  border: 0.5px solid #c8a84b;
  border-radius: var(--radius);
  background: #fff;
  color: #7a5c1e;
  cursor: pointer;
}
.stale-banner button:hover {
  background: #fdf0c0;
}