.check-compare{position:relative;z-index:1;margin-top:12px;padding:13px;border-radius:16px;background:rgba(255,255,255,.64);border:1px solid rgba(60,60,67,.1)}
.check-compare-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.check-compare-head>span{font-size:12px;font-weight:850}.check-compare-head small{font-size:10px;color:var(--muted);font-weight:750}.check-compare-head small.match{color:#21813f}.check-compare-head small.over{color:#2876b9}.check-compare-head small.short{color:#bd4d46}
.check-amounts{display:grid;grid-template-columns:1fr 1.15fr auto;gap:8px;align-items:end}.check-amounts label{gap:4px}.check-amounts label>small{font-size:9px;text-transform:uppercase;letter-spacing:.06em}.check-amounts strong{min-height:39px;display:flex;align-items:center;font-size:16px}.check-input{display:flex;align-items:center;height:39px;border-radius:11px;background:#fff;border:1px solid var(--line);overflow:hidden}.check-input span{padding-left:10px;color:var(--muted);font-size:12px}.check-input input{border:0;background:transparent;padding:9px 8px;box-shadow:none;font-size:14px}.check-amounts button{height:39px}
.theme-dark .check-compare{background:#181c23;border-color:#292f39}.theme-dark .check-input{background:#20242b;border-color:#303640}.theme-dark .check-input input{background:transparent!important}.theme-dark .check-compare-head small.match{color:#86bd93}.theme-dark .check-compare-head small.over{color:#8fb3dc}.theme-dark .check-compare-head small.short{color:#d59090}
@media(max-width:520px){.check-amounts{grid-template-columns:1fr 1fr}.check-amounts button{grid-column:1/-1;width:100%}}
