/* Case study PDF delivery. Only enqueued where a case-study form is rendered. */

/* Hidden POST target. Pardot still receives the lead; the page never redirects. */
.cspdf-sink{
  position:absolute;
  width:0;
  height:0;
  border:0;
  visibility:hidden;
}

.cspdf-success{
  max-width:1020px;
  margin-top:18px;
  padding:16px 20px;
  border:1px solid rgba(108,44,255,.25);
  border-radius:var(--case-study-radius,10px);
  background:linear-gradient(90deg,rgba(108,44,255,.06) 0%,rgba(255,62,108,.06) 100%);
  font-family:"Manrope",sans-serif;
  color:var(--case-study-text,#2b2b2b);
}
.cspdf-success[hidden]{ display:none; }

.cspdf-success-text{
  margin:0;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
}

.cspdf-link{
  display:inline-block;
  margin-top:8px;
  font-size:13px;
  font-weight:600;
  color:#8900FF;
  text-decoration:underline;
}
.cspdf-link:hover{ color:#FF675F; }

@media (max-width:768px){
  .cspdf-success{ margin-top:14px; padding:14px 16px; }
}
