.srch-br-autocomplete {
    height: 100%;
}

.location-search-wrapper {
    position: relative;
    width: 100%;
    padding-left: 21%;
}

.location-search-input {
    width: 100%;
    padding: 13px 12px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
}

.location-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
}

.home-location-item {
    padding: 8px 12px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #7f7f7f;
    font-family: Open Sans;
    text-align: left;
}

.home-location-item:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.home-location-item.child {
    padding-left: 24px;
}

.home-location-item.grandchild {
    padding-left: 36px;
}