/* Hide refresh buttons and auto-refresh controls */
button[title*="refresh"],
button[title*="Refresh"],
button[onclick*="setAutoRefreshEnabled"],
button[onclick*="fetchMessages"],
  display: none !important;
}

/* Keep the green circle next to Live text visible */
.flex.items-center.space-x-1 .w-2.h-2.bg-green-500 {
  display: block !important;
}
