/* Valuation Notes field styling */
#notes {
    width: 100%;
    min-height: 40px;
    resize: vertical;
    font-size: 1rem;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}
