/* ======================================================== */
/* 0_System: Скрытие плавающего шильдика Яндекс SmartCaptcha */
/* ======================================================== */

.SmartCaptcha-Shield,
[data-testid="shield"],
.SmartCaptcha-Shield_visible,
div[class*="smart-captcha"][style*="fixed"] {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  left: -9999px !important;
  top: -9999px !important;
}
