@media (min-width: 64em) {
  .usa-accordion.constellation-login-menu {
    margin-top: 0;
  }

  .constellation-login-menu > li {
    margin-right: 1rem;
  }

  .usa-header--basic .usa-nav__link.primary-menu-constellation-button {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06rem;
    line-height: .9;
    color: #fff;
    background-color: #9355dc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin-right: .5rem;
    padding: .75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  
  .usa-header--basic .usa-nav__link.primary-menu-constellation-button:hover {
    color: #fff;
    background-color: #54278f;
    border-bottom: 0;
    text-decoration: none;
  }

  .usa-header--basic .usa-nav__link.primary-menu-constellation-button.usa-current::after,
  .usa-header--basic .usa-nav__link.primary-menu-constellation-button:hover::after {
    display: none;
  }

  .usa-header--basic .usa-nav__link.primary-menu-constellation-button--outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #9355dc;
    color: #565c65;
  }
}
