.kora-ad-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
}

.kora-ad-info {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 6px;
  font-family: sans-serif;
}
.kora-ad-badge {
  font-size: 11px;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 4px;
}

.kora-ad-brand {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
}

.kora-ad-countdown {
  font-size: 13px;
}

.kora-ad-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  object-fit: contain;
  background: #000;
}
.kora-ad-video { position: absolute !important; }
.kora-resume-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; padding: 14px 28px; font-size: 16px; font-weight: bold; background: #ffffff; color: #000000; border: none; border-radius: 6px; cursor: pointer; }
.kora-ad-mute-btn { position: absolute; bottom: 16px; right: 16px; pointer-events: auto !important; }
