/**
 * Form Helper Text Styles
 * Styles for helper text displayed below form fields
 */

.finance-field-helper-text {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}
