.icon {
  display: block;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.footer-btn .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.badge-item .icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 2px;
  color: var(--text);
}

.badge-item.locked .icon {
  color: var(--text-muted);
}
