.yeekit-camera-popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
}
.yeekit-camera-popup canvas,.yeekit-photo-preview,.yeekit-video-preview,.yeekit-camera-photo-accept,.yeekit-camera-video-accept {
  display: none;
}
.yeekit-camera-popup-content {
  position: relative;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
}
.yeekit-camera-popup video, .yeekit-photo-preview,.yeekit-video-preview{
  width: auto;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  background: #dedede;
}
.yeekit-camera-popup-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}
.yeekit-camera-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
}
.yeekit-camera-popup-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.yeekit-camera-capture::before {
  content: "📸";
  margin-right: 5px;
}
.yeekit-camera-field[data-type="video"] .yeekit-camera-capture::before {
  content: "🎥";
}
.yeekit-camera-countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10000;
}
.yeekit-camera-timer {
  position: absolute;
  top: 5cqw;
  right: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 12px;
  border-radius: 6px;
  display: none;
}
.yeekit-camera-error {
    position: absolute;
    top: 50%;
    transform: translate(0%, -60%);
    color: red;
    padding: 10px;
    display: none;
}
.yeekit-camera-field {
  width: 100%;
}
.yeekit-camera-field:hover {
  opacity: 0.7;
}
.yeekit-camera-button {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.yeekit-camera-button span {
  padding-left: 4px;
}
.yeekit-camera-button svg path {
  fill: currentColor; 
}
.elementor-field-camera {
  margin-top: 5px;
}