/* ----------------------------------------
FOOTER
   ---------------------------------------- */
.wep-footer {
  background: var(--color-primary-dark);
  padding: var(--space-xl) 0 0;
  border-top: var(--border-size-1) solid rgba(255, 255, 255, 0.06);
}

.wep-footer-column {
  text-align: center;
}

.wep-footer-column h2 {
  font-size: 0.875rem;
  font-weight: var(--font-weight-6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-block-end: var(--space-sm);
}

.wep-footer-column .dn-links-list a,
.wep-footer-column span {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s var(--ease-2);
  line-height: var(--font-lineheight-3);
}
.wep-footer-column .dn-links-list a:hover,
.wep-footer-column a:hover {
  color: #ffffff;
}


/* Bottom bar */
.wep-footer__bottom {
  border-top: var(--border-size-1) solid rgba(255, 255, 255, 0.1);
  padding: var(--size-4) 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.wep-footer__bottom span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
}
.wep-footer__bottom a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.2s var(--ease-2);
}
.wep-footer__bottom a:hover {
  color: #ffffff;
}


/* ----------------------------------------
   COL 1
   ---------------------------------------- */
.wep-footer__logo {
    display: block;
    margin: 0 auto;
    width: auto;
    max-height: 40px;
}

/* About column */
.wep-footer__about-text{
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-top: 12px;
  text-align: center;
}
