#pdt-gm-consent,.pdt-gm-modal{font:14px/1.4 "PDT Inter",sans-serif;color:var(--pdt-gm-text,#515151);z-index:999999}
.pdt-gm-banner{position:fixed;left:16px;right:16px;bottom:16px;display:flex;gap:28px;align-items:center;justify-content:space-between;max-width:960px;margin:auto;padding:14px 16px;background:var(--pdt-gm-bg,#fff);border:1px solid #dedede;border-radius:10px;box-shadow:0 10px 30px rgba(25,27,53,.14);z-index:100}
.pdt-gm-center{position:fixed;inset:0;background:rgba(25,27,53,.54)}.pdt-gm-center .pdt-gm-banner{top:50%;bottom:auto;max-width:620px;transform:translateY(-50%)}
.pdt-gm-banner strong{display:block;color:#191b35;font-family:"Space Grotesk","PDT Inter",sans-serif;font-size:15px;font-weight:600;letter-spacing:-.01em}
.pdt-gm-banner p{max-width:570px;margin:3px 0 0;color:var(--pdt-gm-text,#515151);font-size:13px;line-height:1.4}
.pdt-gm-actions{display:flex;flex:0 0 auto;gap:7px;align-items:center}
#pdt-gm-consent button,.pdt-gm-modal button{min-height:36px;padding:7px 12px;border:1px solid #b9bbc3;border-radius:5px;background:#fff;color:#191b35;font:500 13px/1.2 "PDT Inter",sans-serif;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}
#pdt-gm-consent button:hover,.pdt-gm-modal button:hover{border-color:#df472e;color:#df472e}
#pdt-gm-consent button:focus-visible,.pdt-gm-modal button:focus-visible{outline:2px solid #df472e;outline-offset:2px}
#pdt-gm-consent .pdt-gm-primary,.pdt-gm-modal .pdt-gm-primary{border-color:var(--pdt-gm-button,#df472e);background:var(--pdt-gm-button,#df472e);color:#fff}
#pdt-gm-consent .pdt-gm-primary:hover,.pdt-gm-modal .pdt-gm-primary:hover{border-color:#c83d27;background:#c83d27;color:#fff;transform:translateY(-1px)}
.pdt-gm-modal{position:fixed;inset:0;display:grid;place-items:center;padding:20px;background:#0008}
.pdt-gm-modal>section{position:relative;width:min(440px,100%);padding:24px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0004}
.pdt-gm-modal .pdt-gm-modal-close{position:absolute;top:10px;right:10px;padding:4px 10px;border:0;font-size:24px;line-height:1}
.pdt-gm-modal label{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid #eee}
.pdt-gm-modal-footer{display:flex;align-items:center;justify-content:space-between;margin-top:20px}
@media(max-width:700px){
	.pdt-gm-banner{left:12px;right:12px;bottom:12px;display:block;padding:14px;border-radius:9px;box-shadow:0 8px 24px rgba(25,27,53,.16)}
	.pdt-gm-banner strong{font-size:15px}
	.pdt-gm-banner p{margin-top:3px;font-size:12.5px;line-height:1.35}
	.pdt-gm-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:11px}
	.pdt-gm-actions button{width:100%;min-height:35px;padding:7px 8px}
	.pdt-gm-actions .pdt-gm-primary{grid-column:1/-1;grid-row:1}
}
@media(prefers-reduced-motion:reduce){#pdt-gm-consent button,.pdt-gm-modal button{transition:none}}
