.taskbar-copilot-mic {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: #e8edf5;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.taskbar-copilot-mic:hover {
  background: #5b8def;
  border-color: transparent;
  color: #fff;
}

.taskbar-copilot-mic:active {
  transform: scale(0.96);
}

footer.taskbar .relative.flex.justify-center,
.taskbar .relative.flex.justify-center {
  gap: 8px;
  align-items: center;
}
