.botshield-captcha-container { margin: 12px 0; }
.botshield-captcha-question { margin-bottom: 8px; font-weight: 600; font-size: 1.3em; }
.botshield-captcha-input-group { display: flex; gap: 6px; align-items: center; }
.botshield-captcha-input { flex: 1; padding: 14px 12px; border-radius: 6px; }
.botshield-captcha-help small { opacity: .85; font-size: 14px; line-height: 1.5; font-weight: 500; }


@media (max-width: 768px) {
    .botshield-captcha-input-group { flex-direction: column; align-items: stretch; }
    .botshield-captcha-refresh { width: 100%; }
}
