.bbd-featured-collection-button {
  padding: var(--padding-sm);
  gap: var(--gap-2xs);
  font-weight: var(--font-weight--regular);
}

.bbd-featured-collection-button__icon {
  max-height: 20px;
}

.bbd-featured-collection-button__badge {
  display: inline-flex;
  align-self: start;
  align-items: center;
  margin-block-start: 2px;
  padding: var(--padding-2xs) var(--padding-xs);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--font-size--2xs);
  line-height: 1;
}
