.thank-you-wrapper{display:grid !important;place-items:center !important;min-height:100vh !important;width:100% !important;background-color:#f5f5f5 !important;padding:20px !important}
.image-section{width:100%;background:#fff;padding:30px;text-align:center;border-bottom:1px solid #e0e0e0}
.thank-you-image{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:8px}
.content-section{padding:40px 30px;text-align:center;background:#fff}
.thank-you-title{font-size:22px;font-weight:bold;color:#000;margin-bottom:25px;letter-spacing:.5px;line-height:1.4}
.message{font-size:15px;color:#555;line-height:1.8;margin-bottom:25px}
.request-id{font-size:16px;font-weight:600;color:#333}
.request-id span{color:#e74c3c;font-weight:bold}
@media(max-width:480px){.thank-you-container{box-shadow:none;border-radius:0}
.content-section{padding:30px 20px}
.thank-you-title{font-size:20px}
.message{font-size:14px}
.image-section{padding:20px}
}