.contact-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.contact-actions .btn {
  gap: 10px;
}

.contact-actions .contact-icon {
  width: 18px;
  height: 18px;
}

.contact-location {
  gap: 9px;
}

.contact-location::before {
  display: none;
}

.contact-location .contact-icon {
  width: 18px;
  height: 24px;
}

.contact-method-card {
  display: grid;
  align-content: start;
}

.contact-method-card .contact-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
}

.contact-method-card .contact-icon-location {
  width: 24px;
  height: 32px;
}

.contact-site-footer .footer-address span,
.contact-site-footer .footer-mail,
.contact-site-footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.contact-site-footer .footer-address span::before,
.contact-site-footer .footer-mail::before,
.contact-site-footer .footer-social-link::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-site-footer .footer-address span::before {
  width: 16px;
  height: 22px;
  background-image: url("../icons/contact/icon-location.svg");
}

.contact-site-footer .footer-mail::before {
  background-image: url("../icons/contact/icon-email.svg");
}

.contact-site-footer .footer-social-link::before {
  width: 18px;
  height: 18px;
  border-radius: 0;
  box-shadow: none;
  background: url("../icons/contact/icon-instagram.svg") center / contain no-repeat;
}

@media (max-width: 520px) {
  .contact-actions .contact-icon {
    width: 17px;
    height: 17px;
  }

  .contact-method-card .contact-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 18px;
  }
}
