
.staley-season-selector{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  width:100%;
  margin:0 0 14px;
  box-sizing:border-box;
}

.staley-season-selector label{
  margin:0;
  font-family:"Pro Sans","Arial","Helvetica",sans-serif;
  font-size:14px;
  line-height:1;
  font-weight:600;
  color:#757575;
  text-transform:uppercase;
}

.staley-season-selector select{
  min-width:110px;
  height:38px;
  margin:0;
  padding:0 34px 0 12px;
  border:1px solid #cfcfcf;
  border-radius:0;
  background-color:#fff;
  color:#111;
  font-family:"Pro Sans","Arial","Helvetica",sans-serif;
  font-size:15px;
  font-weight:600;
  line-height:38px;
  box-shadow:none;
}

.staley-season-selector button{
  height:38px;
  padding:0 12px;
}

@media(max-width:700px){
  .staley-season-selector{
    justify-content:flex-start;
    margin-bottom:10px;
  }

  .staley-season-selector select{
    min-width:100px;
    height:36px;
    line-height:36px;
  }
}
