/* Thank-you page — template-hvala.php. Only enqueued on that page template
   (functions.php) — depends on global.css for tokens, base primitives, and
   the shared .solution-label pattern, so never load this alone. */
.hvala-section{padding:var(--space-12) 0}
.hvala-inner{max-width:560px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}
.hvala-ico{
  width:64px;height:64px;border-radius:50%;margin-bottom:var(--space-6);
  background:#effaf2;color:#23763a;display:grid;place-items:center;
}
.hvala-ico svg{width:30px;height:30px}
.hvala-inner .solution-label{justify-content:center}
.hvala-inner h1{margin:var(--space-3) 0 var(--space-4)}
.hvala-inner p{margin:0 0 var(--space-7)}

@media (max-width:820px){
  .hvala-section{padding:var(--space-10) 0}
}
