.malltis-local-footer {
  box-sizing: border-box;
  padding: 65px max(22px, calc((100% - 1160px) / 2));
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr 92px;
  gap: 28px;
  align-items: start;
  background: #171717;
  color: #aaa;
  font-size: 13px;
}

.malltis-local-footer .footer-logo {
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -3px;
}

.malltis-local-footer p {
  margin: 0;
  line-height: 1.7;
}

.malltis-local-footer .footer-contact a {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.malltis-local-footer small {
  grid-column: 1 / -1;
  border-top: 1px solid #333;
  padding-top: 25px;
}

.malltis-local-footer .prodeal-footer-link {
  box-sizing: border-box;
  width: 92px;
  aspect-ratio: 1365 / 1234;
  grid-column: 4;
  grid-row: 1;
  justify-self: end;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #171717;
  opacity: .82;
  transition: opacity .2s, transform .2s;
}

.malltis-local-footer .prodeal-footer-link:hover,
.malltis-local-footer .prodeal-footer-link:focus-visible {
  opacity: 1;
  transform: translateY(-2px);
  outline: 0;
}

.malltis-local-footer .prodeal-footer-link img {
  width: calc(100% + 2px);
  max-width: none;
  height: auto;
  display: block;
  border: 0;
  transform: translate(-1px, -1px);
}

.malltis-local-footer .footer-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px 16px;
  align-items: center;
}

.malltis-local-footer .legal-footer-link,
.malltis-local-footer .cgv-footer-link {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .malltis-local-footer {
    grid-template-columns: 1fr;
    padding-block: 45px;
  }

  .malltis-local-footer .prodeal-footer-link {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }
}
