.ebs-pub{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#f3f5f7;color:#1d2327;margin:0;min-height:100vh;display:flex;align-items:flex-start;justify-content:center;padding:40px 16px}
.ebs-pub-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px;max-width:520px;width:100%;box-shadow:0 1px 3px rgba(0,0,0,.06)}
.ebs-pub-card h1{font-size:20px;margin:0 0 12px}
.ebs-pub label{display:block;font-size:13px;font-weight:600;margin:12px 0 4px}
.ebs-pub input,.ebs-pub textarea{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:15px}
.ebs-pub .ebs-btn{display:inline-block;margin-top:16px;background:#2271b1;color:#fff;border:0;border-radius:8px;padding:12px 18px;font-size:15px;font-weight:600;cursor:pointer;width:100%}
.ebs-pub .ebs-btn:hover{background:#185a92}
.ebs-timeline{list-style:none;padding:0;margin:16px 0}
.ebs-timeline li{position:relative;padding:0 0 18px 26px;border-left:2px solid #e5e7eb}
.ebs-timeline li::before{content:"";position:absolute;left:-7px;top:2px;width:12px;height:12px;border-radius:50%;background:#d1d5db}
.ebs-timeline li.done::before{background:#1e7e34}
.ebs-timeline li.active::before{background:#2271b1}
.ebs-timeline li:last-child{border-left-color:transparent}
