/* Altcha Style */
.captcha-wrapper {
    margin-top: 1.25rem;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background-color: #f9fafb;
}

.captcha-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 0.5rem;
}

.captcha-title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #374151;
}

.captcha-subtitle {
    font-size: 0.75rem;
    color: #6b7280;
}