/* Canonical Private Exit Invest footer styles. */

.pe-footer {
  margin-top: 38px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.pe-footer .disclaimer {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  color: rgba(238, 241, 246, .92);
  font-size: 14px;
  line-height: 1.65;
}

.pe-footer .project-note {
  margin-top: 10px;
  color: rgba(238, 241, 246, .92);
  font-size: 14px;
  line-height: 1.65;
}

.pe-footer a,
.pe-footer a:link,
.pe-footer a:visited,
.pe-footer a:hover,
.pe-footer a:active,
.pe-footer .cookie-settings-link {
  color: rgba(238, 241, 246, .92);
  border-bottom: none;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  text-decoration: none;
}

/* The author profile intentionally uses a light page design. */
body:has(> .back-home-fixed) .pe-footer {
  margin-top: 0;
  border-top-color: rgba(0, 0, 0, .12);
}

body:has(> .back-home-fixed) .pe-footer .disclaimer {
  border-top-color: rgba(0, 0, 0, .12);
  color: #222;
}

body:has(> .back-home-fixed) .pe-footer .project-note {
  color: #222;
}

body:has(> .back-home-fixed) .pe-footer a,
body:has(> .back-home-fixed) .pe-footer a:link,
body:has(> .back-home-fixed) .pe-footer a:visited,
body:has(> .back-home-fixed) .pe-footer a:hover,
body:has(> .back-home-fixed) .pe-footer a:active,
body:has(> .back-home-fixed) .pe-footer .cookie-settings-link {
  color: #b08d57;
}
