.mtr-form{max-width:760px;margin:18px 0;padding:16px;border:1px solid #ddd;background:#fff;border-radius:8px}
.mtr-row{margin:12px 0}
.mtr-row label{display:block;font-weight:600;margin-bottom:6px}
.mtr-row input[type="text"],.mtr-row input[type="email"],.mtr-row input[type="date"],.mtr-row input[type="time"],.mtr-row input[type="number"],.mtr-row textarea{
  width:100%;padding:10px;border:1px solid #cfcfcf;border-radius:6px
}
.mtr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media (max-width:680px){.mtr-grid{grid-template-columns:1fr}}
.mtr-btn{padding:10px 16px;border-radius:6px;border:0;cursor:pointer}
.mtr-notice{padding:10px 12px;background:#e7f7ea;border:1px solid #bfe8c7;border-radius:8px;margin-bottom:12px}
.mtr-results{display:none;border:1px solid #cfcfcf;border-radius:6px;margin-top:6px;max-height:220px;overflow:auto;background:#fff}
.mtr-item{display:flex;justify-content:space-between;align-items:center;width:100%;border:0;background:#fff;padding:10px;cursor:pointer;text-align:left}
.mtr-item:hover{background:#f6f7f7}
.mtr-item span{opacity:.75;font-size:12px;margin-left:10px}
.mtr-empty{cursor:default}

.mtr-row select{width:100%;padding:10px;border:1px solid #cfcfcf;border-radius:6px;background:#fff}

.mtr-repeat{display:flex;flex-direction:column;gap:8px}
.mtr-repeat-row{display:grid;grid-template-columns:1.4fr .7fr auto auto;gap:8px;align-items:center}
#mtr-mat-list .mtr-repeat-row{grid-template-columns:1.4fr .6fr 1fr auto auto}
.mtr-plus,.mtr-minus{width:36px;height:36px;border:1px solid #cfcfcf;border-radius:6px;background:#fff;cursor:pointer}

.mtr-signature{width:100%;max-width:760px;height:200px;border:1px solid #cfcfcf;border-radius:6px;background:#fff}
.mtr-clear-signature{margin-top:8px}
