.welder-presupuesto-wrapper{
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:18px;
    max-width:600px;
    background:#ffffff;
    box-shadow:0 2px 8px rgba(0,0,0,0.04);
}
.welderp-title{
    margin:0 0 12px;
    font-size:22px;
    font-weight:700;
}
.welderp-form{
    display:flex;
    flex-direction:column;
    gap:14px;
}
.welderp-field label{
    display:block;
    font-weight:600;
    margin-bottom:6px;
}
.welderp-field select,
.welderp-field input[type="number"]{
    width:100%;
    padding:10px 12px;
    border:1px solid #d1d5db;
    border-radius:10px;
    font-size:16px;
}
.welderp-inline .welderp-number{
    display:flex;
    align-items:center;
    gap:8px;
}
.welderp-num-btn{
    border:1px solid #d1d5db;
    border-radius:10px;
    padding:8px 12px;
    background:#f9fafb;
    cursor:pointer;
    font-size:18px;
    line-height:1;
}
.welderp-checkbox input{
    margin-right:8px;
}
.welderp-channel{
    border:1px solid #e5e7eb;
    border-radius:10px;
    padding:10px 12px;
}
.welderp-radio{
    margin-right:16px;
}
.welderp-actions .welderp-submit{
    background:#111827;
    color:#fff;
    border:none;
    border-radius:10px;
    padding:12px 16px;
    font-size:16px;
    cursor:pointer;
}
.welderp-footnote{
    display:block;
    margin-top:10px;
    color:#6b7280;
}
