.elementor-38 .elementor-element.elementor-element-8ccdbc9{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-655ead5 *//* FIX: Flecha del select cortada (desktop/móvil) */
.vg-phone select{
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* espacio para la flecha */
  padding-right: 44px !important;

  /* altura estable para que no lo recorte */
  min-height: 46px;
  line-height: 1.2;

  /* evita que el tema lo "corte" visualmente */
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 12px;

  /* flecha pro (SVG) */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
}

/* Algunos temas meten overflow escondido en inputs */
.vg-phone select:focus{
  outline: none !important;
  box-shadow: 0 12px 26px rgba(15,23,42,.10);
  border-color: rgba(15,23,42,.18);
}/* End custom CSS */