.mm2-calculator .comparison-card .comparison-source{text-transform:none}.mm2-calculator .modal-content{max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.mm2-calculator .modal-items.adopt-me-modal-catalog-root{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;max-height:56vh;overflow-y:auto;overflow-x:hidden;padding-right:6px}.mm2-calculator .modal-item.adopt-me-catalog-cell{width:100%;min-width:0}@media (max-width:900px){.mm2-calculator .modal-items.adopt-me-modal-catalog-root{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.mm2-calculator .modal-items.adopt-me-modal-catalog-root{grid-template-columns:repeat(2,minmax(0,1fr));max-height:52vh}}.mm2-calculator-main .selected-item{display:flex;align-items:center;gap:10px;padding:8px;border:1px solid #2b2b2b;border-radius:10px;margin-bottom:8px}.mm2-calculator-main .selected-item-image{width:48px;height:48px;object-fit:contain;background:#111;border-radius:8px}.mm2-calculator-main .selected-item-info{flex:1 1}.mm2-calculator-main .selected-item-name{font-size:14px;font-weight:600}.mm2-calculator-main .remove-btn{border:0;background:#2a2a2a;color:#fff;width:28px;height:28px;border-radius:8px;cursor:pointer}