/**
 * 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;
    width: 100%;
    box-sizing: border-box;
    /* Ensure helper text doesn't break column width layout */
    clear: both;
}
