/* Right-align result input text so value sits next to the unit adornment */
.tile-result-input input {
    text-align: right;
}

/* Override MudBlazor tab uppercase — Title Case is easier to scan */
.mud-tab {
    text-transform: none !important;
}

/* Transparent overlay for MudFileUpload drag-and-drop zones */
.file-upload-dropzone-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
