footer {
  background-color: black;
  font-size: 1.125em;
  padding: 5rem 5rem 1.5rem !important;

  .row {
    gap: 0 6.25em;
    line-height: 1.25;
  }
}

.footer-block {
  margin-bottom: 1.5rem;
}

.footer-block.footer-logo {
  img {
    width: auto;
    height: 4.5em;
  }
}

.footer-block.footer-info {
  .label {
    font-weight: 800;
    text-transform: uppercase
  }
}

.footer-corporate-link {
  display: flex;
  align-items: center;
  gap: 0 1em;

  p {
    margin-bottom: 0;
  }

  a {
    color: inherit;
    text-decoration: none;

    &::after {
      content: '';
      display: block;
      width: 8.5em;
      height: 2.875em;
      background-image: url(../images/logo-micellium.png);
      background-size: contain;
      background-repeat: no-repeat;
    }
  }
}

.footer-list {
  padding-bottom: 1em;
  line-height: 1.25em;
}

.footer-list .highlight-link {
  text-transform: uppercase;
  color: #668980 !important;
}

.footer-list.target-blank a::after {
  content: "";
  display: block;
  position: absolute;
  left: -27px;
  width: 19px;
  height: 19px;
  top: 3px;
  background-image: url(../images/arrow-link-footer.png);
}

/* Links */
footer ul {
  line-height: 2em;
}

/* Dash item in front of footer li elements */
.footer-list::after {
  width: 20px;
  height: 1px;
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  top: 12px;
  left: -28px;
}

.footer-list.target-blank::after {
  content: unset;
}

footer .social-icons {
  font-size: 0.8888888888888888em; /* 16px */

  i {
    font-size: 1.375em; /* 22px */
  }
}

/* Twitter icon group */
.fa-twitter-icons-group {
  font-size: 0.5em !important;
}

.fa-twitter {
  color: #363636;
}

/***** RESPONSIVE *****/
/* XX-Large devices */
@media (max-width: 1400px) {

  /* Dash item in front of footer li elements */
  .footer-list::after {
    top: 10px;
  }
}

/* Large devices */
@media (max-width: 992px) {

  .footer-block {
    padding: 0 2.5rem;
  }

  /* Dash item in front of footer li elements */
  .footer-list::after {
    top: 8px;
  }
}

/* Medium devices */
@media (max-width: 768px) {
  footer {
    padding: 2.5rem !important;
  }
}
