.wc-leaf-cat-wrapper {
    max-width: 400px;
    position: relative;
}

.wc-leaf-cat-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}

.wc-leaf-cat-results {
    position: absolute;
    top: 100%;              /* input alá */
    left: 0;
    right: 0;
    z-index: 9999;

    background: #eee;
    max-height: 320px;
    overflow-y: auto;

    box-shadow: 0 10px 25px rgba(0,0,0,.12);
}


.wc-leaf-cat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    text-decoration: none;
    color: #222;
    border-bottom: 1px solid #f1f1f1;
}

.wc-leaf-cat-item:hover {
    background: #f9f9f9;
}

.wc-leaf-cat-img img {
    width: 81px;
    height: 60px;
    object-fit: cover;
}

.wc-leaf-cat-empty {
    padding: 8px;
    color: #999;
}
