/* Force image size 100x100 */
.pwa_icon {
    width: 55px !important;
    height: 55px !important;
    object-fit: contain;
}

/* Strongly enforce canvas container height to prevent Chart.js stretching */
#pwa_chart_wrap { height:300px !important; max-height:300px !important; }
#pwa_chart { height:300px !important; max-height:300px !important; display:block !important; }

/* Fallback style */
.pwa_fallback{display:inline-block;padding:6px 10px;background:#f5f5f5;border-radius:4px;border:1px solid #ddd;}

/* Fixed Call Button (right-bottom) */
.pwa_fixed_call {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
	border-radius:50%;
	background-color:white;
}

/* Fixed WhatsApp Button (left-bottom) */
.pwa_fixed_whatsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999999;
	border-radius:50%;
	background-color:white;
}

/* Ensure mobile friendliness */
@media(max-width:480px){
    .pwa_icon{ width: 55px !important; height:55px !important; }
}
