
#okdWarn{
  display:none;
  margin:0 0 16px; padding:12px 14px; border-radius:12px;
  font-family:var(--cs-font); font-size:12.5px; font-weight:700; line-height:1.45;
  color:var(--gel-gold-ink);
  background:linear-gradient(180deg,#fffaf0,#ffeec7);
  border:1px solid rgba(43,39,64,.09);
  box-shadow:inset 0 1px 0 #fff;
}
body.bg-empty #okdWarn{ display:block; }
#okdWarn b{ display:block; font-weight:900; margin-bottom:2px; }

/* when the details land with no plate, make the gallery impossible to miss */
#platesGallery.okd-flash{ animation:okdFlash 1.5s ease 2; border-radius:14px; }
@keyframes okdFlash{
  0%,100%{ box-shadow:0 0 0 0 rgba(217,165,50,0); }
  40%{ box-shadow:0 0 0 4px rgba(217,165,50,.45); }
}
