.lf-consent {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  width: min(460px, calc(100% - 36px));
  padding: 20px;
  border: 1px solid #cbd7da;
  border-radius: 8px;
  background: #fff;
  color: #10212c;
  box-shadow: 0 20px 60px rgb(12 33 43 / 20%);
  font: 15px/1.5 Inter, ui-sans-serif, system-ui, sans-serif;
}
.lf-consent[hidden] { display: none; }
.lf-consent strong { display: block; margin-bottom: 6px; font-size: 17px; }
.lf-consent p { margin: 0; color: #52636d; }
.lf-consent a { color: #176b5b; }
.lf-consent-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.lf-consent button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #176b5b;
  border-radius: 6px;
  background: #fff;
  color: #176b5b;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
}
.lf-consent button[data-consent="accept"] { background: #176b5b; color: #fff; }
