/**
 * Faceted search protection styles.
 */

.zwfilterprotection-facetedsearch-protection-wrapper {
    position: relative;
}

.zwfilterprotection-facetedsearch-protection-wrapper.zwfilterprotection-facetedsearch-protection-locked #search_filters,
#search_filters.zwfilterprotection-facetedsearch-locked {
    filter: blur(2.2px);
    opacity: 0.65;
    pointer-events: none;
    user-select: none;
}

.zwfilterprotection-facetedsearch-captcha {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: min(100%, 18rem);
    transform: translate(-50%, -50%);
}

.zwfilterprotection-captcha-facetedsearch-block {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.18);
}

.zwfilterprotection-captcha-facetedsearch-title {
    font-weight: 600;
    text-align: center;
}

.zwfilterprotection-captcha-facetedsearch-input {
    width: 100%;
}

.zwfilterprotection-captcha-facetedsearch-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.zwfilterprotection-captcha-facetedsearch-image {
    width: 10em;
    height: auto;
}
