
#container-thanks{display:none;width:100%;box-sizing:border-box;direction:ltr;margin:0 auto}
#container-thanks.is-visible{display:block!important}
#container-thanks .thanks-card{position:relative;box-sizing:border-box;width:100%;padding:30px 22px 24px;border-radius:8px;background:#fff;color:#1f2937;text-align:center;box-shadow:rgba(0,0,0,.2) 0 1px 4px}
#container-thanks .thank-you-icon{display:flex;width:56px;height:56px;margin:0 auto 13px;align-items:center;justify-content:center;border-radius:50%;background:#eaf8ed;color:#43a854;font-size:38px;font-weight:700;line-height:1}
#container-thanks h2{margin:0 0 8px;color:#111827;font-size:25px;font-weight:700;line-height:1.2}
#container-thanks .thanks-main{margin:0;color:#111827;font-size:18px;font-weight:600;line-height:1.4}
#container-thanks .thanks-close{position:absolute;top:7px;right:8px;z-index:2;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;color:#6b7280;font-size:28px;line-height:32px;cursor:pointer}
#container-thanks .thanks-button{width:100%;margin-top:20px;padding:14px 16px;border:0;border-radius:8px;background:rgba(239,74,60,.7);color:#fff;font-size:16px;font-weight:700;cursor:pointer}
#container-thanks .thanks-close:hover,#container-thanks .thanks-close:focus{background:#f3f4f6;color:#111827;outline:none}
#container-thanks .thanks-button:hover,#container-thanks .thanks-button:focus{filter:brightness(.95);outline:none}
@media(max-width:600px){#container-thanks .thanks-card{padding:26px 18px 20px}}
