/* GlassQuote v279 — visual option cards for timed estimator pages. */
.gqt-option.gqt-visual-option{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;column-gap:11px;padding:7px 40px 7px 7px;min-height:74px}
.gqt-option-image{width:58px;height:58px;border-radius:13px;overflow:hidden;border:1px solid #d9e6ee;background:#f5f9fc;box-shadow:0 3px 10px rgba(7,29,53,.06)}
.gqt-option-image img{display:block;width:100%;height:100%;object-fit:cover}
.gqt-option.gqt-visual-option .gqt-option-copy{min-width:0}
@media(max-width:520px){.gqt-option.gqt-visual-option{grid-template-columns:52px minmax(0,1fr);column-gap:9px;padding:6px 34px 6px 6px;min-height:68px}.gqt-option-image{width:52px;height:52px;border-radius:12px}}
