
.button-show-more {
  padding-left: 0;
  justify-content: flex-start;
  padding-bottom: var(--layout-space-2);
  text-decoration: none;
}

.button-show-more .label-text {
  font-size: 1.5rem;
  font-family: var(--font-body-family-secondary);
  color: var(--color-base-black);
  text-decoration: none;
}

.button-show-more,
.button-show-less {
  margin-top: var(--layout-space-3);
}

collapsible-content.collapsible-content button.button-show-more {
  padding-bottom: var(--layout-space-8);
}