.no-uppercase {
    text-transform: none !important;
}

.mud-button-root.justify-start {
    justify-content: flex-start !important;
    padding-left: 16px; /* o el padding que quieras */
}



body, .mud-typography-body1, .mud-typography-body2, .mud-typography-default {
    line-height: 1.45;
}

/* iOS: evita zoom en inputs */
@supports (-webkit-touch-callout: none) {
    input, textarea, select, .mud-input-slot, .mud-input-root {
        font-size: 16px !important;
    }
}

/* Opcional: suaviza el auto-ajuste de texto de Safari */
html {
    -webkit-text-size-adjust: 100%;
}
