
/* LanInno free result share card tools */
.pc-free-share-toolbar{
  width:min(920px, calc(100% - 28px));
  margin:16px auto;
  background:#fff;
  border:1px solid #dbe4ff;
  border-radius:24px;
  padding:16px;
  box-shadow:0 14px 36px rgba(15,23,42,.08);
}
.pc-free-share-toolbar strong{
  display:block;
  color:#071640;
  font-size:18px;
  margin-bottom:6px;
}
.pc-free-share-toolbar p{
  margin:0;
  color:#64748b;
  line-height:1.75;
  font-size:14px;
}
.pc-free-share-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}
.pc-free-share-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  border-radius:999px;
  padding:0 18px;
  border:1px solid #cbd5e1;
  background:#fff;
  color:#071640;
  font-weight:900;
  font-family:inherit;
  text-decoration:none;
  cursor:pointer;
}
.pc-free-share-btn-primary{
  background:#071640;
  color:#fff;
  border-color:#071640;
}
.pc-free-share-card{
  position:relative;
  border:1px solid #dbe4ff!important;
  box-shadow:0 18px 48px rgba(15,23,42,.10)!important;
}
.pc-free-share-card::after{
  content:"LanInno";
  position:absolute;
  right:18px;
  bottom:12px;
  color:rgba(7,22,64,.18);
  font-size:13px;
  font-weight:900;
  letter-spacing:.12em;
  pointer-events:none;
}
.pc-free-share-preview{
  display:none;
  margin-top:14px;
  border:1px solid #e5e7eb;
  border-radius:20px;
  padding:12px;
  background:#f8fafc;
}
.pc-free-share-preview.is-show{
  display:block;
}
.pc-free-share-preview p{
  margin:0 0 10px;
  color:#047857;
  font-weight:900;
}
.pc-free-share-preview img{
  display:block;
  width:min(360px,100%);
  height:auto;
  border-radius:18px;
  border:1px solid #e5e7eb;
  background:#fff;
}
.pc-free-share-tip{
  display:none;
  margin-top:10px;
  color:#047857;
  font-weight:900;
}
.pc-free-share-tip.is-show{
  display:block;
}
.pc-free-pro-nudge{
  width:min(920px, calc(100% - 28px));
  margin:14px auto 22px;
  background:linear-gradient(135deg,#fff,#f5f7ff);
  border:1px solid #dbe4ff;
  border-radius:24px;
  padding:16px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.pc-free-pro-nudge h3{
  margin:0 0 8px;
  color:#071640;
  font-size:20px;
}
.pc-free-pro-nudge p{
  margin:0;
  color:#64748b;
  line-height:1.75;
}
.pc-free-pro-nudge a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border-radius:999px;
  padding:0 16px;
  background:#071640;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  margin-top:12px;
}
@media(max-width:760px){
  .pc-free-share-actions{display:grid}
  .pc-free-share-btn{width:100%}
  .pc-free-share-toolbar{border-radius:20px}
}
@media print{
  .pc-free-share-toolbar,
  .pc-free-pro-nudge{
    display:none!important;
  }
  body{
    background:#fff!important;
  }
  .pc-free-share-card{
    box-shadow:none!important;
    break-inside:avoid;
  }
}
