/* SmartCaptcha privacy shield z-index fix.
   Keep this rule global: the Yandex shield appears across the entire site. */
#shield.SmartCaptcha-Shield,
.SmartCaptcha-Shield {
  z-index: 2147483647 !important;
}
