.site-copy-bar{display:flex;align-items:center;gap:16px;position:relative;background:var(--site-yellow,#ffe044);color:var(--site-purple,#35205f);border-radius:8px;padding:16px; text-align:left}
.site-copy-bar+.site-copy-bar{margin-top:3px}
.site-copy-bar__text{flex:1;min-width:0;overflow-wrap:anywhere}
.site-copy-bar__label{font-size:12px;line-height:1.35;font-weight:500}
.site-copy-bar__value{font-size:16px;line-height:1.35;font-weight:700;white-space:pre-wrap}
.site-copy-bar__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;border:0;border-radius:999px;background:#fff;color:var(--site-purple,#35205f);padding:12px 20px;min-height:44px;font-family:inherit;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer}
.site-copy-bar__button span{font-size:12px;font-weight:600}
.site-copy-bar__button:hover{background:var(--site-beige,#fff9ef)}
.site-copy-bar__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}
.site-copy-bar__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.site-copy-bar.is-error{flex-wrap:wrap}
.site-copy-bar.is-error .site-copy-bar__status{position:static;width:100%;height:auto;margin:0;clip-path:none;white-space:normal;font-size:12px}
.site-support .site-support__copy-panel{padding:0;background:transparent}
@media(max-width:420px){.site-copy-bar{gap:10px;padding:12px}.site-copy-bar__button{padding:12px}.site-copy-bar__value{font-size:14px}}

