.ohm-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ohm-review-card{padding:22px;border:1px solid var(--ohm-border);border-radius:12px;background:#fff}.ohm-review-card h3{margin:0 0 14px}.ohm-review-row{display:grid;grid-template-columns:minmax(110px,.7fr) 1.3fr;gap:14px;padding:9px 0;border-top:1px solid #eee;font-size:13px}.ohm-review-row span{color:#666}.ohm-review-row strong{text-align:right;overflow-wrap:anywhere}.ohm-review-total{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:22px;border-radius:12px;background:var(--ohm-light)}.ohm-review-total strong{color:var(--ohm-accent);font-size:26px}.ohm-test-notice{padding:12px 16px;border:1px solid #e4c98f;border-radius:8px;background:#fff9eb;text-align:center}.ohm-prepare-result{margin-top:12px;padding:14px 16px;border:1px solid var(--ohm-border);border-radius:8px;background:#f7f7f7;text-align:center}.ohm-prepare-result.success{border-color:#8fba98;background:#f0f8f2;color:#245c31}.ohm-prepare-result.error{border-color:#d8a1a1;background:#fff2f2;color:#8b2424}.ohm-test-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}#ohm-review-booking,#ohm-submit-booking,#ohm-create-test-order{padding:14px 20px;border:0;border-radius:7px;background:var(--ohm-dark);color:#fff;font:inherit;font-weight:600;cursor:pointer}#ohm-create-test-order{background:#8b2e2e}#ohm-submit-booking:disabled,#ohm-create-test-order:disabled{cursor:not-allowed;opacity:.65}@media(max-width:700px){.ohm-review-grid{grid-template-columns:1fr}.ohm-review-row{grid-template-columns:1fr}.ohm-review-row strong{text-align:left}.ohm-test-actions{width:100%;flex-direction:column}.ohm-test-actions button{width:100%}}
