:root{--dark-green:#3e4f45;--neutral_light-green:#e2ffdb;--main-yellow:#fbc56f;--text-color:#3e4f45}.cookies-wrapper{z-index:9999;pointer-events:none;position:fixed;bottom:20px;right:20px}.c-cookie-popup{pointer-events:auto;width:350px;max-width:calc(100vw - 40px);color:var(--text-color);background-color:#fff;border-radius:12px;padding:1.5rem;font-family:Inter,sans-serif;position:absolute;bottom:0;right:0;box-shadow:0 10px 30px #0003}.cookie-top_wrapper{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cookie-icon_wrapper{align-items:center;gap:.5rem;font-weight:600;display:flex}.cookie-icon_image{width:24px;height:24px}.cookie-close_btn{cursor:pointer;background:0 0;border:none;padding:.25rem}.cookie-close_icon{width:18px;height:18px}.cookie-description{margin-bottom:1.5rem;font-size:.875rem;line-height:1.4}.cookie-description_link{color:var(--dark-green);font-weight:600;text-decoration:underline}.cookie-btns_wrapper{justify-content:flex-end;gap:.75rem;display:flex}.cookie-btns_wrapper.cc-customize-cookie{flex-direction:column;gap:.5rem}.cookie-btn{cursor:pointer;border:1px solid var(--dark-green);color:var(--dark-green);background-color:#0000;border-radius:8px;flex-grow:1;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .3s}.cookie-btn:hover{background-color:var(--neutral_light-green)}.cookie-btn.cc-green-bg{background-color:var(--dark-green);border-color:var(--dark-green)}.cookie-btn.cc-green-bg:hover{background-color:#313e36}.cookie-btn:disabled{opacity:.5;cursor:not-allowed}.cookie-switch_group{flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:.5rem 0;display:flex}.cookie-toggle_wrapper{justify-content:space-between;align-items:center;display:flex}.cookie-toggle_text{font-size:1rem;font-weight:500}.cookie-toggle_btn{cursor:pointer;background-color:#ccc;border:none;border-radius:9999px;align-items:center;width:44px;height:24px;padding:2px;transition:background-color .2s;display:flex}.cookie-toggle_btn[aria-checked=true]{background-color:var(--dark-green);justify-content:flex-end}.cookie-toggle_btn[aria-checked=false]{background-color:#ccc;justify-content:flex-start}.cookie-toggle_knob{background-color:#fff;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 2px #0000001a}.cookie-toggle_btn[aria-checked=true] .cookie-toggle_knob{background-color:#f4fff1}.cookie-toggle_btn:disabled{opacity:.7;cursor:not-allowed}@media (max-width:400px){.c-cookie-popup{width:auto;left:10px;right:10px}}
