/* Cookie-consent banner (shown until the visitor accepts/declines the Meta Pixel). */
.cc{position:fixed;inset:auto 0 0 0;z-index:100;background:#241914;color:#F4E8D6;padding:13px 16px;
  box-shadow:0 -10px 34px rgba(0,0,0,.3);font-family:'Rubik',system-ui,sans-serif;direction:rtl}
.cc[hidden]{display:none}
.cc-in{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px 20px;flex-wrap:wrap}
.cc-txt{font-size:13.5px;line-height:1.5;margin:0;flex:1;min-width:240px;color:#EADBC8}
.cc-txt a{color:#E0915E;font-weight:600;text-decoration:underline;text-underline-offset:2px}
.cc-btns{display:flex;gap:10px;flex:none}
.cc-btns button{font-family:inherit;font-weight:700;font-size:14px;border-radius:9px;padding:10px 22px;cursor:pointer;border:none}
.cc-accept{background:#B0461C;color:#fff}
.cc-decline{background:transparent;color:#F4E8D6;border:1.5px solid rgba(244,232,214,.42)}
.cc-btns button:focus-visible{outline:2px solid #E0915E;outline-offset:2px}
@media (hover:hover){.cc-accept:hover{background:#8A3412}.cc-decline:hover{background:rgba(255,255,255,.08)}}
@media (max-width:560px){.cc-in{flex-direction:column;align-items:stretch}.cc-btns{justify-content:stretch}.cc-btns button{flex:1}}
