.gf-cbs-modal{position:fixed;inset:0;display:none;z-index:99999;font-family:inherit}.gf-cbs-modal.is-open{display:block}.gf-cbs-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}.gf-cbs-modal__dialog{position:relative;max-width:720px;margin:6vh auto 0;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.25)}.gf-cbs-modal__header{padding:16px 18px;border-bottom:1px solid rgba(0,0,0,.08)}.gf-cbs-modal__title{margin:0;font-size:18px;line-height:1.3}.gf-cbs-modal__body{padding:14px 18px;max-height:60vh;overflow:auto}.gf-cbs-modal__content{font-size:14px;line-height:1.5}.gf-cbs-modal__content table{width:100%;border-collapse:collapse}.gf-cbs-modal__content th,.gf-cbs-modal__content td{padding:10px 8px;vertical-align:top;border-bottom:1px solid rgba(0,0,0,.08);text-align:left}.gf-cbs-modal__content th{width:35%;font-weight:600}.gf-cbs-modal__footer{display:flex;gap:10px;justify-content:flex-end;padding:14px 18px;border-top:1px solid rgba(0,0,0,.08)}.gf-cbs-btn{appearance:none;border:1px solid rgba(0,0,0,.2);background:#f5f5f5;border-radius:4px;padding:9px 12px;cursor:pointer;font-size:14px}.gf-cbs-btn--confirm{background:#2271b1;border-color:#2271b1;color:#fff}.gf-cbs-btn--cancel{background:#f5f5f5;color:#111}@media (max-width:780px){.gf-cbs-modal__dialog{max-width:92vw;margin-top:8vh}.gf-cbs-modal__content th{width:42%}}