.eab-book-btn{padding:.75rem 1rem;border:0;border-radius:.5rem;background:#111;color:#fff;cursor:pointer}
.eab-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999}
.eab-modal__content{background:#fff;max-width:560px;width:92%;padding:24px;border-radius:16px;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.2)}
.eab-modal__close{position:absolute;right:8px;top:8px;border:0;background:transparent;font-size:24px;cursor:pointer}
.eab-step{margin-top:8px}
.eab-input{width:100%;padding:10px 12px;margin:6px 0 10px;border:1px solid #ddd;border-radius:8px}
.eab-btn{padding:.6rem .9rem;border:0;border-radius:10px;background:#111;color:#fff;cursor:pointer}
.eab-link{margin-right:12px}
.eab-services{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow:auto}
.eab-service{border:1px solid #eee;background:#fafafa;padding:10px;border-radius:12px;text-align:left;cursor:pointer}
.eab-service:hover{background:#f0f0f0}
.eab-service__title{font-weight:600;margin-bottom:4px}
.eab-actions{display:flex;align-items:center;justify-content:space-between;margin-top:6px}
.eab-status{margin-top:8px;font-size:.9rem;color:#333}
.eab-checkbox{display:flex;align-items:center;gap:8px;margin-top:8px}
