.hub-switch {
  align-items: center;
  background: var(--navy);
  border: 1px solid var(--navy);
  border-radius: 9px;
  color: #fff;
  display: flex;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 13px;
  text-decoration: none;
  white-space: nowrap;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
}
.hub-switch:hover { background: var(--navy2); border-color: var(--gold); }
@media (max-width: 700px) { .hub-switch { padding: 8px 10px; } }
