/* Minimal styles for qty controls and forms */
.wcea-form .wcea-fieldset { border: 1px solid #eee; padding: 12px; margin-bottom: 16px; border-radius: 6px; }
.wcea-form legend { font-weight: 600; }
.wcea-qty { display: inline-flex; align-items: center; gap: 6px; margin: 0 0 0 6%;}
.wcea-qty .wcea-minus, .wcea-qty .wcea-plus { border: 1px solid #ddd; background: #f9f9f9; width: 32px; height: 32px; line-height: 30px; text-align: center; cursor: pointer; border-radius: 4px; }
.wcea-table td, .wcea-table th { vertical-align: middle; }
