/* CertPep Lockout Popup */
#certpep-lockout{
  position:fixed;
  inset:0;
  z-index:2147483647;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:rgba(8, 26, 51, 0.88);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#certpep-lockout *{ box-sizing:border-box; }

.certpep-lockout__card{
  width:min(720px, 100%);
  border-radius:18px;
  padding:22px 20px;
  background:#ffffff;
  box-shadow:0 24px 80px rgba(0,0,0,.35);
  font-family: system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#0b1f3b;
  text-align:left;
}

.certpep-lockout__title{
  font-size:20px;
  font-weight:800;
  letter-spacing:.2px;
  margin:0 0 10px 0;
}

.certpep-lockout__msg{
  font-size:16px;
  line-height:1.55;
  color:#223a57;
}

.certpep-lockout__msg p{ margin:0 0 10px 0; }
.certpep-lockout__msg p:last-child{ margin-bottom:0; }
