/* SunEnergy shared cookie consent UI */
.cookie-backdrop,
.cookie-banner,
.cookie-manage{font-family:Arial,Helvetica,sans-serif}
.cookie-backdrop{
  position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:10000;display:none;
}
.cookie-backdrop.show{display:block}
.cookie-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:10001;
  background:#20211C;color:#F3EFE6;border-top:1px solid #3A3A31;
  box-shadow:0 -12px 40px rgba(0,0,0,.45);display:none;
  padding:20px 18px calc(18px + env(safe-area-inset-bottom,0px));
}
.cookie-banner.show{display:block}
.cookie-inner{max-width:860px;margin:0 auto}
.cookie-banner h2{font-size:20px;line-height:1.25;margin:0 0 8px;font-weight:800;color:#F3EFE6}
.cookie-banner p{font-size:13px;line-height:1.55;color:#B9B9AE;margin:0 0 14px}
.cookie-banner a{color:#F2DFA0;text-decoration:underline}
.cookie-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.cookie-btn{appearance:none;border-radius:10px;padding:10px 15px;font:700 13px/1.2 Arial,Helvetica,sans-serif;cursor:pointer}
.cookie-btn-config{background:#1D1C17;border:1px solid #3A3A31;color:#F3EFE6}
.cookie-btn-secondary{background:transparent;border:1px solid #3A3A31;color:#F3EFE6}
.cookie-btn-primary{background:#E3B23C;border:1px solid #E3B23C;color:#23231F}
.cookie-preferences{display:none;margin-top:14px;padding-top:12px;border-top:1px solid #3A3A31}
.cookie-preferences.show{display:block}
.cookie-choice{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid #33342D}
.cookie-choice strong{display:block;font-size:13px;color:#F3EFE6;margin-bottom:3px}
.cookie-choice small{display:block;color:#9BA8A2;font-size:12px;line-height:1.45}
.cookie-toggle{
  position:relative;flex:0 0 auto;width:42px;height:24px;border:0;border-radius:999px;background:#3A3A31;cursor:pointer;
}
.cookie-toggle::after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#9BA8A2;transition:.18s}
.cookie-toggle[aria-checked="true"]{background:#E3B23C}
.cookie-toggle[aria-checked="true"]::after{left:21px;background:#23231F}
.cookie-toggle[aria-disabled="true"]{cursor:default;opacity:.85}
.cookie-manage{
  position:fixed;right:14px;bottom:14px;z-index:10002;display:none;
  border:1px solid #3A3A31;border-radius:999px;padding:9px 12px;background:#20211C;color:#F3EFE6;
  font:700 12px/1 Arial,Helvetica,sans-serif;box-shadow:0 5px 18px rgba(0,0,0,.3);cursor:pointer;
}
.cookie-manage.show{display:block}
.cookie-map{position:relative;min-height:180px;border-radius:16px;overflow:hidden;background:#1D1C17;border:1px solid #3A3A31;display:flex;align-items:center;justify-content:center;padding:18px;text-align:center}
.cookie-map .cookie-map-placeholder{max-width:420px}
.cookie-map h3{margin:0 0 8px;font-size:15px;color:#F3EFE6}
.cookie-map p{margin:0 0 12px;color:#9BA8A2;font-size:12.5px;line-height:1.5}
.cookie-map button{background:#E3B23C;border:0;border-radius:10px;padding:10px 14px;font-weight:800;color:#23231F;cursor:pointer}
@media (max-width:640px){
  .cookie-banner{padding:16px 14px calc(16px + env(safe-area-inset-bottom,0px))}
  .cookie-banner h2{font-size:18px}
  .cookie-banner p{font-size:12.5px}
  .cookie-actions{display:grid;grid-template-columns:1fr;gap:7px}
  .cookie-btn{width:100%;text-align:center;min-height:42px}
  .cookie-manage{right:10px;bottom:10px}
}

/* Compact cookie settings control: stays clear of the floating WhatsApp button. */
.cookie-manage{
  position:fixed !important;
  right:14px !important;
  left:auto !important;
  bottom:104px !important;
  width:44px !important;
  min-width:44px !important;
  height:44px !important;
  min-height:44px !important;
  padding:0 !important;
  border:1px solid rgba(255,255,255,.18) !important;
  border-radius:50% !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  background:#20211C !important;
  color:#F3EFE6 !important;
  font-size:0 !important;
  line-height:1 !important;
  box-shadow:0 6px 22px rgba(0,0,0,.28) !important;
  cursor:pointer !important;
}
.cookie-manage.show{display:flex !important}
.cookie-manage::before{
  content:'🍪';
  font-size:20px;
  line-height:1;
}
.cookie-manage:hover{transform:translateY(-1px)}
.cookie-manage:focus-visible{outline:2px solid #E3B23C;outline-offset:3px}
@media (max-width:640px){
  .cookie-manage{right:14px !important;bottom:102px !important;width:44px !important;height:44px !important}
}
