
#fb-cookie-banner,#fb-cookie-modal{font-family:Arial,Helvetica,sans-serif}
#fb-cookie-banner{
  position:fixed;left:18px;right:18px;bottom:18px;z-index:2147483646;
  max-width:1060px;margin:auto;background:#fffdf8;color:#252925;
  border:1px solid rgba(21,63,46,.2);border-radius:16px;
  box-shadow:0 18px 70px rgba(0,0,0,.25);padding:20px;
}
.fb-cookie-row{display:flex;gap:22px;align-items:center;justify-content:space-between}
.fb-cookie-copy{max-width:680px}
.fb-cookie-copy strong{display:block;color:#153f2e;font-family:Georgia,serif;font-size:21px;margin-bottom:5px}
.fb-cookie-copy p{margin:0;font-size:14px;line-height:1.5}
.fb-cookie-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.fb-btn{
  border:1px solid #153f2e;border-radius:999px;padding:10px 15px;
  font-weight:700;cursor:pointer;background:#fff;color:#153f2e
}
.fb-btn-primary{background:#153f2e;color:#fff}
.fb-btn:hover{filter:brightness(.96)}
#fb-cookie-modal[hidden],#fb-cookie-banner[hidden]{display:none!important}
#fb-cookie-modal{
  position:fixed;inset:0;z-index:2147483647;background:rgba(5,15,10,.62);
  display:grid;place-items:center;padding:18px
}
.fb-cookie-panel{
  width:min(620px,100%);max-height:88vh;overflow:auto;background:#fffdf8;
  border-radius:18px;padding:26px;box-shadow:0 30px 90px rgba(0,0,0,.35)
}
.fb-cookie-panel h2{margin:0 0 8px;color:#153f2e;font-family:Georgia,serif}
.fb-cookie-option{border-top:1px solid #d9ddd8;padding:17px 0}
.fb-cookie-option-head{display:flex;justify-content:space-between;gap:18px;align-items:center}
.fb-cookie-option p{font-size:14px;margin:7px 0 0;color:#59625b}
.fb-switch{position:relative;width:48px;height:26px;flex:0 0 auto}
.fb-switch input{opacity:0;width:0;height:0}
.fb-slider{position:absolute;inset:0;border-radius:999px;background:#b8bdb9;cursor:pointer}
.fb-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:white;border-radius:50%;transition:.2s}
.fb-switch input:checked + .fb-slider{background:#153f2e}
.fb-switch input:checked + .fb-slider:before{transform:translateX(22px)}
.fb-switch input:disabled + .fb-slider{opacity:.7;cursor:not-allowed}
.fb-modal-actions{display:flex;gap:9px;justify-content:flex-end;flex-wrap:wrap;margin-top:18px}
@media(max-width:720px){
  #fb-cookie-banner{left:10px;right:10px;bottom:10px}
  .fb-cookie-row{display:block}
  .fb-cookie-actions{justify-content:flex-start;margin-top:16px}
}
