
/* =========================================================
   AWEBZONE V19 — USER-SELECTED OWNER PROFILE IMAGE ONLY
   Sticky WhatsApp button removed completely.
   ========================================================= */

/* Remove every version of the floating/sticky WhatsApp CTA. */
.az-sticky-whatsapp,
.az-sticky-whatsapp *,
a[href*="wa.me"].az-sticky-whatsapp,
a[href*="whatsapp"].az-sticky-whatsapp {
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Canonical owner profile image used across all AWEBZONE profile areas. */
.az-owner-profile,
.az-avatar-large,
.az-mini-avatar,
.az-header-avatar,
.az-founder-avatar,
.az-profile-avatar{
  background-image:url('awebzone-owner-profile.png')!important;
  background-repeat:no-repeat!important;
  background-size:contain!important;
  background-position:center center!important;
  background-color:transparent!important;
}

/* Keep the entire supplied profile photo visible inside circular/square frames. */
.az-post-author img,
.az-author-avatar img,
.az-founder img,
.az-profile img,
.az-mini-avatar img,
.az-header-avatar img,
.az-profile-avatar img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
  transform:none!important;
}

/* Prevent older rules from zooming/cropping the owner portrait. */
.az-mini-avatar,
.az-header-avatar,
.az-profile-avatar,
.az-avatar-large,
.az-founder-avatar{
  overflow:hidden!important;
}
