/* The optional-cookie choice is readable without blocking access to the site. */
#z-consent[hidden],#z-consent [hidden],[data-z-consent-open][hidden]{display:none!important}
#z-consent{position:fixed;z-index:10000;inset-inline-end:20px;bottom:20px;width:min(550px,calc(100vw - 40px));box-sizing:border-box;padding:25px;background:#fff;color:#343b2d;border:1px solid #cdd2c3;border-radius:8px;box-shadow:0 10px 45px #26301c26;text-align:start;font-family:Arial,system-ui,sans-serif;max-height:calc(100dvh - 40px);overflow:auto}
#z-consent h2{margin:0 0 12px;padding:0;border:0;color:#30392a;font-size:18px;font-weight:600;line-height:1.4;letter-spacing:-.015em;background:none}
#z-consent p{margin:0 0 12px;color:#616957;font-size:13px;font-weight:400;line-height:1.7}
#z-consent .z-consent-detail{font-size:12px;color:#757d6b}
#z-consent .z-consent-actions{display:flex;gap:10px;margin-top:18px}
#z-consent .z-consent-actions button{flex:1;min-width:0;padding:12px 14px;border:1px solid #69765a;border-radius:4px;background:#f0f2e9;color:#35412c;font-family:inherit;font-size:13px;font-weight:600;line-height:1.4;cursor:pointer;box-shadow:none}
#z-consent .z-consent-actions button:hover{background:#e3e8d7}
#z-consent .z-consent-actions button:disabled{opacity:.5;cursor:not-allowed}
#z-consent a{font-size:12px;color:#4d603a;text-decoration:underline;text-underline-offset:3px}
#z-consent :focus-visible{outline:2px solid #526c3c;outline-offset:4px}
#z-consent [data-z-consent-gpc]{padding:10px 12px;border-inline-start:2px solid #81936b;background:#f0f2e8;font-size:12px}
.z-footer-bottom [data-z-consent-open]{padding:0;border:0;background:none;color:inherit;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
@media(max-width:480px){#z-consent{bottom:12px;inset-inline-end:12px;width:calc(100vw - 24px);padding:20px;max-height:calc(100dvh - 24px)}#z-consent .z-consent-actions{flex-direction:column}#z-consent .z-consent-actions button{min-height:44px}}
