.site-footer {
  background: #0f1722;
  color: #d5deea;
  padding: 34px 20px;
  border-top: 1px solid #263345;
}

.footer-grid {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 20px;
}

.site-footer .footer-brand h3 {
  color: #f6f1e8;
  margin: 0 0 6px;
  font-family: var(--lv-font-display);
  font-weight: 600;
}

.site-footer .footer-brand p,
.site-footer .footer-col p {
  margin: 0 0 8px;
  color: #c1cbd9;
  font-size: 14px;
}

.site-footer .footer-col a,
.site-footer .footer-col a:link,
.site-footer .footer-col a:visited {
  display: block;
  color: #e9f0f8;
  margin-bottom: 8px;
  text-decoration: none;
}

.site-footer .footer-col a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.lv-theme .site-footer .footer-brand h3 {
  color: #f6f1e8 !important;
}

.lv-theme .site-footer .footer-brand p,
.lv-theme .site-footer .footer-col p {
  color: #c1cbd9 !important;
}

.lv-theme .site-footer .footer-col a,
.lv-theme .site-footer .footer-col a:link,
.lv-theme .site-footer .footer-col a:visited {
  color: #e9f0f8 !important;
}

.lv-theme .site-footer .footer-col a:hover {
  color: #ffffff !important;
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
