/* Esther footer legal links + copyright + builder credit */

.esther-global-footer {
  padding-bottom: 2rem !important;
}

.esther-footer-inner {
  display: grid !important;
  grid-template-columns: 1.15fr 0.65fr 0.65fr 0.8fr 1fr !important;
  gap: clamp(1.5rem, 3vw, 4rem) !important;
  align-items: start !important;
}

.esther-footer-col h4 {
  color: rgb(34, 211, 238) !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.esther-footer-col a {
  display: block !important;
  color: rgba(226, 232, 240, 0.82) !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  margin-top: 0.65rem !important;
}

.esther-footer-col a:hover {
  color: rgb(34, 211, 238) !important;
  text-shadow: 0 0 18px rgba(0, 242, 255, 0.45);
}

.esther-footer-bottom {
  width: min(1480px, 86vw);
  margin: 2.8rem auto 0;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(0, 242, 255, 0.18);
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  color: rgba(203, 213, 225, 0.74);
}

.esther-footer-bottom p {
  margin: 0;
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  color: rgba(203, 213, 225, 0.76) !important;
}

.esther-footer-bottom a {
  color: rgb(34, 211, 238) !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.esther-footer-bottom a:hover {
  color: #ffffff !important;
  text-shadow: 0 0 18px rgba(0, 242, 255, 0.45);
}

@media (min-width: 1800px) {
  .esther-footer-bottom {
    width: 1480px;
    max-width: 1480px;
  }
}

@media (max-width: 1100px) {
  .esther-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .esther-footer-inner {
    grid-template-columns: 1fr !important;
  }

  .esther-footer-bottom {
    width: min(92vw, 720px);
    flex-direction: column;
    align-items: flex-start;
  }
}
