.cookie-consent{position:fixed;right:18px;bottom:18px;z-index:10020;width:min(430px,calc(100vw - 36px));padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #dce5e8;border-radius:18px;box-shadow:0 18px 50px rgba(15,35,50,.16);font:500 13px/1.45 Manrope,Arial,sans-serif;color:#172633}.cookie-consent__text{display:grid;gap:3px}.cookie-consent__text strong{font-size:14px}.cookie-consent__text span{color:#667785}.cookie-consent__text a{width:max-content;color:#087bd3;text-decoration:none}.cookie-consent__actions{display:flex;align-items:center;gap:8px}.cookie-consent button{border:1px solid #d7e1e5;border-radius:999px;background:#fff;padding:9px 13px;font:700 12px Manrope,Arial,sans-serif;cursor:pointer}.cookie-consent .cookie-consent__accept{border-color:#167fd2;background:#167fd2;color:#fff}@media(max-width:620px){.cookie-consent{left:12px;right:12px;bottom:12px;width:auto;align-items:stretch;flex-direction:column;gap:12px}.cookie-consent__actions{justify-content:flex-end}}