/* Discover / hero buttons — magenta pill per site reference */
a.section-btn.btn.btn-default {
  background-color: #c5268f;
  color: #2d3436;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 6px;
  padding: 0.65em 1.4em;
  box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-weight: 600;
}

a.section-btn.btn.btn-default:hover,
a.section-btn.btn.btn-default:focus {
  background-color: #b01e7e;
  color: #1e2226;
  border-color: rgba(0, 0, 0, 0.22);
}

a.section-btn.btn.btn-default:focus {
  outline: 2px solid rgba(45, 52, 54, 0.35);
  outline-offset: 2px;
}

a.section-btn.btn.btn-default:active {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(1px);
}
