.hp-field--category-wrapper {
    position: relative;
    width: 50%;
}

.class-perso {
    width:100%;
    padding-top: 0;
    padding-bottom: 0;
    border: none !important;
    height: 3rem;
}

.class-perso, .autocomplete-item {
	font-family: inherit;
    font-size: 1.125rem !important;
}

@media (max-width: 767px) {
.hp-field--category-wrapper {
    width: 100%;
}
}
.autocomplete-suggestions {
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    position: absolute;
    top: 100%; /* Juste sous l’input */
    left: 0;
    width: 100%; /* Même largeur que l’input */
    z-index: 9999;
    box-sizing: border-box;
}

.autocomplete-item {
    padding: 0.5em 1em;
    cursor: pointer;
}

.autocomplete-item:hover {
    background: #f0f0f0;
}
