/* Diagnostika button (🔬) — viditeľné na video tile bez blob */
.imax-shot-diag-btn {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 184, 106, 0.18);
  border: 1px solid rgba(255, 184, 106, 0.5);
  border-radius: 50%;
  color: #ffb86a;
  font-size: 14px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.15s ease;
}
.imax-shot-diag-btn:hover {
  background: rgba(255, 184, 106, 0.3);
  border-color: #ffb86a;
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 184, 106, 0.5);
}
.imax-shot-error-actions {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
