.epis-fee-wrap{max-width:720px;margin:1.5rem auto;padding:1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.epis-fee-form{display:grid;gap:12px}
.epis-field label{display:block;font-weight:600;margin-bottom:6px}
.epis-field input{width:100%;padding:.6rem .75rem;border:1px solid #d1d5db;border-radius:10px}
.epis-fieldset{margin-top:12px;border:1px solid #e5e7eb;border-radius:10px;padding:12px}
.epis-fieldset legend{font-weight:700}
.epis-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}
@media (max-width:640px){.epis-grid{grid-template-columns:1fr}}
.epis-btn{display:inline-block;border:0;border-radius:12px;padding:.7rem 1rem;font-weight:700;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.08)}
.epis-btn{background:#A01B30;color:#fff}
.epis-btn:hover{filter:brightness(.95)}
.epis-note{font-size:.9rem;color:#6b7280;margin:0}
.epis-error{display:none;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:10px;padding:.6rem .75rem}