
#site-footer {
  h2 {
    font-family: 'gilroy', Arial, sans-serif;
    line-height: 1.5em;
  }
  a, p, ul, li {
    font-family: 'gilroy', Arial, sans-serif;
    line-height: 1.25em;
  }
  a.footer-subfooterLogo {
    line-height: 1em;
  }
  .site-footer-list__ul a {
    font-weight: 700;
  }
}


/* ! SITE FOOTER: Globals */
/* ============================================================== */

#site-footer a {
  color: #515151;
  text-decoration: none;
  white-space: nowrap;
}

#site-footer a:is(:focus, :active) {
  text-decoration: underline;
}

@media (hover: hover) {
  #site-footer a:is(:hover) {
    text-decoration: underline;
  }
}

#site-footer h2 {
  font-size: 1.25rem;
  font-weight: 300;
  color: #222;
}

#site-footer img {
  max-width: 100%;
}

#site-footer p {
  margin: 0;
  color: #515151;
  font-size: 1rem;
  font-weight: 600;
}

#site-footer ul {
  display: flex;
  margin: 0;
  padding: 0;

  list-style: none;
}

/* ! SITE FOOTER: Common Elements */
/* ============================================================== */

.site-footer__heading {
  margin: 0;
  padding: 0;

  font-size: 0.875rem;
  line-height: 1.5em;
  font-weight: normal;
  text-transform: none;
}

.site-footer__heading a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
}

.site-footer__image {
  max-height: 44px;
}

.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.site-footer-list__ul {
  flex-direction: column;
  gap: 12px;
}

.site-footer-list__ul--horizontal {
  align-items: center;
  flex-direction: row;
  gap: 4px 8px;
}

.site-footer-list__ul--wrap {
  flex-wrap: wrap;
}

.site-footer__section:not(:last-child) {
  padding-bottom: 40px;

  border-bottom: 1px solid #ddd;
}

/* ! SITE FOOTER: Footer */
/* ============================================================== */

#site-footer {
  padding-block: 40px;

  color: #515151;

  background-color: #f1f1f1;
  background: #f1f1f1 linear-gradient(to bottom, #f1f1f1, #fff);
}

#site-footer-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-inline: 20px;
}

/* ! SITE FOOTER: Social Section */
/* ============================================================== */

#site-footer-social {
  align-items: center;
  display: flex;
  gap: 16px;
}

#site-footer-social-list {
  gap: 16px;
}

.site-footer-social-list__link {
  align-items: center;
  display: flex;
  justify-content: center;

  height: 20px;
  width: 20px;
}

/* ! SITE FOOTER: Company Info Section */
/* ============================================================== */

#site-footer-company-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 40px;
}

.site-footer-company-info__column {
  display: flex;
  flex-wrap: wrap;

  gap: 40px 80px;
}

#site-footer-company-info-column-left {
  display: flex;
  flex-wrap: wrap;
}

#site-footer-company-info-column-right {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.site-footer-company-info-right-column__item {
  max-width: 350px;
}

/* ! SITE FOOTER: Subfooter */
/* ============================================================== */

#site-footer-subfooter {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

#site-footer-subfooter a {
  font-size: 0.875rem;
  font-weight: 600;
}

#site-footer #site-footer-subfooter-donotsell-link {
  text-decoration: underline;
}

#site-footer-subfooter-logo {
  height: 21px;
}

#site-footer-subfooter-copyright {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

#site-footer #site-footer-subfooter-copyright p {
  font-size: 0.875rem;
}

#site-footer-subfooter-copyright-links {
  gap: 3.5px;
}

#site-footer-subfooter-copyright-links li:not(:last-child)::after {
  content: ' \2022';
}