/* TA Search Shield - Frontend Styles */

/* Campo honeypot - nascosto ai browser reali, visibile ai bot */
.tass-hp-field {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    z-index: -1 !important;
    pointer-events: none !important;
}

/* Messaggio di blocco inline */
.tass-search-notice {
    padding: 12px 16px;
    border-radius: 6px;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.4;
}

.tass-search-notice--error {
    background: #fce4e4;
    color: #d63638;
    border: 1px solid #f5c6c6;
}

.tass-search-notice--warning {
    background: #fff8e5;
    color: #996800;
    border: 1px solid #ffe399;
}
