
/* Clean cookie notice */
.cookie-clean{position:fixed;left:18px;right:18px;bottom:18px;z-index:9999;background:#fff;border:1px solid #d8d3ca;border-radius:14px;box-shadow:0 18px 55px rgba(0,0,0,.18);color:#17211d}
.cookie-clean-inner{max-width:1180px;margin:auto;padding:18px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.cookie-clean p{margin:5px 0;font-size:13px;color:#5f6964;line-height:1.5}
.cookie-clean a{font-size:13px;color:#173c30}
.cookie-clean-actions{display:flex;gap:9px;flex-shrink:0}
.cookie-clean button,.footer-cookie-button{font:inherit;cursor:pointer}
.cookie-clean button{border:1px solid #cfc9bf;background:#fff;border-radius:7px;padding:10px 13px;font-weight:700}
.cookie-clean button.primary{background:#173c30;color:#fff;border-color:#173c30}
.footer-cookie-button{display:block;background:none;border:0;padding:0;color:#adb8b2;margin-top:10px;font-size:13px;text-align:left}
@media(max-width:760px){.cookie-clean-inner{display:block}.cookie-clean-actions{margin-top:14px;flex-wrap:wrap}}
