/* Card actions must shrink and wrap instead of clipping long translated labels. */
.concert-card-body .btn {
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.4;
  padding-inline: 10px;
  min-height: 48px;
}
