.ps-helpdesk{--ps-color:#c71c1c;--ps-color-hover:color-mix(in srgb,var(--ps-color) 84%,#000);--ps-color-light:color-mix(in srgb,var(--ps-color) 8%,#fff)}
.ps-helpdesk-button{position:fixed;right:18px;bottom:18px;z-index:900;background:var(--ps-color);color:#fff!important;border:0;border-radius:28px;padding:12px 16px;box-shadow:0 8px 24px rgba(0,0,0,.22);font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;text-decoration:none!important}
.ps-helpdesk-button:hover,.ps-helpdesk-button:focus,.ps-helpdesk-button:active{background:var(--ps-color-hover);color:#fff!important;text-decoration:none!important;outline:none}
.ps-helpdesk-button span:not(.ps-helpdesk-icon){color:#fff!important}
.ps-helpdesk-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#fff;color:var(--ps-color)!important}
.ps-helpdesk-button:hover .ps-helpdesk-icon,.ps-helpdesk-button:focus .ps-helpdesk-icon,.ps-helpdesk-button:active .ps-helpdesk-icon{background:#fff;color:var(--ps-color)!important}
.ps-helpdesk-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:901}
.ps-helpdesk-panel{position:fixed;top:0;right:-430px;width:390px;max-width:92vw;height:100vh;background:#fff;z-index:902;box-shadow:-10px 0 30px rgba(0,0,0,.25);transition:right .22s ease;display:flex;flex-direction:column}
.ps-helpdesk.is-open .ps-helpdesk-overlay{display:block}
.ps-helpdesk.is-open .ps-helpdesk-panel{right:0}
.ps-helpdesk-header{background:var(--ps-color);color:#fff!important;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;font-size:18px}
.ps-helpdesk-header *{color:#fff!important}
.ps-helpdesk-close{background:transparent;border:0;color:#fff!important;font-size:30px;line-height:1;cursor:pointer}
.ps-helpdesk-close:hover,.ps-helpdesk-close:focus,.ps-helpdesk-close:active{color:#fff!important;background:transparent!important;outline:none}
.ps-helpdesk-body{padding:16px;overflow:auto}
.ps-helpdesk-intro{margin:0 0 14px;color:#555}
.ps-helpdesk-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
.ps-helpdesk-tabs button{border:1px solid #ddd;background:#f7f7f7;color:#333;padding:9px;border-radius:8px;cursor:pointer;font-weight:600}
.ps-helpdesk-tabs button:hover,.ps-helpdesk-tabs button:focus{background:var(--ps-color);border-color:var(--ps-color);color:#fff!important;outline:none}
.ps-helpdesk-tabs button.active,.ps-helpdesk-tabs button.active:hover,.ps-helpdesk-tabs button.active:focus,.ps-helpdesk-tabs button.active:active{background:var(--ps-color);color:#fff!important;border-color:var(--ps-color);outline:none}
.ps-helpdesk-tab{display:none}
.ps-helpdesk-tab.active{display:block}
.ps-helpdesk-tab h4{margin:14px 0 4px;font-size:15px;color:var(--ps-color)}
.ps-helpdesk-tab p{margin:0 0 8px;line-height:1.45;color:#555}
.ps-helpdesk-more{display:block;margin-top:18px;padding:11px 12px;border-radius:8px;background:var(--ps-color);color:#fff!important;text-align:center;font-weight:700;text-decoration:none!important}
.ps-helpdesk-more:visited,.ps-helpdesk-more:hover,.ps-helpdesk-more:focus,.ps-helpdesk-more:active{background:var(--ps-color-hover);color:#fff!important;text-decoration:none!important;outline:none}
.ps-helpdesk-checkout-hint{--ps-color:#c71c1c;--ps-color-light:color-mix(in srgb,var(--ps-color) 8%,#fff);margin-top:12px;padding:12px;border:1px solid var(--ps-color);border-radius:8px;background:var(--ps-color-light);font-size:13px}
.ps-helpdesk-checkout-hint button{border:0;background:var(--ps-color);color:#fff!important;text-decoration:none!important;font-weight:700;cursor:pointer;padding:4px 8px;border-radius:5px;margin-left:4px}
.ps-helpdesk-checkout-hint button:hover,.ps-helpdesk-checkout-hint button:focus,.ps-helpdesk-checkout-hint button:active{background:var(--ps-color-hover);color:#fff!important;text-decoration:none!important;outline:none}
@media (max-width:640px){.ps-helpdesk-button{right:12px;bottom:12px;padding:11px 13px}.ps-helpdesk-button span:last-child{display:none}.ps-helpdesk-panel{width:100vw;max-width:100vw}}
