.clubes-sesi-select-wrap {
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

#clubes-sesi-select {
  font-size: 20px;
  font-weight: 600;
  border: none;
  outline: none;
  color: #007AD3;
  padding: 15px 35px 15px 35px;
  background-color: #fff !important;
  font-family: inherit;
  margin: 0;
  border-radius: 8px !important;
  position: relative; 

#clubes-sesi-select::after {
  font-size: 14px;
  color: #007AD3; 
  position: absolute;
  top: 50%;
  right: 20px; 
  transform: translateY(-50%);
  pointer-events: none; 
}

#clubes-sesi-select option {
  color: black;
}

#clubes-sesi-select option:hover {
  color: #007AD3;
}

:hover #clubes-sesi-output {
  margin-top: 20px;
}

@media (max-width: 768px) {
  select {
    max-height: 150px; 
  overflow-y: auto; 
  }

  select option {
    font-size: 14px; 
    padding: 8px;
  }
}