.olepdf-site-footer {
  padding: 48px 24px;
  border-top: 3px solid #26201b;
  background: #26201b;
  color: #efe6d7;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  text-align: center;
}

.olepdf-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #efe6d7;
  text-decoration: none;
}

.olepdf-footer-sticker {
  display: inline-block;
  padding: 1px 9px 2px;
  transform: rotate(-4deg);
  border: 2px solid #efe6d7;
  background: #f26a3d;
  box-shadow: 3px 3px 0 #efe6d7;
  color: #26201b;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.35;
}

.olepdf-footer-wordmark {
  color: #efe6d7;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.olepdf-footer-privacy {
  max-width: 440px;
  margin: 0 auto 12px;
  color: #efe6d7;
  font-size: 0.82rem;
  line-height: 1.6;
}

.olepdf-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  flex-wrap: wrap;
}

.olepdf-site-footer .olepdf-footer-links a,
.olepdf-footer-share {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #efe6d7 !important;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}

.olepdf-site-footer .olepdf-footer-links span {
  color: #efe6d7 !important;
}

/* Technical specifications are not part of the public footer navigation. */
.olepdf-footer-links a[href$="specs/"],
.olepdf-footer-links span:has(+ a[href$="specs/"]),
.olepdf-footer-links a[href$="specs/"] + span {
  display: none;
}

.olepdf-site-footer .olepdf-footer-links a:hover,
.olepdf-footer-share:hover {
  color: #f26a3d;
  text-decoration: none;
}

.olepdf-footer-share:focus-visible,
.olepdf-footer-brand:focus-visible {
  outline: 2px solid #f26a3d;
  outline-offset: 4px;
}

.olepdf-footer-sep {
  color: #efe6d7;
  font-size: 0.7rem;
  opacity: 0.5;
}

.olepdf-footer-copy {
  margin: 0;
  color: #efe6d7;
  font-size: 0.78rem;
  opacity: 0.7;
}
