/* Minimal styling */ 
.nbvets-form { max-width: 760px; padding: 1rem; border: 1px solid #ddd; border-radius: 8px; }
.nbvets-field { margin-bottom: .75rem; }
.nbvets-field label { display:block; font-weight:600; margin-bottom:.25rem; }
.nbvets-field input, .nbvets-field select, .nbvets-field textarea { width:100%; max-width: 380px; padding:.5rem; }
.nbvets-button { background:#1652f0; color:#fff; padding:.6rem 1rem; border:none; border-radius:6px; cursor:pointer; }
.nbvets-table { width:100%; border-collapse: collapse; margin: .5rem 0 1rem; }
.nbvets-table th, .nbvets-table td { border:1px solid #ddd; padding:.5rem; text-align:left; }
.nbvets-notice.success { background:#e6ffed; border:1px solid #b7f5c4; padding:.6rem; border-radius:6px; }
.nbvets-notice.error { background:#ffecec; border:1px solid #ffb3b3; padding:.6rem; border-radius:6px; }
.nbvets-message { border-bottom:1px solid #eee; padding:.5rem 0; }
.nbvets-message .meta { color:#666; font-size:.9em; margin-bottom:.3rem; }
.nbvets-pagination a { margin-right: .4rem; text-decoration: none; }
