footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] {
  background: #080808;
  color: #edddd1;
  box-sizing: border-box;
  border-top: 1px solid rgba(237, 221, 209, 0.15);
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__inner {
  max-width: 1650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__inner {
    flex-direction: row;
  }
}

footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__brand {
  display: block;
  font-family: var(--wos-font-heading, Anton, sans-serif);
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #edddd1;
}

footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__tagline {
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(237, 221, 209, 0.5);
}

footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--wos-font-body, "Space Mono", monospace);
  font-size: 0.75rem;
  color: rgba(237, 221, 209, 0.6);
}

footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__links a {
  color: inherit;
  text-decoration: none;
}

footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__links a:hover,
footer.ela-vsot[data-wos-library="ela-09-exhibitions-v2-footer"] .ela-exh2-ftr__links a:focus-visible {
  color: #6f8e99;
}
