.ca-resource-lead-form .ca-human-check {
    padding: 11px 12px;
    border: 1px solid #d9e4f1;
    border-radius: 9px;
    background: #f7faff;
}

.ca-resource-lead-form .ca-human-check input {
    height: 40px;
    margin-top: 7px;
    background: #fff;
}

.ca-resource-lead-form button:disabled {
    cursor: wait;
    opacity: .72;
}

.ca-awareness-human-check {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    align-items: center;
    gap: 14px;
    padding: 13px 15px;
    border: 1px solid #cfdfef;
    border-radius: 11px;
    background: #f5f9ff;
}

.ca-awareness-human-check label {
    margin: 0;
    color: #0a356b;
    font-weight: 800;
}

.ca-awareness-human-check input {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid #bfcfe2;
    border-radius: 8px;
    background: #fff;
}

@media (max-width: 560px) {
    .ca-awareness-human-check { grid-template-columns: 1fr; }
}
