.lb-contenedor-busqueda {
    position: relative;
    display: inline-block;
    background: transparent !important;
}

.lb-boton-lupa {
    background: transparent !important;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lb-desplegable {
    position: absolute;
    right: 0;
    top: 100%;
    background: #ffffff;
    border: 1px solid #00000002;
    padding: 10px;
    z-index: 9999;
    display: flex;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.lb-desplegable.oculto {
    display: none;
}

.lb-formulario {
    display: flex;
    gap: 5px;
}

.lb-input {
    padding: 6px;
    border: 1px solid #00000002;
    font-size: 14px;
    background: #ffffff;
    color: #333333;
}

.lb-enviar {
    padding: 6px 12px;
    background: transparent !important;
    color: inherit;
    border: 1px solid #00000002;
    cursor: pointer;
}