.uci-site-footer {
  padding: 1.5rem 1rem;
  text-align: center;
  border-top: 1px solid rgba(234, 231, 212, 0.35);
  background: rgba(2, 10, 10, 0.55);
}

.uci-site-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}

.uci-site-footer-links a {
  color: #eae7d4;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.uci-site-footer-links a:hover {
  color: #f0d78a;
  text-decoration: underline;
}

.uci-site-footer-separator {
  color: rgba(234, 231, 212, 0.35);
  font-size: 0.75rem;
}

.uci-site-footer-brand,
.uci-site-footer-credit {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.625rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(234, 231, 212, 0.5);
}

.uci-site-footer-credit {
  margin-top: 0.35rem;
}

.uci-site-footer-credit a {
  color: #eae7d4;
  text-decoration: none;
  transition: color 0.2s ease;
}

.uci-site-footer-credit a:hover {
  color: #eae7d4;
  text-decoration: underline;
}

body.uci-shell-active #uci-site-footer {
  margin-top: auto;
}

@media (max-width: 767px) {
  body.uci-shell-active #uci-site-footer {
    padding-bottom: calc(7.25rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 768px) {
  body.uci-shell-active #uci-site-footer {
    padding-bottom: 1.5rem;
  }
}

.uci-legal-main {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2.5rem 1rem 3rem;
}

.uci-legal-main h1 {
  font-family: "EB Garamond", serif;
  font-size: clamp(2rem, 5vw, 2.75rem);
  color: #eae7d4;
  margin-bottom: 0.5rem;
}

.uci-legal-updated {
  font-size: 0.75rem;
  color: #eae7d4;
  margin-bottom: 2rem;
}

.uci-legal-content h2 {
  font-family: "EB Garamond", serif;
  font-size: 1.35rem;
  color: #eae7d4;
  margin: 2rem 0 0.75rem;
}

.uci-legal-content p,
.uci-legal-content li {
  color: #eae7d4;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.uci-legal-content ul {
  margin: 0.75rem 0 1rem;
  padding-left: 1.25rem;
}

.uci-legal-content a {
  color: #eae7d4;
  text-decoration: underline;
}

.uci-legal-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  color: #eae7d4;
  font-size: 0.8125rem;
  text-decoration: none;
}

.uci-legal-back:hover {
  color: #eae7d4;
}

html:not(.dark) .uci-site-footer {
  background: rgba(255, 255, 255, 0.92) !important;
  border-top-color: rgba(2, 10, 10, 0.22) !important;
}

html:not(.dark) .uci-site-footer-links a {
  color: #020A0A !important;
}

html:not(.dark) .uci-site-footer-links a:hover {
  color: #5c4a1e !important;
}

html:not(.dark) .uci-site-footer-brand,
html:not(.dark) .uci-site-footer-credit {
  color: rgba(2, 10, 10, 0.65) !important;
}

html:not(.dark) .uci-site-footer-credit a {
  color: #020A0A !important;
}

html:not(.dark) .uci-site-footer-credit a:hover {
  color: #020A0A !important;
}

html:not(.dark) .uci-legal-main h1 {
  color: #020A0A !important;
}

html:not(.dark) .uci-legal-updated,
html:not(.dark) .uci-legal-content p,
html:not(.dark) .uci-legal-content li {
  color: #020A0A !important;
}

html:not(.dark) .uci-legal-content h2 {
  color: #020A0A !important;
}

html:not(.dark) .uci-legal-back {
  color: #020A0A !important;
}

html:not(.dark) .uci-legal-back:hover {
  color: #020A0A !important;
}
