.pcp-popup,.pcp-popup *{box-sizing:border-box}.pcp-popup[hidden]{display:none!important}.pcp-popup{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;font-family:inherit}.pcp-popup__backdrop{position:absolute;inset:0;background:rgb(0 0 0 / .58)}.pcp-popup__dialog{position:relative;z-index:1;width:min(var(--pcp-desktop-width), calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 24px 80px rgb(0 0 0 / .34)}.pcp-popup__media{display:flex;align-items:center;justify-content:center;max-height:calc(100dvh - 104px);overflow:hidden;background:#fff}.pcp-popup__media img{display:block;width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 104px)}.pcp-popup__image-link{display:flex;align-items:center;justify-content:center;max-width:100%;text-decoration:none}.pcp-popup__x{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:0;border-radius:999px;background:rgb(24 24 24 / .72);color:#fff;font-size:26px;line-height:1;cursor:pointer;appearance:none}.pcp-popup__actions{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px;border-top:1px solid #ececec;background:#fff}.pcp-popup__dismiss,.pcp-popup__close{min-height:42px;padding:9px 14px;border:1px solid #dedede;border-radius:8px;background:#fff;color:#222;font-size:14px;font-weight:700;line-height:1.2;cursor:pointer;appearance:none}.pcp-popup__dismiss{border-color:#ff7a1a;background:#ff7a1a;color:#fff}.pcp-popup__close:hover,.pcp-popup__close:focus-visible,.pcp-popup__dismiss:hover,.pcp-popup__dismiss:focus-visible,.pcp-popup__x:hover,.pcp-popup__x:focus-visible{outline:2px solid rgb(255 122 26 / .38);outline-offset:2px}html.pcp-popup-is-open,html.pcp-popup-is-open body{overflow:hidden}@media (max-width:640px){.pcp-popup{padding:10px}.pcp-popup__dialog{width:min(var(--pcp-mobile-width), calc(100vw - 20px));max-height:calc(100dvh - 20px);border-radius:12px}.pcp-popup__media,.pcp-popup__media img{max-height:calc(100dvh - 92px)}.pcp-popup__x{top:8px;right:8px;width:34px;height:34px;font-size:24px}.pcp-popup__actions{padding:8px}.pcp-popup__dismiss,.pcp-popup__close{min-height:40px;padding:8px 10px;font-size:13px}}