.opc-guard-backdrop{
  position: fixed;
  inset: 0;
  z-index: 1000000;
  background: rgba(0,0,0,0.65);
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 18px;
}

.opc-guard-modal{
  width: min(520px, 92vw);
  background: #111827;
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  box-shadow: 0 20px 70px rgba(0,0,0,0.55);
  padding: 18px 18px 16px;
  color: #f3f4f6;
  font-family: "Suisse Int'l", Roboto, Helvetica, Arial, sans-serif;
}

.opc-guard-title{
  font-weight: 900;
  font-size: 18px;
  margin: 0 0 8px;
}

.opc-guard-body{
  color: rgba(243,244,246,0.85);
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.opc-guard-actions{
  display:flex;
  justify-content:flex-end;
}

.opc-guard-btn{
  background: #F1F1F1;
  color:#111;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 800;
  cursor:pointer;
}
.opc-guard-btn:hover{
  color:#0098FF;
}

