.thankyou-component{display:flex;flex-direction:column;box-sizing:border-box;min-height:100vh;background:#000}
.thankyou-component__header{padding:16px 16px 10px;flex-shrink:0}
.thankyou-component__back{display:flex;align-items:center;gap:10px;background:0;border:0;cursor:pointer;font-family:'Roboto',sans-serif;font-size:16px;font-weight:600;color:#fff;padding:4px 0}
.thankyou-component__back-divider{width:1px;height:16px;background:rgba(255,255,255,0.3);display:inline-block}
.thankyou-component__body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:24px;text-align:center}
.thankyou-component__icon-wrap{width:88px;height:88px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.thankyou-component__title{font-family:'Roboto',sans-serif;font-size:20px;font-weight:700;color:#fff;text-align:center;margin:0;line-height:1.3}
.thankyou-component__desc{font-family:'Roboto',sans-serif;font-size:14px;font-weight:400;color:rgba(255,255,255,0.6);text-align:center;margin:0;line-height:1.6;max-width:420px}
.thankyou-component__desc p{margin:0}
.thankyou-component__desc a{color:#f04c23;text-decoration:none;font-weight:500}
.thankyou-component__desc a:hover{text-decoration:underline}
.thankyou-component__home{display:flex;align-items:center;gap:6px;background:0;border:0;cursor:pointer;font-family:'Roboto',sans-serif;font-size:13px;font-weight:500;color:#f04c23;padding:4px 0;margin-top:4px}
.thankyou-component__home:hover{text-decoration:underline}