.available-wtb-toggle {
  display: flex;
}
.available-wtb-toggle .link {
  font-size: 1.5rem;
  text-decoration: none;
  border: 3px solid #256eb6;
  padding: 0.25rem 0.75rem;
}
.available-wtb-toggle .link.active {
  font-weight: bold;
  font-family: GT America Bold, Arial;
  text-decoration: none;
  color: #fff;
  background-color: #256EB6;
}