/* Base styles */
.edmcc-wrap{border:1px solid #e5e7eb;border-radius:16px;padding:24px;background:#ffffff}
.edmcc-head h3{margin:0 0 6px;font-size:24px}
.edmcc-head p{margin:0 0 16px;color:#6b7280}
.edmcc-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:20px}
@media(max-width:900px){.edmcc-grid{grid-template-columns:1fr}}

.edmcc-services{display:flex;flex-direction:column;gap:12px}
.edmcc-service{display:grid;grid-template-columns:1.2fr .8fr .3fr;align-items:center;gap:10px;padding:10px 12px;border:1px dashed #e5e7eb;border-radius:12px}
.edmcc-label{font-weight:600;display:flex;flex-direction:column;gap:4px}
.edmcc-help{font-style:normal;font-weight:400;color:#6b7280;font-size:12px}
.edmcc-input{display:flex;align-items:center;gap:8px}
.edmcc-number,.edmcc-select{width:140px;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px}
.edmcc-unit{font-size:12px;color:#6b7280}
.edmcc-lineprice{justify-self:end;font-weight:700}

.edmcc-summary .edmcc-card{border:1px solid #e5e7eb;border-radius:12px;padding:16px}
.edmcc-card h4{margin:0 0 12px}
.edmcc-rows{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
.edmcc-row{display:flex;justify-content:space-between}
.edmcc-total{border-top:1px solid #e5e7eb;padding-top:8px;font-size:18px}
.edmcc-note{font-size:12px;color:#6b7280}
.edmcc-cta,.edmcc-copy{display:inline-block;margin-right:8px;padding:10px 14px;border-radius:10px;border:1px solid #111827;background:#111827;color:#fff;cursor:pointer}
.edmcc-copy{background:#fff;color:#111827}
.edmcc-cta:hover{opacity:.9}
