.pr-cookie-consent{position:fixed;bottom:0;width:100%;background:#f5f5f5;z-index:1200;box-shadow:0px -4px 15px 0px rgba(0,0,0,.1);color:#000}.cookie-consent-wrapper{background:0 0;display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:16px;padding:0;padding-bottom:16px;color:#000;gap:16px}.cookie-consent-content{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:0;margin:0;gap:4px;flex-wrap:wrap}.cookie-consent-message{width:100%;margin:0;padding:0}.cookie-consent-button{margin:0;padding:5px;min-width:80px;width:80px;border-radius:5px;background:#c44529;font-size:14px;color:#fff;height:32px;border:none;cursor:pointer;font-weight:500;transition:background-color .3s ease;flex-shrink:0}.cookie-consent-button:hover{background:#a33820}.cookie-consent-button:focus{outline:2px solid #c44529;outline-offset:2px}.cookie-consent-button:active{background:#8a2f1a}@media screen and (max-width:768px){.cookie-consent-wrapper{flex-direction:column;align-items:flex-start;gap:12px}.cookie-consent-content{flex-direction:column;align-items:flex-start;width:100%}.cookie-consent-button{width:100%;max-width:200px;align-self:center}}@media screen and (max-width:480px){.pr-cookie-consent{padding:0 8px}.cookie-consent-wrapper{margin-top:12px;padding-bottom:12px}.cookie-consent-message{font-size:14px}.cookie-consent-button{max-width:100%}}@keyframes slideUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.pr-cookie-consent{animation:slideUp .3s ease-out}.pr-cookie-consent[style*="display: none"]{display:none !important}