/* **********************************************************
 * FOOTER
 * ******************************************************** */

footer {
	background: var(--color-neutral-darkest);
}

/* Logo + nav inner — grid collapses to widest child (nav links),
   logo centers within that width automatically */
.footer-col-1.e-con-full.e-con .logo-links.e-con > .e-con-inner {
  display: grid !important;
  grid-template-columns: max-content !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  gap: 3rem !important;
}
.footer-logo .elementor-widget-container {
  text-align: center !important;
}

/* Footer Nav & Location List Links */
.footer-nav-links .elementor-icon-list-text {
	font-size: var(--wst-footer-links);
}
.footer-location-links .elementor-icon-list-text {
	font-size: var(--wst-footer-location-links);
}
	
/* Nav links — left-align to content edge */
.footer-nav-links .elementor-icon-list-items {
  justify-content: flex-start !important;
}

/* Footer col 2 — spacer, absorbs remaining space */
.footer-col-2.e-con {
  flex: 1 !important;
}

/* Footer col 3 — shrink to content width, sits flush at boxed right edge */
.footer-col-3.e-con {
  width: fit-content !important;
  flex: 0 0 auto !important;
}

@media (max-width: 1024px) {
  .footer-col-1.e-con-full.e-con {
    width: 45% !important;
  }
  .footer-col-2.e-con {
    width: 10% !important;
  }
  .footer-col-3.e-con {
    width: 45% !important;
    flex: 0 0 45% !important;
  }
  .footer-col-1.e-con-full.e-con .logo-links.e-con > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .footer-nav-links .elementor-icon-list-items {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 2rem !important;
  }
}

@media (max-width: 767px) {
  .footer-col-1.e-con-full.e-con,
  .footer-col-3.e-con {
    width: 100% !important;
    flex: 0 0 100% !important;
    align-items: center !important;
  }
  .footer-col-2.e-con {
    display: none !important;
  }
  .footer-col-1.e-con-full.e-con .logo-links.e-con > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .footer-nav-links .elementor-icon-list-items {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  .footer-col-3.e-con {
    align-items: center !important;
  }
}

/* WST Footer */
.wst-footer {
	background-color: var(--color-gulf-stream-darkest);
	color: var(--color-ziggurat-lighter);
	font-size: var(--wst-body-text-xs);
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: var(--color-gulf-stream) !important;
}
.wst-footer a:hover {
	color: var(--color-crail-light) !important;
}