/* Cookie Notice — Forest & Sage theme */

.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1f3329;
  border-top: 2px solid #3d9e6a;
  padding: 20px 24px;
  z-index: 10000;
  display: none;
  font-family: 'Nunito', sans-serif;
}
.cookie-notice.cookie-notice--visible { display: block; }
.cookie-notice__title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}
.cookie-notice__body {
  font-size: 0.85rem;
  color: #a0c8b0;
  margin-bottom: 14px;
  line-height: 1.55;
  max-width: 780px;
}
.cookie-notice__link { color: #5abf84; text-decoration: underline; }
.cookie-notice__btns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 0; }
.ctrl-accept {
  background: #3d9e6a;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.ctrl-accept:hover { background: #5abf84; }
.ctrl-reject {
  background: transparent;
  border: 1px solid #3d9e6a;
  color: #5abf84;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 6px;
  cursor: pointer;
}
.ctrl-customize {
  background: transparent;
  border: 1px solid #557a6e;
  color: #a0c8b0;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 6px;
  cursor: pointer;
}
.prefs-section { display: none; margin-top: 12px; }
.prefs-section.prefs-section--open { display: block; }
.pref-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.pref-toggle__box {
  width: 16px;
  height: 16px;
  accent-color: #3d9e6a;
  cursor: pointer;
}
.pref-toggle__name { font-size: 0.82rem; color: #a0c8b0; font-weight: 600; cursor: pointer; }
