/* KARTAP CMS 2.8.5 — larger WhatsApp artwork inside the existing floating action */

/* Keep the 66/62 px floating button dimensions from 2.8.4, but let the WhatsApp
   mark occupy more of the circular surface. This targets both the built-in SVG
   and an optional administrator-uploaded custom icon. */
.floating-button--whatsapp .social-brand-icon {
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  min-height: 40px !important;
}

.floating-whatsapp-custom-icon {
  width: 40px !important;
  height: 40px !important;
  max-width: 40px !important;
  max-height: 40px !important;
}

@media (max-width: 640px) {
  .floating-button--whatsapp .social-brand-icon {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }

  .floating-whatsapp-custom-icon {
    width: 38px !important;
    height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
  }
}
