/* Desktop-only height alignment for State <select> */
@media (min-width: 1024px){
  select[name="state"], 
  #state, 
  .state-select {
    height: 44px !important;
    line-height: 44px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /* Match common input look if using Tailwind-like classes */
    border-radius: 0.5rem;
  }
}
