.select-with-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.select-with-label__label {
  font-size: 14px;
  color: var(--black-2); /* Negro 2 */
}

.select-with-label--disabled .select-with-label__label {
  color: var(--gray-3); /* Gris 3 */
}
