
.enest-search-box {
    display: flex;
    width: 260px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.enest-search-box input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 14px;
}

.enest-search-box button {
    background: #1e90ff;
    color: #fff;
    padding: 0 16px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
