#quidget-chat-iframe {
  z-index: 999999 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}

@media (max-width: 768px) {
  #quidget-chat-iframe {
    width: 100% !important;
    height: 100% !important;
    right: 0;
    bottom: 0;
    border-radius: 0;
  }
}
