/* path: wp-content/plugins/Bizdash/assets/css/overlay-events.css */
/* Tooltip per bandierine Diario (il pennant è disegnato sul canvas) */
.fbiz-event-tooltip{
  position: absolute;
  min-width: 220px;
  max-width: 320px;
  padding: 8px 10px;
  background: #111;
  color: #fff;
  border-radius: 8px;
  font: 13px/1.35 Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
  pointer-events: none; /* non blocca hover del grafico */
  white-space: normal;
  transform: translate(-50%, 0);
  display: none;
  z-index: 6; /* sopra il canvas */
}
.fbiz-event-tooltip .t{ font-weight: 800; margin-bottom: 2px; }
.fbiz-event-tooltip .d{ color: #9ca3af; margin-bottom: 4px; }
.fbiz-event-tooltip .n{ color: #e5e7eb; }