.SiteChangeSelector {
  margin-top: -10px;
  margin-bottom: 14px;

  .SiteChangeSelector-option {
    display: inline-flex;
    align-items: center;
    color: @headline-color;
    font-size: 14px;
    font-weight: 500;
    margin-right: 24px;
    cursor: pointer;

    input {
      margin-right: 6px;
    }
  }
}
