
.dw-empresa-form{max-width:1100px;margin:0 auto}
.dw-empresa-form__section{border:1px solid #dcdcde;border-radius:16px;padding:28px;margin:0 0 24px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.04)}
.dw-empresa-form__section h3{margin:0 0 18px;font-size:24px;line-height:1.2}
.dw-empresa-form__section-head{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;margin-bottom:18px;flex-wrap:wrap}
.dw-empresa-form__section-help{margin:6px 0 0;color:#5f6c7b;font-size:14px}
.dw-empresa-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.dw-empresa-form__grid--single{grid-template-columns:1fr}
.dw-empresa-form__field label{display:block;font-weight:700;margin:0 0 8px;color:#111827}
.dw-empresa-form__required{color:#b42318}
.dw-empresa-form__input,
.dw-empresa-form__field input[type="file"],
.dw-empresa-form__field textarea{width:100%;padding:13px 15px;border:1px solid #c9ced6;border-radius:12px;background:#fff;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease;min-height:52px;-webkit-appearance:none;appearance:none}
.dw-empresa-form__input:focus,
.dw-empresa-form__field input[type="file"]:focus,
.dw-empresa-form__field textarea:focus{outline:0;border-color:#2271b1;box-shadow:0 0 0 3px rgba(34,113,177,.12)}
.dw-empresa-form__field textarea{min-height:130px;resize:vertical}
.dw-empresa-form__help{display:block;margin:8px 0 0;font-size:13px;line-height:1.35;color:#5f6c7b}
.dw-empresa-form__checks{border:1px solid #c9ced6;border-radius:12px;padding:16px 18px;background:#fff;max-height:360px;overflow:auto}
.dw-empresa-form__checks--tree{background:linear-gradient(180deg,#fff 0,#fcfcfd 100%)}
.dw-empresa-taxonomy-item{margin:0 0 10px}
.dw-empresa-taxonomy-item label{display:flex;gap:10px;align-items:flex-start;font-weight:500}
.dw-empresa-taxonomy-item input[type="checkbox"]{margin-top:3px}
.dw-empresa-taxonomy-children{margin:10px 0 0 28px;padding-left:16px;border-left:2px solid #e5e7eb}
.dw-empresa-products{display:flex;flex-direction:column;gap:18px}
.dw-empresa-product{border:1px solid #d7dbe1;border-radius:14px;padding:20px;background:#f8fafc}
.dw-empresa-product__head{display:flex;gap:12px;justify-content:space-between;align-items:center;margin-bottom:14px;flex-wrap:wrap}
.dw-empresa-product__head h4{margin:0;font-size:18px}
.dw-empresa-form__submit,
.dw-empresa-form__add-product,
.dw-empresa-product__remove{appearance:none;border:0;border-radius:12px;padding:12px 18px;cursor:pointer;font-weight:700;line-height:1.2;transition:transform .06s ease,opacity .2s ease,box-shadow .2s ease}
.dw-empresa-form__submit:hover,
.dw-empresa-form__add-product:hover,
.dw-empresa-product__remove:hover{box-shadow:0 6px 18px rgba(0,0,0,.08)}
.dw-empresa-form__submit:active,
.dw-empresa-form__add-product:active,
.dw-empresa-product__remove:active{transform:translateY(1px)}
.dw-empresa-form__submit,.dw-empresa-form__add-product{background:#2271b1;color:#fff}
.dw-empresa-product__remove{background:#eef2f6;color:#1f2937}
.dw-empresa-product__remove:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}
.dw-empresa-form__actions{text-align:right}
.dw-empresa-form-notice{padding:18px 20px;border-radius:14px;margin:0 0 22px}
.dw-empresa-form-notice--success{background:#edfaef;border:1px solid #46b450}
.dw-empresa-form-notice--error{background:#fff2f3;border:1px solid #d63638}
.dw-empresa-form-notice ul{margin:10px 0 0 18px}
@media (max-width:782px){
  .dw-empresa-form__grid{grid-template-columns:1fr}
  .dw-empresa-form__actions{text-align:left}
}
