
.eje-bulli-form{display:flex;flex-direction:column;gap:12px}
.eje-bulli-row label{display:block;font-weight:600;margin-bottom:4px}
.eje-bulli-row input,.eje-bulli-row textarea{width:100%;padding:10px 12px;border:1px solid #d0d0d0;border-radius:10px}
.eje-bulli-two{display:flex;gap:10px}
.eje-bulli-two > div{flex:1}
.eje-bulli-actions{display:flex;gap:12px;align-items:center;margin-top:6px}
.eje-bulli-submit{padding:10px 14px;border-radius:10px;border:0;cursor:pointer}
.eje-bulli-hint{font-size:13px}

.eje-bulli-modal{position:fixed;inset:0;z-index:999999}
.eje-bulli-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.eje-bulli-modal-inner{position:relative;max-width:720px;width:92%;margin:6vh auto;background:#fff;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.35);padding:18px}
.eje-bulli-modal-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}
.eje-bulli-modal-head h3{margin:0 0 6px 0}
.eje-bulli-modal-head p{margin:0 0 14px 0;color:#555}
