.btn-secondary.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  gap: 0;
  justify-content: center;
  border-radius: 9999px;
}

.btn-secondary.btn-icon svg {
  display: block;
  flex-shrink: 0;
}
