.dft-thanks-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:40px}
.dft-thanks-card{background:#1f1f1f;padding:42px 40px 30px;text-align:center;max-width:600px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}
.dft-thanks-icon{width:88px;height:88px;border-radius:50%;border:2px solid #552888;display:flex;align-items:center;justify-content:center;margin:0 auto;background:rgba(85,40,136,0.06)}
.dft-thanks-icon svg{stroke:#552888}
.dft-thanks-title{font-size:18px;font-weight:600;color:#fff;margin:0;line-height:1.4}
.dft-pack-name{color:#fff}
.dft-view-summary{display:block;color:#9b75d6;font-size:14px;font-weight:600;text-decoration:underline;margin:0}
.dft-view-summary:hover{text-decoration:underline;color:#9b75d6}
.dft-footer-text{text-align:center;color:#999;font-size:14px;background:#000;padding:20px;width:100%}
.dft-footer-text p{margin:0 0 4px}
.dft-footer-text a{color:#9b75d6;text-decoration:none;font-weight:600}
.dft-footer-text a:hover{text-decoration:underline}
@media(max-width:480px){.dft-thanks-card{padding:32px 20px}
.dft-thanks-title{font-size:16px}
}