.elementor-1755 .elementor-element.elementor-element-997c6e5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8b3cb9a */#envio {
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
  border: 0.5px solid black;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Efecto al pasar el mouse */
#envio:hover {
  border-color: #00000;
  background-color: #eef7ff;
}

/* Al hacer focus (cuando el usuario lo abre) */
#envio:focus {
  outline: none;
  border-color: #003d73;
  box-shadow: 0 0 8px rgba(0, 93, 155, 0.3);
}

/* Opciones dentro del combo */
#envio option {
  padding: 10px;
  background: white;
  color: #333;
}/* End custom CSS */