
/* NOVATORIA — WhatsApp Business v10.8 */
.contact .detail-row--whatsapp{
  border-color:rgba(83,191,124,.45);
  background:rgba(37,211,102,.075);
}

.contact .detail-row--whatsapp:hover{
  border-color:rgba(83,191,124,.78);
  background:rgba(37,211,102,.12);
}

.contact .detail-row--whatsapp .detail-icon--whatsapp{
  border-color:rgba(83,191,124,.55);
  color:#6fd292;
}

.contact .detail-row--whatsapp .detail-icon--whatsapp svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}

.contact .detail-row--whatsapp b{
  color:#fff;
  font-size:clamp(21px,1.55vw,27px);
}

.contact .detail-row--whatsapp em{
  display:block;
  margin-top:6px;
  color:#7bd99c;
  font-size:10px;
  line-height:1.2;
  font-style:normal;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.11em;
}

@media(max-width:640px){
  .contact .detail-row--whatsapp b{
    font-size:23px;
  }
}
