
/* subtle caret */
/* === Language switch: 10% width (bien chico) === */
.lang-switch{
  width: 70px !important;  
  margin: 8px 14px 0 auto;  
}

.lang-switch .lang-select{
  width: 70px !important;    /* el select ocupa el 10% del contenedor */
  font-size: 10px !important;
  padding: 4px 18px 4px 8px !important;
  line-height: 1 !important;
}


