/* Icônes Instagram / Facebook / WhatsApp (SVG) */
.hb-icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  vertical-align: middle;
  fill: currentColor;
}

.hb-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .social a {
  color: #fff;
}

.footer .social a .hb-icon {
  width: 20px;
  height: 20px;
}

.whatsapp-float {
  font-size: 0;
  line-height: 0;
}

.whatsapp-float .hb-icon {
  width: 32px;
  height: 32px;
  color: #fff;
}

.social-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.social-tab .hb-icon {
  width: 18px;
  height: 18px;
}

.social-post-overlay {
  font-size: 0;
}

.social-post-overlay .hb-icon {
  width: 40px;
  height: 40px;
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
}

.contact-card .icon .hb-icon {
  width: 40px;
  height: 40px;
  color: var(--or, #9b7c37);
}

.btn-primary .hb-icon--wa-inline {
  width: 1.1em;
  height: 1.1em;
  margin-right: 6px;
  vertical-align: -0.15em;
}
