
#rotutor-confidence-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.rotutor-popup-content {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  text-align: center;
  width: 300px;
  font-family: system-ui, sans-serif;
}

.rotutor-buttons button {
  margin: 8px;
  padding: 8px 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
}
