/* File Splitter Tool - Custom Styles */

/* Split preview styling */
#splitPreview {
    font-size: 0.9375rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* Card styling */
#splitSettingsCard .card-header h5 {
    font-size: 1rem;
}

/* Input group sizing */
#sizeUnit {
    flex: 0 0 auto;
}

/* Responsive */
@media (max-width: 576px) {
    #splitPreview {
        font-size: 0.875rem;
    }
}

