.btn--tertiary {
  color: var(--color-content-base);
  text-decoration: underline;
  padding: 16px 32px;
  width: min-content;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-width: 2px 2px 4px 2px;
  border-style: solid;
  border-color: var(--color-content-base);
  border-radius: 4px;
  background: var(--color-background);
  flex-direction: row-reverse;
}

.btn--tertiary:hover {
  background: var(--color-gray-400);
}

.btn--tertiary > svg > path {
  fill: var(--color-content-base);
}
