footer.footer.container {
  height: 4rem;
  padding: 0;
  margin-top: 1.5rem;
}

.region-footer {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-footer {
  order: 2;
}

.volvo-footer-copyright {
  order: 1;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 2rem;
}

.volvo-footer-copyright > img {
  max-height: 0.75rem;
  max-width: 18rem;
}

footer.footer nav {
  width: auto;
}

.menu--footer {
  display: flex;
}

footer.footer ul.nav:before,
footer.footer ul.nav:after,
footer.footer ul.nav li + li::before,
footer.footer ul.nav li + li::after {
  content: none;
  margin: 0;
  padding: 0;
}

footer.footer ul.nav > li > a,
footer.footer ul.nav > li > a:visited {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: min-content;
}

footer.footer ul.nav > li > a > svg {
  display: none;
}

footer.footer ul.nav li {
  padding: 0;
}

.block-footer .menu--footer li:not(:last-child) {
  padding-right: 1rem;
}

.block-footer .menu--footer li:not(:first-child) {
  padding-left: 1rem;
}

.block-footer .menu--footer li * {
  height: min-content;
  padding: 0;
  margin: 0;
}

.block-footer .menu--footer li:not(:last-child) {
  border-right: 1px solid #53565A;
}

@media screen and (max-width: 992px) {
  body {
    background-color: #0f62fe;
  }

  footer.footer.container {
    height: 9rem; /* 112 px */
  }

  .block-footer {
    order: -1;
  }

  .region-footer {
    flex-direction: column;
    row-gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .volvo-footer-copyright > img {
    display: none;
  }

  .volvo-footer-copyright {
    width: unset;
  }
}

@media (max-width: 480px) {
  footer .footer .nav > li > a {
    padding: 0;
  }

  footer.footer ul {
    flex-direction: row;
  }

}
