/* Keep accessible labels in the DOM; show column headings only on row one. */
.fim-dialog .fim-products{gap:6px}
.fim-dialog .fim-product{padding-bottom:0;row-gap:0}
.fim-dialog .fim-product:not(:first-child)>label,
.fim-dialog .fim-product:not(:first-child) .fim-catalog>label{font-size:0;gap:0;line-height:0}
.fim-dialog .fim-product:not(:first-child) :is(input,select){font-size:13px;line-height:1.3}
.fim-dialog .fim-product input:not([type=checkbox]),
.fim-dialog .fim-product select{height:30px;min-height:30px;padding:4px 7px}
.fim-dialog .fim-product>.fim-remove{height:30px;min-height:30px;padding:3px;margin-top:22px}
.fim-dialog .fim-product:not(:first-child)>.fim-remove{margin-top:0}
@media(pointer:coarse){.fim-dialog .fim-product input:not([type=checkbox]),.fim-dialog .fim-product select,.fim-dialog .fim-product>.fim-remove{height:40px;min-height:40px}}
