feat: капча Google/Cloudflare, блокировка Яндекс SmartCaptcha

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shop
2026-05-17 14:41:45 +03:00
parent f9f0446c12
commit 9025677fd8
11 changed files with 251 additions and 0 deletions
+29
View File
@@ -1307,3 +1307,32 @@ body:has(.cookie-banner) .main {
margin-top: 1.25rem;
font-size: 0.9rem;
}
.captcha-block {
margin: 1rem 0;
padding: 0.75rem;
border: 1px solid var(--border);
border-radius: 8px;
background: var(--surface-2);
}
.captcha-block__yandex-notice {
display: flex;
align-items: flex-start;
gap: 0.4rem;
margin: 0 0 0.75rem;
font-size: 0.8rem;
color: var(--warn);
line-height: 1.4;
}
.captcha-widget {
min-height: 78px;
display: flex;
align-items: center;
}
.captcha-block__provider {
margin: 0.5rem 0 0;
font-size: 0.75rem;
}