.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:1000;background-color:#fff;box-shadow:0 0 25px rgba(0,0,0,.25);transform:translateY(100%);transition:transform .3s ease}.cookie-consent.is-visible{transform:translateY(0)}.cookie-consent[hidden]{display:none}.cookie-consent__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:16px;padding-bottom:16px}.cookie-consent__text{margin:0;font-family:Roboto,sans-serif;font-size:14px;line-height:1.5;color:#434343}.cookie-consent__link{color:#527a01;text-decoration:underline;white-space:nowrap}.cookie-consent__link:hover{color:#669801}.cookie-consent__actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.cookie-consent__btn{cursor:pointer;border:1px solid #527a01;border-radius:4px;padding:10px 24px;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;line-height:1;white-space:nowrap;transition:all .3s linear}.cookie-consent__btn--accept{background-color:#527a01;color:#fff}.cookie-consent__btn--accept:hover{background-color:#669801;border-color:#669801}.cookie-consent__btn--decline{background-color:transparent;color:#527a01}.cookie-consent__btn--decline:hover{background-color:#527a01;color:#fff}@media only screen and (max-width:767px){.cookie-consent__inner{flex-direction:column;align-items:stretch;gap:12px}}@media only screen and (max-width:559px){.cookie-consent__actions{flex-direction:column;align-items:stretch}}