.selectable-domain-cell { position:relative; padding-left:38px !important; }
.domain-select-check { position:absolute; left:10px; top:50%; transform:translateY(-50%); width:16px !important; min-width:16px !important; max-width:16px !important; height:16px; padding:0 !important; margin:0; cursor:pointer; accent-color:#1d6ff2; }
.copy-selected-domains { white-space:nowrap; }
.domain-copy-notice { position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); z-index:100000; padding:18px 28px; border:1px solid #91dcaf; border-radius:12px; background:#edfff3; color:#08773e; box-shadow:0 12px 40px #063c2429; font-size:17px; font-weight:700; pointer-events:none; }
.domain-copy-notice.failed { background:#fff2f3; border-color:#f2bcc3; color:#a7192a; }

/* Anchor the select-all checkbox to its own cell inside the sticky header. */
.sticky-table-region thead th.selectable-domain-cell { position:relative; }
