.button,
a.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid #244338 !important;
  border-radius: 999px;
  background: #244338 !important;
  color: #fffaf0 !important;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.button:hover,
a.button:hover {
  border-color: #1d372f !important;
  background: #1d372f !important;
  color: #fffaf0 !important;
}

.button.secondary,
.button.secondary-link,
a.button.secondary,
a.button.secondary-link {
  border-color: #244338 !important;
  background: #244338 !important;
  color: #fffaf0 !important;
}

.button.secondary:hover,
.button.secondary-link:hover,
a.button.secondary:hover,
a.button.secondary-link:hover {
  border-color: #1d372f !important;
  background: #1d372f !important;
  color: #fffaf0 !important;
}

@media (max-width: 680px) {
  .button,
  a.button {
    width: 100%;
    white-space: normal;
  }
}
