.cookie-panel{position:fixed;left:4px;right:auto;bottom:4px;z-index:45;width:328px;max-width:calc(100vw - 8px);max-height:calc(100dvh - 8px);overflow-y:auto;scrollbar-width:none;overscroll-behavior:contain;padding:24px 20px 20px;border:0;border-radius:3px;background:#fff;color:#451500;box-shadow:0 2px 12px #0002;font-family:Nunito,Arial,sans-serif;text-align:left;display: none;}
.cookie-panel header{position:relative;padding-right:25px;margin:0 0 22px}
.cookie-panel #cookie-notice-title{margin:0;font:700 20px/26px Nunito,Arial,sans-serif;text-transform:none;letter-spacing:0}
.cookie-panel .cookie-close{position:absolute;right:4px;top:2px;display:grid;place-items:center;width:24px;height:24px;padding:5px;border:0;background:none;color:inherit}
.cookie-close svg{width:14px;height:14px;stroke-width:3;stroke-linecap:butt}
.cookie-panel .cookie-copy p{margin:0 0 22px;font:400 14px/21px Nunito,Arial,sans-serif;letter-spacing:0}
.cookie-panel .cookie-copy p:last-child{margin-bottom:23px}
.cookie-panel .cookie-copy a{color:inherit;text-decoration:underline;text-underline-offset:1px}
.cookie-buttons{display:flex;flex-direction:column;gap:12px}
.cookie-panel .cookie-buttons button{display:block;flex:none;width:100%;min-height:40px;padding:9px 8px;border:0;border-radius:3px;background:#451500;color:#fff;font:700 14px/21px Nunito,Arial,sans-serif;text-transform:none;letter-spacing:0;text-align:center}
.cookie-panel .cookie-buttons button:first-child{padding-top:0;padding-bottom:0;min-height:42px}
.cookie-panel .cookie-buttons button:hover{background:#65260e}
@media(max-width:360px){.cookie-panel{width:calc(100vw - 8px)}}

.cookie-panel::-webkit-scrollbar{display:none}

.cookie-panel .cookie-copy{width:calc(100% + 12px)}
