/* Content amount label styles */
.custom-content-amount-label {
  margin-bottom: 6px;
  padding: 2px 6px;
  border: 1px solid rgba(79, 79, 79, 0.2);
  border-radius: var(--btn-border-radius, 4px);
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
}