#tspv12-popup{position:absolute;z-index:9999;max-width:340px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;}
#tspv12-popup.hidden{display:none;}
#tspv12-popup .card{
  background:#fff;
  border-radius:12px;
  box-shadow:0 4px 25px rgba(0,0,0,0.1);
  padding:16px 18px;
  width:300px;
  position:relative;
}
#tspv12-popup .close{
  position:absolute;
  right:10px;
  top:10px;
  cursor:pointer;
  color:#555;
  font-size:20px;
  line-height:1;
  background:none;
  border:none;
}
#tspv12-popup .close:hover{color:#007B73;}
#tspv12-popup .header{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
#tspv12-popup .header svg{
  flex:0 0 auto;
  width:22px;
  height:22px;
}
#tspv12-popup .header span{
  color:#007B73;
  font-weight:500;
  font-size:15px;
  text-decoration:none;
}
#tspv12-popup .line2{
  color:#1A1A1A;
  font-size:17px;
  font-weight:600;
  margin-bottom:6px;
}
#tspv12-popup .msg{
  color:#007B73;
  font-size:15px;
  font-weight:400;
  margin-bottom:10px;
  line-height:1.5;
}
#tspv12-popup .goto{
  color:#007B73;
  font-size:15px;
  font-weight:500;
  text-decoration:none;
}
#tspv12-popup .goto:hover{
  text-decoration:underline;
}
sup.tsp-tick{
  background:#007B73;
  color:#fff;
  font-size:9px;
  border-radius:50%;
  width:12px;
  height:12px;
  line-height:12px;
  display:inline-block;
  text-align:center;
  margin-left:1px;
  vertical-align:super;
  position:relative;
  top:-1px;
}
@media(max-width:420px){
  #tspv12-popup .card{width:92vw;max-width:320px;}
  #tspv12-popup{left:8px!important;right:8px!important;}
}
