.sdc-wrap{max-width:980px;margin:20px auto;font-family:inherit}
.sdc-map{width:100%;height:360px;border-radius:12px;border:1px solid #e5e7eb;margin-top:14px}
.sdc-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.sdc-form label{display:block;margin:12px 0 6px;font-weight:600}
.sdc-form input[type=text]{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:10px}
.sdc-stops #sdc-stops-list .sdc-stop{display:flex;gap:8px;margin-bottom:8px}
.sdc-stops #sdc-stops-list .sdc-stop input{flex:1}
.sdc-row{margin-top:10px}
.sdc-actions{display:flex;gap:8px;margin-top:16px}
.sdc-results{margin-top:20px}
.sdc-table{width:100%;border-collapse:collapse}
.sdc-table th,.sdc-table td{border-bottom:1px dashed #eee;padding:10px;text-align:right}
.sdc-table .sdc-total th,.sdc-table .sdc-total td{border-bottom:0;font-size:18px}
.sdc-note,.sdc-mini-note{color:#6b7280;font-size:13px}
.sdc-fieldset{border:1px solid #eee;padding:10px 12px;border-radius:10px;margin:10px 0}
.sdc-fieldset legend{padding:0 6px;color:#374151}
.sdc-radio{display:inline-flex;align-items:center;gap:6px;margin-inline-end:18px}
.sdc-checkbox{display:flex;align-items:center;gap:8px}
