.mdc-custom__button {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.mdc-custom__button--auto {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.mdc-custom__button a {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;

  text-decoration: none;
  padding: 0.5em 2em;
}

.mdc-custom__button svg {
	fill: #fff;
  height: 1em;
  width: auto;
}