.tf-footer-legal {
  align-items: center;
  border-top: 1px solid rgb(42 43 38 / 25%);
  color: #3c3d37;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0.2rem 1.25rem;
  margin: clamp(2.5rem, 5vw, 3rem) auto 0;
  max-width: 82rem;
  padding-top: 1.25rem;
}
.tf-footer-legal > a,
.tf-footer-legal button { color: var(--tf-ink); font-family: inherit; font-size: inherit; min-height: 2.75rem; }
.tf-footer-legal > a { align-items: center; display: inline-flex; }
.tf-footer-legal button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  padding: 0;
  text-decoration: underline;
  text-transform: none;
  text-underline-offset: 0.18em;
}
.tf-footer-legal > a:hover,
.tf-footer-legal > a:focus-visible,
.tf-footer-legal button:hover,
.tf-footer-legal button:focus-visible,
.tf-analytics-choices-panel a:hover,
.tf-analytics-choices-panel a:focus-visible { color: var(--tf-clay); }
.tf-footer-legal button:focus-visible,
.tf-footer-legal a:focus-visible,
.tf-analytics-choices-panel a:focus-visible { outline: 2px solid var(--tf-clay); outline-offset: 3px; }
.tf-analytics-status { align-items: center; display: inline-flex; font-weight: 700; }
.tf-analytics-choices { align-items: center; display: inline-flex; position: relative; }
.tf-analytics-choices-panel {
  background: #f7f1e5;
  border: 1px solid rgb(154 79 50 / 38%);
  border-radius: 0.8rem;
  bottom: calc(100% + 0.5rem);
  box-shadow: 0 0.75rem 1.75rem rgb(57 55 43 / 16%), 0 2px 4px rgb(57 55 43 / 10%);
  display: grid;
  gap: 0.75rem;
  left: 0;
  min-width: 0;
  padding: 1rem;
  position: absolute;
  width: min(19rem, calc(100vw - 2.5rem));
  z-index: 20;
}
.tf-analytics-choices-panel[hidden] { display: none; }
.tf-analytics-panel-status { font-weight: 700; }
.tf-analytics-choices-panel button { justify-self: start; min-height: 2.75rem; }
.tf-analytics-choices-panel a { color: var(--tf-ink); min-height: 2.75rem; padding-block: 0.65rem; }
.tf-analytics-save-message { color: #7a2e1d; }
[data-analytics-action][hidden] { display: none !important; }
.request-privacy-note { color: var(--muted); font-size: 0.86rem; line-height: 1.55; margin: 0; }
.request-privacy-note a { color: var(--moss); }
.request-privacy-note a:hover,
.request-privacy-note a:focus-visible { color: var(--clay); }
@media (max-width: 42rem) {
  .tf-footer-legal { align-items: center; flex-direction: row; gap: 0.1rem 1rem; }
  .tf-analytics-choices-panel {
    bottom: 1.25rem;
    left: 1.25rem;
    max-height: calc(100vh - 2.5rem);
    overflow: auto;
    position: fixed;
    right: 1.25rem;
    top: auto;
    width: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tf-site-footer * { transition-duration: 0.01ms !important; }
}
