.oro-wrap{max-width:1180px;margin:30px auto;padding:0 18px;font-family:Arial,sans-serif;color:#1f1f1f}.oro-wrap *{box-sizing:border-box}.oro-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.oro-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.oro-box{background:#fff;border:1px solid #e7e7e7;border-radius:10px;padding:24px}.oro-form label{display:flex;flex-direction:column;gap:7px;font-weight:600}.oro-form input,.oro-form select,.oro-form textarea,.oro-verify input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #d9d9d9;border-radius:6px;background:#fff;color:#222}.oro-form textarea{min-height:110px;resize:vertical}.oro-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:18px}.oro-weight{display:grid;grid-template-columns:1fr 150px;gap:8px}.oro-btn{display:inline-flex;align-items:center;justify-content:center;background:#111;color:#fff!important;border:0;border-radius:5px;padding:12px 20px;text-decoration:none;cursor:pointer;font-weight:600}.oro-btn-light{background:#eee;color:#111!important;margin-left:8px}.oro-success,.oro-error{padding:13px 15px;border-radius:6px;margin:14px 0}.oro-success{background:#eef9f0;border:1px solid #b9e3c0}.oro-error{background:#fff0f0;border:1px solid #efbcbc}.oro-table-wrap{overflow:auto;background:#fff;border:1px solid #e7e7e7;border-radius:8px}.oro-table{width:100%;border-collapse:collapse;min-width:760px}.oro-table th,.oro-table td{padding:13px 14px;border-bottom:1px solid #ececec;text-align:left;vertical-align:top}.oro-table th{background:#f7f7f7}.oro-link{display:inline-block;margin:2px 9px 2px 0;text-decoration:none;font-weight:600}.oro-danger{color:#b32d2e!important}.oro-verify{display:flex;gap:10px;max-width:650px}.oro-verify input{flex:1}@media(max-width:767px){.oro-columns,.oro-grid{grid-template-columns:1fr}.oro-weight{grid-template-columns:1fr 120px}.oro-verify{flex-direction:column}.oro-head{align-items:flex-start}}

/* Admin report form: clean two-column sequence */
.wp-admin .oro-form{max-width:1000px;background:#fff;border:1px solid #e2e2e2;border-radius:10px;padding:24px;margin-top:18px}
.wp-admin .oro-form .oro-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 24px!important;margin-bottom:20px!important}
.wp-admin .oro-form label{margin:0!important;display:flex!important;flex-direction:column!important;gap:7px!important;font-weight:600!important}
.wp-admin .oro-form input,.wp-admin .oro-form select,.wp-admin .oro-form textarea{width:100%!important;max-width:none!important;min-height:44px!important}
.wp-admin .oro-form .oro-weight{display:grid!important;grid-template-columns:minmax(0,1fr) 140px!important;gap:8px!important}
@media(max-width:782px){.wp-admin .oro-form .oro-grid{grid-template-columns:1fr!important}.wp-admin .oro-form{padding:16px}.wp-admin .oro-form .oro-weight{grid-template-columns:1fr 110px!important}}
