.popup-update {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 360px;
  background-color: #1e1e1e;
  border: 1px solid #ffc107;
  border-radius: 0.75rem;
  color: white;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  z-index: 1050;
  font-family: system-ui, sans-serif;
}

.popup-video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.popup-content {
  padding: 12px;
  font-size: 1rem;
}

.popup-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 10px;
}
