:root{
  --bg:#010C16;
  --border:#0F3159;
  --btn:#6FA4E4;
  --text:#fff;
}

.slotfun-signup-overlay{
  position:fixed; inset:0;
  background:rgba(0,0,0,.7);
  z-index:999998;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}

.slotfun-signup-popup{
  width:100%;
  max-width:520px;
  background:var(--bg);
  border:2px solid var(--border);
  border-radius:16px;
  padding:30px;
  color:var(--text);
  position:relative;
  font-family:system-ui, sans-serif;
  box-shadow:0 20px 60px rgba(0,0,0,.6);
}

/* prevent Elementor overrides */
.slotfun-signup-popup button,
.slotfun-signup-popup a{
  all: unset;
  box-sizing:border-box;
  cursor:pointer;
  font-family:inherit;
  color:inherit;
}

.slotfun-signup-close{
  position:absolute!important; 
  top:10px!important; 
  right:12px!important;
  width:34px; height:34px!important;
  display:grid; place-items:center!important;
  border:0px solid var(--border)!important;
  border-radius:8px!important;
  font-size:20px!important;
  background:transparent!important;
}

.slotfun-signup-title{
  margin:0 0 6px;
  font-size:22px;
  font-weight:900;
  text-align:center;
}

.slotfun-signup-sub{
  margin:0 0 14px;
  font-size:14px;
  line-height:1.5;
  text-align:center;
  opacity:.9;
}

.slotfun-signup-form input[type="text"],
.slotfun-signup-form input[type="email"]{
  width:100%;
  padding:12px 4px;
  background:transparent;
  border:0;
  border-bottom:2px solid #fff;
  color:#fff;
  font-size:18px;
  margin-bottom:12px;
  outline:none;
}

.slotfun-signup-form input::placeholder{
  color:#fff;
  opacity:.8;
}

.slotfun-checkbox-row{
  display:block;
  gap:8px;
  align-items:flex-start;
  font-size:18px;
  line-height:1.4;
  margin-bottom:10px;
}

.slotfun-checkbox-row a{
  text-decoration:underline;
}

.slotfun-signup-submit{
  width:100%;
  padding:14px 16px;
  text-align:center;
  background:var(--btn);
  border:2px solid var(--border);
  border-radius:10px;
  font-size:20px;
  font-weight:900;
  color:#010C16;
}

img.popup-logo {
    max-width: 100%;
    width: 250px;
    /* margin-bottom: 20px; */
    margin: 0 auto 20px;
}

.popup-top {
    text-align: center;
}
.slotfun-signup-submit {
    width: 100% !important;
    padding: 14px 16px !important;
    text-align: center !important;
    background: var(--btn);
    border: 2px solid var(--border) !important;
    border-radius: 10px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #010C16;
}
