/* Bottom Expand Styles */
.jo-smart-search.bottom-expand .jo-search-form {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
}

.jo-smart-search.bottom-expand .jo-search-input-wrapper {
    padding: 0;
}

.jo-smart-search.bottom-expand .jo-search-form.active {
    width: 220px;
}