/* Instant Estimate tool - reuses repair-or-replace.css's .ror-* option/
   result styles; this file only adds what's specific to the 8-option
   damage grid (repair-or-replace.css's .ror-options is sized for 2). */
.ie-damage-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media (min-width:521px){.ie-damage-options{grid-template-columns:repeat(4,1fr)}}
.ie-damage-options .ror-option{padding:14px 10px}
