/* shared-forms — extracted from v1-category-18.html
   Source of truth — based on baseline file. */

.filter-option input[type="radio"] {
    width: 16px; height: 16px;
    accent-color: var(--green);
    margin: 0; flex-shrink: 0;
  }

.filter-option input[type="checkbox"] {
    width: 16px; height: 16px;
    accent-color: var(--green);
    margin: 0; flex-shrink: 0;
  }
