/* V50.7 functionality/media-fit only */
.v507-card-media{width:100%;margin:10px 0 12px;overflow:hidden;border:1px solid #e0e6eb;border-radius:9px;background:#fff}
.v507-card-media img{display:block;width:100%;height:auto;max-height:280px;object-fit:contain;margin:0 auto}
.v507-compare-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.v507-compare-head span{font-size:12px;color:#687b8b}
.v507-compare-table{border:1px solid #e0e6eb;border-radius:10px;overflow:hidden}.v507-compare-row{display:grid;grid-template-columns:170px 1fr;gap:14px;padding:12px 14px;border-bottom:1px solid #e7edf2}.v507-compare-row:last-child{border-bottom:0}
.v507-compare-row>div:first-child{display:flex;flex-direction:column;gap:3px}.v507-compare-row span{font-size:12px;color:#6b7d8c}.v507-compare-docs{display:flex;gap:8px;flex-wrap:wrap}
.v507-compare-docs button{border:1px solid #0c3558;border-radius:7px;padding:7px 10px;background:#fff;color:#0c3558;font-size:12px;font-weight:800;cursor:pointer}
@media(max-width:600px){.sm-card,.zp-card,.cr-card{padding-left:10px!important;padding-right:10px!important}.v507-card-media{width:100%;margin-left:0;margin-right:0}.v507-card-media img{width:100%;height:auto;max-height:none;object-fit:contain}.pi504-thumb{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:auto!important;margin-left:0!important;margin-right:0!important}.pi504-thumb img{width:100%!important;height:auto!important;object-fit:contain!important}.v507-compare-row{grid-template-columns:1fr}}