/* Clean, wide, uniform inputs; comments in English */
.mahcf-form{max-width:100%;margin:16px auto;padding:14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.04)}
.mahcf-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}
.fld{display:flex;flex-direction:column;gap:6px;flex:1 1 240px}
.fld label{font-weight:600;white-space:nowrap}
.fld select,.fld input{
  padding:12px 14px;
  font-size:16px;
  line-height:1;
  height:48px;               /* same height for all controls */
  border:1px solid #d1d5db;
  border-radius:12px;
  background:#fff;
  min-width:240px;
  box-sizing:border-box;
}
.fld.fld-action button{
  padding:12px 18px;border:0;border-radius:12px;cursor:pointer;background:#111827;color:#fff;height:48px
}
/* Emphasized border for key fields */
.mahcf-bordered{border:2px solid #6b7280 !important}

.mahcf-result{margin-top:16px}
.mahcf-card{padding:14px;border:1px dashed #d1d5db;border-radius:12px;background:#f9fafb}
.mahcf-card hr{border:none;border-top:1px solid #e5e7eb;margin:10px 0}
.mahcf-price{font-size:1.15rem;font-weight:700}

.mahcf-guard{max-width:720px;margin:16px auto;padding:12px;border:1px solid #f59e0b;border-radius:12px;background:#fff8e1}
