.gabelli-external-modal-overlay{background-color:rgba(0,0,0,.7);display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;left:0;position:fixed;top:0;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:opacity .25s ease,visibility .25s ease;transition:opacity .25s ease,visibility .25s ease;visibility:hidden;z-index:99999}.gabelli-external-modal-overlay.is-visible{opacity:1;visibility:visible}.gabelli-external-modal{background:#fff;border-radius:8px;-webkit-box-shadow:0 8px 30px rgba(0,0,0,.3);box-shadow:0 8px 30px rgba(0,0,0,.3);max-width:640px;padding:40px;text-align:center;-webkit-transform:translateY(20px) scale(.95);transform:translateY(20px) scale(.95);-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;width:90%}.gabelli-external-modal-overlay.is-visible .gabelli-external-modal{-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}.gabelli-external-modal__title{color:#1a1a1a;font-size:22px;font-weight:700;line-height:1.3;margin:0 0 12px}.gabelli-external-modal__message{color:#555;font-size:15px;line-height:1.5;margin:0;padding:0 0 32px}.gabelli-external-modal__actions{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.gabelli-external-modal__btn{border:none;border-radius:4px;cursor:pointer;display:inline-block;font-size:15px;font-weight:600;line-height:1;padding:12px 28px;text-decoration:none;-webkit-transition:background-color .15s ease,-webkit-box-shadow .15s ease;transition:background-color .15s ease,-webkit-box-shadow .15s ease;transition:background-color .15s ease,box-shadow .15s ease;transition:background-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease}.gabelli-external-modal__btn--continue{background-color:#0073aa;color:#fff!important}.gabelli-external-modal__btn--continue:visited{color:#fff!important}.gabelli-external-modal__btn--continue:focus,.gabelli-external-modal__btn--continue:hover{background-color:#005a87;-webkit-box-shadow:0 2px 8px rgba(0,115,170,.3);box-shadow:0 2px 8px rgba(0,115,170,.3);color:#fff!important;outline:none}.gabelli-external-modal__btn--cancel{background-color:#f0f0f0;color:#333}.gabelli-external-modal__btn--cancel:focus,.gabelli-external-modal__btn--cancel:hover{background-color:#e0e0e0;outline:none}@media (max-width:480px){.gabelli-external-modal{padding:28px 20px}.gabelli-external-modal__title{font-size:19px}.gabelli-external-modal__actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gabelli-external-modal__btn{text-align:center;width:100%}}