/* KERVIQO additive guard CSS */
#kerviqoGuardImageOverlay {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  background: rgba(15, 23, 42, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
#kerviqoGuardImageOverlay .kq-viewer-card {
  width: min(96vw, 1180px);
  max-height: 94vh;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, .35);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#kerviqoGuardImageOverlay .kq-viewer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border-bottom: 1px solid #e5edf7;
}
#kerviqoGuardImageOverlay .kq-viewer-head button {
  position: static !important;
  inset: auto !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 100px;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6e3f3;
  background: #fff;
  color: #8a5e00;
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 800;
  cursor: pointer;
}
#kerviqoGuardImageOverlay .kq-viewer-body {
  overflow: auto;
  background: #f8fafc;
  text-align: center;
  padding: 12px;
}
#kerviqoGuardImageOverlay img {
  max-width: none;
  width: auto;
  height: auto;
  max-height: none;
  image-rendering: auto;
}
[data-kerviqo-hidden-glitch-fermer="1"] { display: none !important; }
