.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;
}

/* Ensure empty paragraphs and hard breaks have height in prose descriptions */
.prose p:empty::before,
.prose p > br:only-child::before {
  content: "\00a0"; /* &nbsp; */
  display: inline-block;
  min-height: 1.5em;
  vertical-align: middle;
}

.prose p:empty,
.prose p:has(> br:only-child) {
  min-height: 1.5em;
}
