.fa-contact-link--qr:after { content: '' !important; }
.fa-contact-link--qr.fa-detail-open:after { display: none !important; }
.fa-contact-link--qr img {
  transition: width 180ms ease, height 180ms ease;
}
.fa-contact-link--qr.fa-detail-open img {
  width: 160px !important;
  height: 160px !important;
}
.fa-contact-link--phone.fa-detail-open:after {
  font-weight: 600;
  color: var(--color-gold-light);
}
