/*
 * File: docroot/modules/custom/wits/css/wits-whatsapp.css
 */

.wits-whatsapp-link-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.wits-whatsapp-link-icon a {
  display: block;
  transition: transform 0.2s ease-out;
}

.wits-whatsapp-link-icon a:hover,
.wits-whatsapp-link-icon a:focus {
  transform: scale(1.1);
}

.wits-whatsapp-link-icon img {
  display: block;
  width: 60px;
  height: 60px;
}
