/* Keep the real close control separate from decorative artwork. */
body .ts-signup-badge{filter:none}
body .ts-signup-badge a{filter:drop-shadow(0 7px 9px rgba(0,55,34,.24))}
/* The legacy 202×315 PNG contains a decorative X and backdrop above the hair.
   Clip only that known source in the page; keep its original pixels/file intact. */
body .ts-signup-badge img[src*="tidespark-signup-badge.png"]{--tsp-badge-cut:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 202 315'%3E%3Cpath fill='white' d='M0 90V315H202V90H170V62H158V40L145 32L136 28L119 29L108 34L102 40H75L69 43L61 38H43L32 42L24 50L19 65L12 90Z'/%3E%3C/svg%3E");-webkit-mask-image:var(--tsp-badge-cut);mask-image:var(--tsp-badge-cut);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
body .ts-signup-badge .ts-signup-badge-close{top:-9px;right:-6px;width:32px;height:32px;min-width:32px;padding:0;box-sizing:border-box;box-shadow:none;border:0;background:#5d657b;font-size:0;line-height:1;filter:none}
body .ts-signup-badge-close::before,body .ts-signup-badge-close::after{content:"";position:absolute;left:9px;top:14px;width:14px;height:3px;border-radius:2px;background:#fff8df;transform:rotate(45deg)}
body .ts-signup-badge-close::after{transform:rotate(-45deg)}
body .ts-signup-badge-close:focus-visible{outline:3px solid #fff8df;outline-offset:3px}
@media(max-width:620px){body .ts-signup-badge .ts-signup-badge-close{width:32px;height:32px;min-width:32px;top:-8px;right:-4px}}
