
  :root{--cdek-cookie-z:70}
  .cdek-cookie{font-family:Manrope,Arial,sans-serif;color:#0D1F2D}
  .cdek-cookie *{box-sizing:border-box}
  .cdek-cookie-banner{position:fixed;z-index:var(--cdek-cookie-z);inset:auto 16px 16px;background:#fff;border:1px solid #D7E0E6;border-radius:18px;box-shadow:0 18px 56px rgba(13,31,45,.22)}
  .cdek-cookie-inner{width:min(1160px,100%);min-height:112px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:32px}
  .cdek-cookie-copy{max-width:710px}
  .cdek-cookie-status{display:flex;align-items:center;gap:8px;margin:0 0 5px;font-size:13px;line-height:1.3;font-weight:800;color:#0D1F2D}
  .cdek-cookie-dot{width:8px;height:8px;border-radius:50%;background:#00B33C;box-shadow:0 0 0 4px rgba(0,179,60,.11);flex:none}
  .cdek-cookie-text{margin:0;font-size:14px;line-height:1.55;color:#43515C;text-wrap:pretty}
  .cdek-cookie-text a{color:#006C2B;text-decoration:underline;text-underline-offset:3px}
  .cdek-cookie-actions{display:flex;flex:none;align-items:center;gap:12px}
  .cdek-cookie-button{min-height:44px;border-radius:10px;font-family:Manrope,Arial,sans-serif;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s cubic-bezier(.22,1,.36,1)}
  .cdek-cookie-button[data-cookie-choice="accepted"]{min-width:210px;min-height:52px;border:1px solid #00A83B;padding:14px 28px;background:#00A83B;color:#fff;font-size:16px;font-weight:800;box-shadow:0 10px 24px rgba(0,168,59,.24)}
  .cdek-cookie-button[data-cookie-choice="rejected"]{min-width:auto;min-height:44px;border:0;padding:9px 6px;background:transparent;color:#6B7771;font-size:12px;font-weight:600;text-decoration:underline;text-decoration-color:#B7C0BB;text-underline-offset:3px}
  .cdek-cookie-dismiss{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:10px;background:transparent;color:#52616B;font:500 25px/1 Manrope,Arial,sans-serif;cursor:pointer}
  .cdek-cookie-button:focus-visible,.cdek-cookie-dismiss:focus-visible,.cdek-cookie-settings:focus-visible{outline:3px solid #F47920;outline-offset:3px}
  .cdek-cookie-button[data-cookie-choice="accepted"]:hover{background:#008F32;border-color:#008F32;color:#fff;transform:translateY(-1px)}
  .cdek-cookie-button[data-cookie-choice="rejected"]:hover{background:#F3F6F4;color:#31424D;text-decoration-color:#6B7771}
  .cdek-cookie-dismiss:hover{background:#F3F6F4;color:#0D1F2D}
  .cdek-cookie-settings{appearance:none;border:0;background:none;padding:0;color:rgba(255,255,255,.6);font:500 14px/1.5 Manrope,Arial,sans-serif;text-align:left;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35);text-underline-offset:3px;cursor:pointer}
  .cdek-cookie-settings:hover{color:#fff;text-decoration-color:#00B33C}
  .cdek-cookie-settings-standalone{display:block;margin:10px auto;color:#43515C;text-decoration-color:#9AA7B0}
  .cdek-cookie-settings-standalone:hover{color:#0D1F2D}
  @media(max-width:760px){
    .cdek-cookie-banner{inset:auto 10px 10px}
    .cdek-cookie-inner{min-height:190px;padding:18px 20px;align-items:stretch;flex-direction:column;justify-content:center;gap:14px}
    .cdek-cookie-copy{max-width:none}
    .cdek-cookie-actions{width:100%}
    .cdek-cookie-button[data-cookie-choice="accepted"]{flex:1;min-width:0}
  }
  @media(max-width:430px){
    .cdek-cookie-inner{min-height:244px;padding:17px 16px;gap:13px}
    .cdek-cookie-actions{display:grid;grid-template-columns:1fr}
    .cdek-cookie-button[data-cookie-choice="accepted"]{width:100%}
    .cdek-cookie-button[data-cookie-choice="rejected"]{justify-self:center}
  }
  @media(prefers-reduced-motion:reduce){.cdek-cookie-button{transition:none}.cdek-cookie-button:hover{transform:none}}
