/* BSG Lead Guide Manager frontend */
.bsg-lgm-form{background:#fff;border:1px solid #dbe8ec;border-radius:14px;padding:18px;box-shadow:0 8px 28px rgba(10,46,60,.08);max-width:520px;font-family:inherit}
.bsg-lgm-form h3{margin:0 0 12px;color:#0b2a3b;font-size:22px}
.bsg-lgm-form label{display:block;color:#20303a;font-weight:600;font-size:14px;margin-bottom:10px}
.bsg-lgm-form input,.bsg-lgm-form select{width:100%;box-sizing:border-box;margin-top:4px;padding:10px 11px;border:1px solid #cbdde4;border-radius:8px;font-size:15px}
.bsg-lgm-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.bsg-lgm-consent{display:flex!important;gap:8px;align-items:flex-start;font-weight:400!important;font-size:12px!important;line-height:1.35}
.bsg-lgm-consent input{width:auto;margin-top:2px}
.bsg-lgm-form button[type=submit]{width:100%;background:#0d6f7c;color:#fff;border:0;border-radius:9px;padding:12px 16px;font-weight:700;font-size:16px;cursor:pointer}
.bsg-lgm-form button[type=submit]:hover{background:#075666}
.bsg-lgm-popup{display:none;position:fixed;inset:0;z-index:999999}
.bsg-lgm-popup.is-active{display:block}
.bsg-lgm-popup__backdrop{position:absolute;inset:0;background:rgba(4,23,31,.62)}
.bsg-lgm-popup__dialog{position:relative;background:#fff;width:min(560px,calc(100vw - 36px));max-height:calc(100vh - 40px);overflow-y:auto;margin:30px auto;padding:24px;border-radius:18px;box-shadow:0 20px 70px rgba(0,0,0,.28)}
.bsg-lgm-popup__dialog h3{margin:0 38px 8px 0;color:#0b2a3b;font-size:26px;line-height:1.1}
.bsg-lgm-popup__dialog p{margin:0 0 14px;color:#4b5b66}
.bsg-lgm-popup__close{position:absolute;top:12px;right:14px;background:transparent;border:0;color:#52646e;font-size:32px;line-height:1;cursor:pointer}
.bsg-lgm-popup .bsg-lgm-form{box-shadow:none;border:0;padding:0;max-width:none}
@media(max-width:560px){.bsg-lgm-grid{grid-template-columns:1fr;gap:0}.bsg-lgm-popup__dialog{margin:16px auto;padding:18px}}
