.bep-wrap{border:1px solid #e5e7eb;border-radius:12px;padding:16px;max-width:880px;margin:16px auto;background:#fff}
.bep-form label{display:block;margin:8px 0}
.bep-form input, .bep-form select, .bep-form textarea{width:100%;padding:8px;border:1px solid #e5e7eb;border-radius:8px}
.bep-row{display:flex;gap:12px}
.bep-row label{flex:1}
.bep-actions{display:flex;justify-content:space-between;margin-top:12px}
.bep-fare{margin:12px 0;padding:10px;background:#f9fafb;border:1px dashed #e5e7eb;border-radius:8px}
.bep-review{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px}
@media (max-width:640px){.bep-row{flex-direction:column}}
