/* WP Power AntiSpam — Frontend (campos de protección del visitante) */
.wpas-human-check {
    margin: 1em 0;
    padding: 0.75em 1em;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.02);
    max-width: 320px;
}
.wpas-human-check__label {
    display: flex;
    align-items: center;
    gap: 0.4em;
    font-weight: 500;
    margin-bottom: 0.5em;
}
.wpas-human-check__icon { font-size: 1.1em; }
.wpas-human-check__input {
    width: 140px;
    padding: 0.45em 0.6em;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font: inherit;
}
.wpas-human-check__input:focus {
    outline: 2px solid #2271b1;
    outline-offset: 1px;
}

/* Mensaje de bloqueo (wp_die) */
.wpas-block-notice { text-align: center; padding: 1em; }
.wpas-block-notice h2 { margin-top: 0; }

@media (prefers-color-scheme: dark) {
    .wpas-human-check { border-color: rgba(255, 255, 255, 0.18); background: rgba(255, 255, 255, 0.04); }
    .wpas-human-check__input { border-color: rgba(255, 255, 255, 0.3); background: transparent; color: inherit; }
}
