
/* Planet Mindful custom footer */
.site-footer.pm-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .12), transparent 28%),
    #0b1220;
  border-top: 3px solid #38bdf8;
  color: #94a3b8;
  margin-top: 0;
  padding: 0;
}
.site-footer.pm-footer .pm-footer-shell {
  padding: 64px 0 0;
}
.site-footer.pm-footer .pm-footer-grid {
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(260px, 1.55fr) repeat(2, minmax(160px, 1fr));
}
.site-footer.pm-footer .pm-footer-brand {
  max-width: 390px;
}
.site-footer.pm-footer .pm-footer-logo {
  align-items: center;
  color: #f8fafc !important;
  display: inline-flex;
  font-size: 2.2rem;
  font-weight: 800;
  gap: 12px;
  letter-spacing: -.03em;
  text-decoration: none;
}
.site-footer.pm-footer .pm-footer-mark {
  align-items: center;
  background: #38bdf8;
  border-radius: 10px;
  color: #0b1220;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 900;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.site-footer.pm-footer .pm-footer-brand p {
  color: #94a3b8;
  font-size: 1.45rem;
  line-height: 1.7;
  margin: 20px 0 0;
}
.site-footer.pm-footer .pm-footer-column h2 {
  color: #f1f5f9;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 6px 0 18px;
  text-transform: uppercase;
}
.site-footer.pm-footer .pm-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer.pm-footer .pm-footer-column li {
  margin: 0 0 12px;
}
.site-footer.pm-footer .pm-footer-column a {
  color: #94a3b8;
  font-size: 1.4rem;
  line-height: 1.45;
  text-decoration: none;
}
.site-footer.pm-footer .pm-footer-column a:hover,
.site-footer.pm-footer .pm-footer-column a:focus {
  color: #7dd3fc;
}
.site-footer.pm-footer .pm-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(148, 163, 184, .16);
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  padding: 22px 0 28px;
}
.site-footer.pm-footer .pm-footer-bottom p {
  color: #64748b;
  font-size: 1.25rem;
  margin: 0;
}
.site-footer.pm-footer .site-info {
  background: transparent;
  padding: 0;
}
.above-footer-widget-section {
  display: none !important;
}
@media (max-width: 900px) {
  .site-footer.pm-footer .pm-footer-shell {
    padding-top: 48px;
  }
  .site-footer.pm-footer .pm-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }
  .site-footer.pm-footer .pm-footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .site-footer.pm-footer .pm-footer-grid {
    grid-template-columns: 1fr;
  }
  .site-footer.pm-footer .pm-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}
