.validation-message {
    color: #f44336;
    font-size: .8rem;
    margin: 3px 0 0;
    text-align: start;
    font-weight: 400;
    line-height: 1.66;
    letter-spacing: .03333em;
}

.mud-snackbar-location-bottom-left {
    bottom: 50px !important;
}

.mud-snackbar-location-bottom-right {
    bottom: 50px !important;
}

.mud-progress-linear {
    margin: 0 !important;
}

.mud-overlay.mud-overlay-dialog {
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Remove separator lines from FileDoc template h2 titles (safety net for existing templates) */
.e-rte-content h2,
.form-content h2,
.preview-content h2 {
    border-bottom: none !important;
    border-top: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
